Am 31.12.2024 um 21:50 schrieb autumnus:
hi,list
Thank you to all of you who have answered my questions in the past.
I've recently basically finished my first macro package at ConTeXt, which can write exam papers.
If anyone is interested in this feature, feel free to experience it.
There may still be some problems with it, please let me know if you can. (I'm working on writing its description and use cases.)
You can download it from the address below.
1. https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=157 2. https://github.com/Soanguy/t-basicexam
Hi, you should change the file structure of your zip file. At the moment your file structure is: basicexam-20240101A \---t-basicexam | .gitignore | LICENSE | README.md | +---MANUAL and EXAMPLE | | EXAMPLE-student.pdf | | EXAMPLE-teacher.pdf | | EXAMPLE.tex | | t-basicexam.pdf | | Test.tex | | | \---assets | soanguy-1020859.png | soanguy-103113.png | soanguy-1048579.png | soanguy-105577.png | \---texmf-local \---tex \---context \---third \---t-basicexam t-basicexam.mkiv with a texmf folder at the root but this folder shouldn't be part of the zip. The only folders at the root of your zip should be tex, doc or fonts (or a few other not listed here) and all files are moved into subfolder below them. One possible file structure for your files is: basicexam-2025.01.01 +---doc | \---context | \---third | \---basicexam | | EXAMPLE-student.pdf | | EXAMPLE-teacher.pdf | | EXAMPLE.tex | | README.md | | t-basicexam.pdf | | Test.tex | | | \---assets | soanguy-1020859.png | soanguy-103113.png | soanguy-1048579.png | soanguy-105577.png | \---tex \---context \---third \---basicexam t-basicexam.mkiv but I suggest to rename test.tex to basicexam-test.tex or any name which can't cause name conflicts. Wolfgang