LON-CAPA Help
All of these tags must appear inside a response tag:
- hintgroup: Tag that surrounds all of a
hint.
- hintpart: Tag to implement conditional
hints. It has a required argument on. When a hint tag named
the same as the on attribute evaluates to be correct, the
hintpart will show. If no other hintpart is to
show then all hintparts with an on value set to "default"
will show.
- numericalhint: It has all the arguments
that numericalresponse does, and the required attribute name
which should be set to the value of which hintpart will be
shown.
- stringhint: It has all the arguments that
stringresponse does, and the required attribute name
which should be set to the value of which hintpart will be shown.
- formulahint: It has all the arguments that
formularesponse does, and the required attribute name which
should be set to the value of which hintpart will be shown.
- optionhint: The required attribute name
should be set to the value of which hintpart will be shown.
- radiobuttonhint: The required attribute
name should be set to the value of which hintpart
will be shown, and the attribute answer should be at least a two element
list: first the type (foil or concept) and then
either the foil name(s) or the concept string(s), e.g., "('foil','greaterthan','equal')" if the condition should be triggered by the foils named "greaterthan" or "equal."
- customhint: The required attribute name should be set to the value of which hintpart will be shown. Define the hint condition within an answer block inside of the customhint block. The condition is defined like how an answer is defined in customresponse where you need to return EXACT_ANS to indicate when customhint criteria are met.