Annotation of loncom/html/adm/help/tex/Authoring_OptionResponse.tex, revision 1.6

1.4       damieng     1: \label{Authoring_OptionResponse}\index{optionresponse}
1.1       bowersj2    2: 
                      3: \textbf{optionresponse} implements a {}``select from these choices''
1.2       vandui11    4: style question. The choices are specified by the instructor and use
1.3       albertel    5: the foil structure tags as described in \ref{Authoring_Foil_Structure_Tags},
1.1       bowersj2    6: with this additional addition: 
                      7: 
                      8: \begin{itemize}
                      9: \item \textbf{foilgroup}: required to have an \emph{options} attribute which
1.2       vandui11   10: should be a perl list of possible options for the student.
1.1       bowersj2   11: \end{itemize}
1.4       damieng    12: 
1.5       damieng    13: Possible attributes for \textbf{optionresponse} are:
1.4       damieng    14: \begin{itemize}
                     15:   \item \textbf{max}: the maximum number of foils displayed at once
                     16:   (if more are specified, some will not be displayed)
                     17:   \item \textbf{randomize}: set to \texttt{yes} to randomize the order of foils when displayed
                     18:   \item \textbf{TeXlayout}: set to \texttt{horizontal} to display foils horizontally for printing
                     19: \end{itemize}
1.6     ! damieng    20: 
        !            21: Hints can be specified with \textbf{optionhint}.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>