Annotation of loncom/html/adm/help/tex/String_Response_Problem_Creation.tex, revision 1.1

1.1     ! bowersj2    1: 
        !             2: To create a String Response problem, create a new .problem resource (described in
        !             3: \ref{Creating New Content Pages}). This is a {}``problem'' resource
        !             4: so the URL must end in {}``.problem''. 
        !             5: 
        !             6: \begin{enumerate}
        !             7: \item In the drop-down option box as seen in \ref{Creating a new problem resource},
        !             8: select \textbf{String Response Problem}, and click the \textbf{New Problem}
        !             9: button.
        !            10: \item Click the \textbf{Edit} button above the sample problem to enter edit mode.%
        !            11: \begin{figure}
        !            12: \begin{center}\includegraphics[  width=0.80\paperwidth]{stringResponseEditor}\end{center}
        !            13: 
        !            14: 
        !            15: \caption{String Response Editor\label{String Response Editor Figure}}
        !            16: \end{figure}
        !            17:  You should see the String Response editor page open up, which should look
        !            18: something like what you see in the ``String Response Editor'' figure.
        !            19: \item Clear the text from the \textbf{Text Block} at the top of the problem, and
        !            20: type in your problem.
        !            21: \item In the \textbf{Answer Box}, type the correct answer.
        !            22: \item Select the answer condition from the drop-down. There are three cases to
        !            23: choose from:
        !            24: 
        !            25: \begin{enumerate}
        !            26: \item \textbf{cs}: This means {}``Case Sensitive''. For example, this is useful
        !            27: in chemistry, where HO and Ho are completely different answers. The student must match the case of the answer.
        !            28: \item \textbf{ci}: This means {}``Case Insensitive''. The system does not use
        !            29: the case of the letters to determine the correctness of the answer. If the
        !            30: correct answer is {}``car'', the system will accept {}``car'', {}``CAR'',
        !            31: {}``Car'', {}``caR'', etc.
        !            32: \item \textbf{mc}: This means {}``Multiple Choice''. The student's answers must
        !            33: contain the same letters as the question author's, but order is unimportant.
        !            34: This is usually used to give a multiple choice question in the question's
        !            35: \textbf{Text Block}, which may have several correct parts. If the author
        !            36: sets the correct answer as {}``bcg'', the system will accept {}``bcg'',
        !            37: {}``cbg'', {}``gcb'', etc., but not {}``bc'' or {}``abcg''.
        !            38: \end{enumerate}
        !            39: It is conventional to inform the students if the problem is case sensitive,
        !            40: or that the order of the answers doesn't matter.
        !            41: 
        !            42: \item Optionally, locate the \textbf{Single Line Text Entry Area} block and set
        !            43: a length in the Size box. This will only affect the size of the box on the
        !            44: screen; if you set the box size to 2, the student can still enter 3 or more
        !            45: letters in their answer.
        !            46: \item Scroll down to the \textbf{Hint} element, and type some text that will help
        !            47: students when they answer incorrectly, or delete the hint by setting the
        !            48: \textbf{Delete} field to \textbf{Yes}.
        !            49: \item Click the \textbf{Submit Changes} button.
        !            50: \end{enumerate}

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