There are two types of feedback in Closed Question: hints and answer-specific
feedback. Hints appear regardless of the answer chosen, feedback depends on
the answer.
<hint>
<hint> nodes are put directly in the question node and can have two attributes:
- mintries
- Optional, the minimum (inclusive) number of tries needed to show this hint.
- maxtries
- Optional, the maximum number of tries after which this hint should not be shown anymore.
<Feedback>
<Feedback> nodes are put in <mapping> nodes, or in option nodes and can have three attributes:
- mintries
- Optional, the minimum (inclusive) number of tries needed to show this feedback.
- maxtries
- Optional, the maximum number of tries after which this feedback should not be shown anymore.
- block
- Optional, the id of feedback-block (<feedbackblock id="" >) in which this feedback should appear.
<feedbackblock id="X" />
Used in the question text node to make feedback appear in that spot. Very useful in combination with a popup-plugin like hovertip op qtip.