Skip to content

pl-question-panel element

Displays the contents of question directions.

Sample element

question.html
<pl-question-panel>This content is only shown in the question panel.</pl-question-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 answer panel (so, only in the question panel), surround that content with the <pl-question-panel> tags.

Example implementations

See also