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

1.4       damieng     1: \label{Authoring_RadiobuttonResponse}\index{radiobuttonresponse}
1.1       bowersj2    2: 
                      3: \textbf{radiobuttonresponse} implements a true/false question with
1.2       vandui11    4: one correct answer. It uses the foil structure tags as described in
1.3       albertel    5: \ref{Authoring_Foil_Structure_Tags}, but the \emph{value} of a foil can only
1.1       bowersj2    6: be \textbf{true}, \textbf{false}, or \textbf{unused}.
1.4       damieng     7: It is possible to use a Perl variable for the value attribute, as long as it can only have a valid value.
1.1       bowersj2    8: 
1.4       damieng     9: Several true foils can be specified, but only one (randomly chosen) will be displayed.
                     10: 
1.5       damieng    11: Possible attributes for \textbf{radiobuttonresponse} are:
1.4       damieng    12: \begin{itemize}
                     13:   \item \textbf{max}: the maximum number of foils displayed at once
                     14:   (if more are specified, some will not be displayed)
                     15:   \item \textbf{randomize}: set to \texttt{yes} to randomize the order of foils when displayed
                     16:   \item \textbf{direction}: set to \texttt{horizontal} to display foils horizontally
                     17: \end{itemize}
1.6     ! damieng    18: 
        !            19: Hints can be specified with \textbf{radiobuttonhint}.

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