File:  [LON-CAPA] / loncom / html / adm / help / tex / Authoring_Responseparam_Parameter.tex
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jun 10 19:29:26 2003 UTC (21 years, 1 month ago) by bowersj2
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, HEAD
homework5.html chunked up with authoring information

    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 this question,
    6: which the question can use to allow other users to customize the problem
    7: for use in 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: one of \textbf{tolerance}, \textbf{int}, \textbf{float}, \textbf{string},
   17: or \textbf{date}.
   18: \item \textbf{description}\index{description}: a 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>