LON-CAPA Help
optionresponse implements a "select from these choices"
style question. The choices are specified by the instructor and use
the foil structure tags as described in ,
with this additional addition:
- foilgroup: required to have an options attribute which
should be a perl list of possible options for the student.
Possible attributes for optionresponse are:
- max: the maximum number of foils displayed at once
(if more are specified, some will not be displayed)
- randomize: set to yes to randomize the order of foils when displayed
- TeXlayout: set to horizontal to display foils horizontally for printing
Hints can be specified with optionhint.