Add Hints via the Advanced Editor

Add Hints via the Advanced Editor#

Tags: educator how-to

In the advanced editor, you add the <demandhint> element immediately before the closing </problem> tag, and then configure each hint using the <hint> element.

For example:

<problem>
.
.
.
<demandhint>
  <hint>Hint 1</hint>
  <hint>Hint 2</hint>
  <hint>Hint 3</hint>
</demandhint>
</problem>

For example, the following OLX for a single select problem shows two hints.

<problem>
  <multiplechoiceresponse>
  .
  .
  .
  </multiplechoiceresponse>
  <demandhint>
    <hint>A fruit is the fertilized ovary from a flower.</hint>
    <hint>A fruit contains seeds of the plant.</hint>
  </demandhint>
</problem>


.. seealso::

About Problems, Exercises, and Tools (concept)

Guide to Problem Types (reference)

Working with Problem Components (reference)

Guide to Problem Settings (reference)

Gradebook Assignment Types (reference)

Best Practices for Providing Feedback (concept)

Adding Feedback and Hints to a Problem (reference)

Configure a Hint in a Problem (how-to)

Awarding Partial Credit for a Problem (reference)

Set the Assignment Type and Due Date for a Subsection (how-to)

Adding Tooltips to a Problem (reference)

The Learner View of a Problem (reference)

The Advanced Editor (reference)

Modifying a Released Problem (reference)

Add Unsupported Problem Types and Exercises (how-to)

Maintenance chart

Review Date

Working Group Reviewer

Release

Test situation