Tags for Multi-Part, Accordion, and Tutorial Questions

Use the following tags in multi-part and tutorial questions you create in WebAssign.

The listed tags are valid only in Question unless otherwise indicated. 

Purpose

Tag

Notes

Accordion

<accordion>
 <part>
  <part_label> label </part_label>
  <part_title> title </part_title>
  content 
 </part>
 ...more_parts... 
</accordion>

Do not use in the same question with tutorial.

In-Line Tutorial

<tutorial>
 <premise title="title"> content </premise>
 <step label="label" title="title"> content 
  <hint> hint_text </hint>
 </step>
 ...more_steps... 
 <conclusion title="title"> content 
</conclusion>
</tutorial>

Do not use in the same question with accordion.

Pop-Up Tutorial

<tutorial type='popup' button='button_label'>
 <premise title="title"> content </premise>
 <step label="label" title="title"> content 
  <hint> hint_text </hint>
 </step>
 ...more_steps... 
 <conclusion title="title"> content 
</conclusion>
</tutorial>

Do not use in the same question with accordion.

Multiple-Choice

<MCPART>

In Answer, separates parts of multi- part Multiple-Choice questions.

Multiple-Select

<MSPART>

In Answer, separates parts of multi- part Multiple-Select questions.

Multi-Mode

<SECTION>

In both Question and Answer, marks the break between question modes.

Multi-Mode

<SECTION NOBR>

In Question, marks the break between question modes without adding <br>. Insert a corresponding <SECTION> tag in Answer.