View | Details | Raw Unified | Return to bug 268716
Collapse All | Expand All

(-)b/deskutils/Makefile (+1 lines)
Lines 1-5 Link Here
1
    COMMENT = Things that used to be on the desktop before computers were invented
1
    COMMENT = Things that used to be on the desktop before computers were invented
2
2
3
    SUBDIR += R-cran-exams
3
    SUBDIR += affiche
4
    SUBDIR += affiche
4
    SUBDIR += akonadi-calendar-tools
5
    SUBDIR += akonadi-calendar-tools
5
    SUBDIR += akonadi-import-wizard
6
    SUBDIR += akonadi-import-wizard
(-)b/deskutils/R-cran-exams/Makefile (+23 lines)
Added Link Here
1
PORTNAME=	exams
2
DISTVERSION=	2.4-0
3
CATEGORIES=	deskutils education
4
DISTNAME=	${PORTNAME}_${DISTVERSION}
5
6
MAINTAINER=	uzsolt@uzsolt.hu
7
COMMENT=	Automatic Generation of Exams in R
8
WWW=		https://cran.r-project.org/web/packages/exams/
9
10
LICENSE=	GPLv2 GPLv3
11
LICENSE_COMB=	multi
12
13
CRAN_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
14
		R-cran-magick>0:graphics/R-cran-magick \
15
		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
16
		R-cran-tinytex>0:print/R-cran-tinytex
17
BUILD_DEPENDS+=	${CRAN_DEPENDS}
18
RUN_DEPENDS+=	hs-pandoc>0:textproc/hs-pandoc \
19
		${CRAN_DEPENDS}
20
21
USES=		cran:auto-plist,compiles
22
23
.include <bsd.port.mk>
(-)b/deskutils/R-cran-exams/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1672605910
2
SHA256 (exams_2.4-0.tar.gz) = fb1038a1bcc81e1e49fa0f9ac8dd3103cab1d7a143dbb48987c2387a6228553c
3
SIZE (exams_2.4-0.tar.gz) = 1753396
(-)b/deskutils/R-cran-exams/pkg-descr (-1 / +11 lines)
Added Link Here
0
- 
1
Automatic generation of exams based on exercises in Markdown or LaTeX format,
2
possibly including R code for dynamic generation of exercise elements.
3
4
Exercise types include single-choice and multiple-choice questions,
5
arithmetic problems, string questions, and combinations thereof (cloze).
6
7
Output formats include standalone files (PDF, HTML, Docx, ODT, ...), Moodle XML,
8
QTI 1.2, QTI 2.1, Blackboard, Canvas, OpenOlat, ILIAS, TestVision, Particify,
9
ARSnova, Kahoot!, Grasple, and TCExam.
10
In addition to fully customizable PDF exams, a standardized PDF format (NOPS)
11
is provided that can be printed, scanned, and automatically evaluated.

Return to bug 268716