pl-manual-grading-only element¶
Hide the contents so that it is only displayed to graders in the manual grading page.
Sample element¶
question.html
<pl-manual-grading-only>
This text will be shown to graders, but not to students.
</pl-manual-grading-only>
Details¶
This element is typically used to provide graders with additional information that may not be presented to students. Examples may include grading instructions, sample answers, acceptable values for individual results, random parameters used in the question generation, or pre-computed values calculated in explicit parse functions. It is the reverse of the pl-hide-in-manual-grading element, which explicitly hides content during grading.
Example implementations¶
See also¶
pl-hide-in-manual-gradingto hide content during manual grading.pl-question-panelfor displaying the question prompt.pl-submission-panelfor changing how a submitted answer is displayed.pl-answer-panelfor displaying the question's solution.pl-hide-in-panelto hide contents in one or more display panels.