Open Tanaquil18 opened 1 month ago
The new documentation currently says that <feedback> is only a child of <docinfo>
<feedback>
<docinfo>
In fact, <feedback> can be a child of <exercise> and <choice> at least. I'm not sure if there are others or not.
<exercise>
<choice>
This should be resolved by using the "dev" schema. The exercise feedback has still not made its way to the official schema.
The new documentation currently says that
<feedback>
is only a child of<docinfo>
In fact,
<feedback>
can be a child of<exercise>
and<choice>
at least. I'm not sure if there are others or not.