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

1.1     ! bowersj2    1: 
        !             2: %
        !             3: \begin{figure}
        !             4: \begin{center}\includegraphics[  width=0.80\paperwidth]{creatingNewProblemResource}\end{center}
        !             5: 
        !             6: 
        !             7: \caption{Creating A New Problem Resource\label{Creating a new problem resource}}
        !             8: \end{figure}
        !             9: To create a Radio Response\index{Radio Response} problem, create a new resource
        !            10: as described in section \ref{Creating New Content Pages}. This is a {}``problem''
        !            11: resource so the URL must end in {}``.problem''. You should see a screen
        !            12: as in figure \ref{Creating a new problem resource}.%
        !            13: \begin{figure}
        !            14: \begin{center}\includegraphics[  width=0.80\paperwidth]{radioResponse2}\end{center}
        !            15: 
        !            16: 
        !            17: \caption{Radio Response Creation Form\label{Radio Response Creation Form}}
        !            18: \end{figure}
        !            19:  You will need to specify the question text and foil statements.
        !            20: 
        !            21: \begin{enumerate}
        !            22: \item In the drop-down option box, 
        !            23: select \textbf{Radio Response Problem}, and click the \textbf{New Problem}
        !            24: button.
        !            25: \item Click the \textbf{Edit} button above the sample problem to enter edit mode.
        !            26: You should see an editing screen.
        !            27: \item In the \textbf{Text Block} at the top of the problem, remove the sample text
        !            28: and type the question for your problem. For example, {}``What is two plus
        !            29: two?''
        !            30: \item Locate the \textbf{Response: One of N statements} element. In the \textbf{Max
        !            31: Number of Shown Foils} text box, place the number of foils you wish to display
        !            32: to the student.
        !            33: \item Locate \textbf{Foil 1}. Remove the text that is in the text box and put the
        !            34: \emph{correct answer} for the problem in the \textbf{Text Block}. For example,
        !            35: {}``Four.'' Make sure this is set to \textbf{true} in the \textbf{Correct
        !            36: Option} field.
        !            37: \item Below it, you will see \textbf{Foil 2}. Remove the text in the text box and
        !            38: put an \emph{incorrect answer} for the problem. For instance, {}``Purple.''
        !            39: Make sure this is set to \textbf{false} in the \textbf{Correct Option} field.
        !            40: \item Repeat the previous step until you've filled in all of the other incorrect
        !            41: answers you wish to offer the students.
        !            42: \item Once you've filled in all the incorrect answers, change the \textbf{Correct
        !            43: Option}s on the other foils to \textbf{Unused}.
        !            44: \item %
        !            45: \begin{figure}
        !            46: \begin{center}\includegraphics[  width=0.80\paperwidth]{radioResponseHint}\end{center}
        !            47: 
        !            48: 
        !            49: \caption{Hint Element\label{Radio Response Hint Element Figure}}
        !            50: \end{figure}
        !            51: Scroll down to the Hint element.
        !            52: Type some text that will help students when they answer incorrectly. You
        !            53: may delete the hint by selecting \textbf{Yes} from the \textbf{Delete} drop-down
        !            54: box.
        !            55: \item Click the \textbf{Submit Changes} button located at the top of the frame.
        !            56: If you do not do this, none of your changes will be saved.
        !            57: \end{enumerate}
        !            58: The \textbf{Correct Option} drop down box controls whether or not a given
        !            59: answer will be accepted as a correct answer. If it is set to \textbf{true},
        !            60: that answer will be considered a correct answer. Any number of foils can
        !            61: be marked \textbf{true}, but only one will be shown to any given student.
        !            62: If it is set to \textbf{false}, it will be considered an incorrect answer.
        !            63: If it is set to \textbf{Unused}, the system will not use that foil.
        !            64: 

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