Intended user
Capture a value in a custom-meta element indicating the role of the user to whom the content is primarily directed.
/book/book-meta/custom-meta-group/custom-meta
For Education content, capture a meta-name element containing
the value intended-user
. Include a second child element
meta-value containing the suitable value.
Allowed values are:
- Learner
- Teacher
This field is not required for ELT or Academic content.
<custom-meta-group>
<custom-meta>
<meta-name>intended-user</meta-name>
<meta-value>learner</meta-value>
</custom-meta>
</custom-meta-group>