File:  [LON-CAPA] / loncom / html / adm / help / tex / Numerical_Response_Parts_A.tex
Revision 1.3: download - view: text, annotated - select for diffs
Tue Feb 15 14:50:02 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_0_RC1, 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
structure of major parts made consistent

    1: \label{Numerical_Response_Parts_A}
    2: 
    3: %
    4: \begin{figure}
    5: \begin{center}\includegraphics[  width=0.80\paperwidth]{numericalResponse1}\end{center}
    6: 
    7: 
    8: \caption{Numerical Response editor \label{Numerical Response Editor Figure}}
    9: \end{figure}
   10: A Numerical Response problem has seven major parts by default:
   11: 
   12: \begin{enumerate}
   13: \item The \textbf{Script} is the heart of advanced Numerical Response
   14: problems. It can be used to decide some of the parameters of the problem,
   15: compute the answer to the problem, and do just about anything else you can
   16: imagine. The Script language is \textbf{Perl}. You do not need to know Perl
   17: to use the \textbf{Script} block because  we will be stepping through some advanced
   18: examples in this chapter, but knowing Perl can help.
   19: \item Like other problem types, the \textbf{Text Block} is used to display the
   20: problem the student will see. In addition, you can place variables in the
   21: \textbf{Text Block} based on computations done in the \textbf{Script}.
   22: \item The \textbf{Answer} is the answer the system is looking for. This can also
   23: use parameters from the \textbf{Script} block, allowing the answer to be
   24: computed dynamically.

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