audience Audience for the Question

Names the perspective audience for the question(s).
OPTIONAL on elements: <question-wrap>, <question-wrap-group>
Value Meaning
Text, numbers, or special characters Short description of the intended audience, for example, “patients”, “dermatology-students”.
Restriction @audience is an optional attribute; there is no default.
Tagged Sample

A question directed to students

...
<question-wrap audience="students">
 <question id="q2" question-response-type="multiple-choice">
  <p>Where was the first permanent English 
   settlement in the New World?</p>
  ...
 </question>
 ...
</question-wrap>
...