\prggrading¶
Command in package mumie.problem.
Synopsis¶
\prggrading{exit-value, grade, feedback-lsp-key}
Description¶
Specifies the grade and feedback for a certain evaluator exit value. exit-value is
the exit value, grade the grade value (number between 0 and 1), and feedback-lsp-key
the LSP key of the internationalized feedback.
Example¶
\prggrading{0}{1.0}{praise-user-answer}
\prggrading{1}{0.5}{array-may-be-empty}
\prggrading{2}{0.0}{code-does-not-calculate-minimum}
\prggrading{3}{0.0}{code-caused-runtime-error}
This page is generated automatically and each change here will be replaced on a next update.