--- loncom/html/adm/help/tex/Authoring_OptionResponse.tex 2005/02/22 14:48:39 1.2 +++ loncom/html/adm/help/tex/Authoring_OptionResponse.tex 2017/02/01 21:18:43 1.6 @@ -1,11 +1,21 @@ -\label{Authoring_OptionResponse} +\label{Authoring_OptionResponse}\index{optionresponse} \textbf{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 \ref{Foil structure tags}, +the foil structure tags as described in \ref{Authoring_Foil_Structure_Tags}, with this additional addition: \begin{itemize} \item \textbf{foilgroup}: required to have an \emph{options} attribute which should be a perl list of possible options for the student. \end{itemize} + +Possible attributes for \textbf{optionresponse} are: +\begin{itemize} + \item \textbf{max}: the maximum number of foils displayed at once + (if more are specified, some will not be displayed) + \item \textbf{randomize}: set to \texttt{yes} to randomize the order of foils when displayed + \item \textbf{TeXlayout}: set to \texttt{horizontal} to display foils horizontally for printing +\end{itemize} + +Hints can be specified with \textbf{optionhint}.