Skip to content

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


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.