File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_OptionResponse.tex
Revision 1.6: download - view: text, annotated - select for diffs
Wed Feb 1 21:18:43 2017 UTC (7 years, 6 months ago) by damieng
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, HEAD
added doc for math, chem, hints, customresponse, essayresponse, organicresponse, reactionresponse

    1: \label{Authoring_OptionResponse}\index{optionresponse}
    2: 
    3: \textbf{optionresponse} implements a {}``select from these choices''
    4: style question. The choices are specified by the instructor and use
    5: the foil structure tags as described in \ref{Authoring_Foil_Structure_Tags},
    6: with this additional addition: 
    7: 
    8: \begin{itemize}
    9: \item \textbf{foilgroup}: required to have an \emph{options} attribute which
   10: should be a perl list of possible options for the student.
   11: \end{itemize}
   12: 
   13: Possible attributes for \textbf{optionresponse} are:
   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}
   20: 
   21: Hints can be specified with \textbf{optionhint}.

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