File:  [LON-CAPA] / loncom / html / adm / help / tex / String_Response_Problem_Creation.tex
Revision 1.2: download - view: text, annotated - select for diffs
Thu Jul 18 15:52:27 2002 UTC (21 years, 11 months 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, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, conference_2003, HEAD
Convenince labels added to the top of each file to assist in creating
index-type help files for things like the XML editor screen (where
there's nothing to hook help to).

\label{String_Response_Problem_Creation}

To create a String Response problem, create a new .problem 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>