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¶
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.