* [NTG-context] New Module to write exam
@ 2024-12-31 20:50 autumnus
2025-01-02 9:07 ` [NTG-context] " Wolfgang Schuster
0 siblings, 1 reply; 3+ messages in thread
From: autumnus @ 2024-12-31 20:50 UTC (permalink / raw)
To: ntg-context
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
autumnus
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: New Module to write exam
2024-12-31 20:50 [NTG-context] New Module to write exam autumnus
@ 2025-01-02 9:07 ` Wolfgang Schuster
2025-01-02 11:49 ` autumnus
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2025-01-02 9:07 UTC (permalink / raw)
To: mailing list for ConTeXt users, autumnus
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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* [NTG-context] Re: New Module to write exam
2025-01-02 9:07 ` [NTG-context] " Wolfgang Schuster
@ 2025-01-02 11:49 ` autumnus
0 siblings, 0 replies; 3+ messages in thread
From: autumnus @ 2025-01-02 11:49 UTC (permalink / raw)
To: ntg-context
Thanks for the suggestion. I'll adjust the directory and upload it again.
On the kana part: the ordinal numbers I use are old-fashioned sorting methods.
The one you mentioned is indeed the more commonly used sorting method these days.
In general, it is unlikely to be sorted to more than 10 serial numbers.
But as a complete implementation, if it exceeds its maximum ordinal number,
it seems to be overlay after sorting. Like what:
あ い … ん --- 1 2 ... 45
ああ あい … あん --- 46 47 ... 90
いあ いい … いん --- 91 92 ... 135
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-02 11:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-31 20:50 [NTG-context] New Module to write exam autumnus
2025-01-02 9:07 ` [NTG-context] " Wolfgang Schuster
2025-01-02 11:49 ` autumnus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).