pl-hide-in-manual-grading element¶
Hide the contents so that it is not displayed to graders in the manual grading page.
Sample element¶
<pl-hide-in-manual-grading>
This text will be shown to students, but not to graders.
</pl-hide-in-manual-grading>
Details¶
This element is typically used to abbreviate the question description and allow graders to focus on the actual answers during grading. It is the reverse of the pl-manual-grading-only element, which explicitly shows content only during grading.
Example implementations¶
See also¶
pl-manual-grading-onlyto show content only 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.