Bug 268716 - [NEW PORT] deskutils/R-cran-exams Automatic Generation of Exams in R
Summary: [NEW PORT] deskutils/R-cran-exams Automatic Generation of Exams in R
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL:
Keywords:
Depends on: 268697
Blocks:
  Show dependency treegraph
 
Reported: 2023-01-02 11:52 UTC by Zsolt Udvari
Modified: 2024-07-24 18:50 UTC (History)
2 users (show)

See Also:


Attachments
new port patch (2.93 KB, patch)
2023-01-02 11:52 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zsolt Udvari freebsd_committer freebsd_triage 2023-01-02 11:52:26 UTC
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.
Comment 1 Guangyuan Yang freebsd_committer freebsd_triage 2023-01-05 07:46:36 UTC
Should it be in category deskutils or graphics? PR title and patch say differently.
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2023-01-05 11:18:28 UTC
(In reply to Guangyuan Yang from comment #1)
Sorry, the category is deskutils (and education).
Comment 3 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2024-01-15 19:48:24 UTC
Holding until uzsolt@ prepares the setup for his fresh new commits.
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-07-24 18:49:30 UTC
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(+)