Created attachment 239208 [details] new port patch Automatic generation of exams based on exercises in Markdown or LaTeX format, possibly including R code for dynamic generation of exercise elements. Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML, QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOlat, ILIAS, TestVision, Particify, ARSnova, Kahoot!, Grasple, and TCExam.
Should it be in category deskutils or graphics? PR title and patch say differently.
(In reply to Guangyuan Yang from comment #1) Sorry, the category is deskutils (and education).
Holding until uzsolt@ prepares the setup for his fresh new commits.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b224d6fd5039683f270dc337b13b4d10c5592aae commit b224d6fd5039683f270dc337b13b4d10c5592aae Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2024-07-24 18:44:52 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-07-24 18:48:39 +0000 deskutils/R-cran-exams: New port: automatic generation of exams Automatic generation of exams based on exercises in Markdown or LaTeX format, possibly including R code for dynamic generation of exercise elements. Exercise types include single-choice and multiple-choice questions, arithmetic problems, string questions, and combinations thereof (cloze). Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML, QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOlat, ILIAS, TestVision, Particify, ARSnova, Kahoot!, Grasple, and TCExam. In addition to fully customizable PDF exams, a standardized PDF format (NOPS) is provided that can be printed, scanned, and automatically evaluated. PR: 268716 deskutils/Makefile | 1 + deskutils/R-cran-exams/Makefile (new) | 30 ++++++++++++++++++++++++++++++ deskutils/R-cran-exams/distinfo (new) | 3 +++ deskutils/R-cran-exams/pkg-descr (new) | 11 +++++++++++ 4 files changed, 45 insertions(+)