pl-submission-panel element¶
Customizes how information entered by a user is displayed before grading.
Sample element¶
question.html
<pl-submission-panel>This content is only shown in the submission panel.</pl-submission-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 question panel and
answer panel (so, only in the submission panel), surround that content
with the <pl-submission-panel> tags.
The submission panel is only shown after the student has submitted an answer. This answer may be correct, incorrect, or invalid.
Example implementations¶
See also¶
pl-question-panelfor displaying the question prompt.pl-answer-panelfor displaying the question's solution.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.
Deprecated Elements¶
Note
The following PrairieLearn Elements have been deprecated. These elements are still supported for backwards compatibility, but they should not be used in new questions.