pl-answer-panel element¶
Provide information regarding the question answer after the student is unable to submit further answers for grading.
Sample element¶
<pl-answer-panel>This content is only shown in the answer panel.</pl-answer-panel>
Details¶
Generally, the contents of question.html will appear in
the question panel, submission panel, and answer panel. To prevent
content from being displayed in the submission panel and
question panel (so, only in the answer panel), surround that content
with the <pl-answer-panel> tags.
Common reasons that trigger the display of the answer panel are:
- The question is fully correct.
- There are no more submission attempts.
- The time limit for the assessment has expired.
Example implementations¶
See also¶
pl-question-panelfor displaying the question prompt.pl-submission-panelfor changing how a submitted answer is displayed.pl-hide-in-panelto hide contents in one or more display panels.pl-external-grader-resultsfor showing the results from an externally graded code question.