File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Responseparam_Parameter.tex
Revision 1.2: download - view: text, annotated - select for diffs
Tue Feb 22 15:05:14 2005 UTC (19 years, 5 months ago) by vandui11
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, HEAD, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox, BZ4492-merge, BZ4492-feature_horizontal_radioresponse
punctuation added and wording changed for clarity; bullets formatted for consistency

    1: \label{Authoring_Responseparam_Parameter}
    2: 
    3: 
    4: If \textbf{responseparam} appears, it should be inside of a response
    5: tag. It defines an externally adjustable parameter for the question,
    6: which the question can then use to allow other users to customize the problem
    7: for their courses without changing the source code of the problem.
    8: Possible attributes are:
    9: 
   10: \begin{itemize}
   11: \item \textbf{default}\index{default}: required. Specifies a default value
   12: for the parameter.
   13: \item \textbf{name}\index{name}: required. Specifies an internal name for
   14: the parameter. 
   15: \item \textbf{type}\index{type}: required. Specifies the type of parameter:
   16: \textbf{tolerance}, \textbf{int}, \textbf{float}, \textbf{string},
   17: or \textbf{date}.
   18: \item \textbf{description}\index{description}: string describing the
   19: parameter. This is what is used to talk about a parameter outside
   20: of a problem.
   21: \end{itemize}
   22: \textbf{parameter} is exactly the same as \textbf{responseparam},
   23: but should appear outside of a response tag.

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