File:  [LON-CAPA] / loncom / html / adm / help / tex / String_Response_Problem_Creation.tex
Revision 1.3: download - view: text, annotated - select for diffs
Tue Feb 8 16:37:41 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
formatted for consistency

\label{String_Response_Problem_Creation}

To create a \textbf{String Response} problem, create a new resource (described in
\ref{Creating New Content Pages}). This is a {}``problem'' resource
so the URL must end in {}``.problem''. 

\begin{enumerate}
\item In the drop-down option box as seen in \ref{Creating a new problem resource},
select \textbf{String Response Problem}, and click the \textbf{New Problem}
button.
\item Click the \textbf{Edit} button above the sample problem to enter edit mode.%
\begin{figure}
\begin{center}\includegraphics[  width=0.80\paperwidth]{stringResponseEditor}\end{center}


\caption{String Response Editor\label{String Response Editor Figure}}
\end{figure}
 You should see the String Response editor page open up, which should look
something like what you see in the ``String Response Editor'' figure.
\item Clear the text from the \textbf{Text Block} at the top of the problem, and
type in your problem.
\item In the \textbf{Answer Box}, type the correct answer.
\item Select the answer condition from the drop-down. There are three cases to
choose from:

\begin{enumerate}
\item \textbf{cs}: This means {}``Case Sensitive''. For example, this is useful
in chemistry, where HO and Ho are completely different answers. The student must match the case of the answer.
\item \textbf{ci}: This means {}``Case Insensitive''. The system does not use
the case of the letters to determine the correctness of the answer. If the
correct answer is {}``car'', the system will accept {}``car'', {}``CAR'',
{}``Car'', {}``caR'', etc.
\item \textbf{mc}: This means {}``Multiple Choice''. The student's answers must
contain the same letters as the question author's, but order is unimportant.
This is usually used to give a multiple choice question in the question's
\textbf{Text Block}, which may have several correct parts. If the author
sets the correct answer as {}``bcg'', the system will accept {}``bcg'',
{}``cbg'', {}``gcb'', etc., but not {}``bc'' or {}``abcg''.
\end{enumerate}
It is conventional to inform the students if the problem is case sensitive,
or that the order of the answers doesn't matter.

\item Optionally, locate the \textbf{Single Line Text Entry Area} block and set
a length in the Size box. This will only affect the size of the box on the
screen; if you set the box size to 2, the student can still enter 3 or more
letters in their answer.
\item Scroll down to the \textbf{Hint} element, and type some text that will help
students when they answer incorrectly, or delete the hint by setting the
\textbf{Delete} field to \textbf{Yes}.
\item Click the \textbf{Submit Changes} button.
\end{enumerate}

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