uibkmark {c403} | R Documentation |
Auxiliary functions for formatting elements of exams.
uibkmark(x, factor = TRUE) mchoice2text(x, true = "\\\\textbf{Richtig}", false = "\\\\textbf{Falsch}")
x |
numeric ( |
factor |
logical. Should the result be a factor or a character? |
true, false |
character. German text for true and false results. |
The function uibkmark
maps the numbers 1 to 5 to the mark labels
SGT1, GUT2, etc. as used by UIBK.
The function mchoice2text
masks the exams function of the same name
in order to show German text.
uibkmark(1:5) mchoice2text(c(TRUE, FALSE))