--- loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex 2013/07/05 18:30:40 1.2 +++ loncom/html/adm/help/tex/Custom_Response_Problem_Creation.tex 2013/08/05 15:24:47 1.3 @@ -5,7 +5,7 @@ generally discouraged, since the respons For a single textfield, the student's answer will be in a variable \$submission. If the Custom Response has multiple textfields, the answers will be in an array reference, and can be accessed as \$\$submission[0], \$\$submission[1], etc. -The student answer needs to be evaluated by Perl code inside the \texttt{\textless answer\textgreater}-tag. Custom Response needs to include an algorithm that determines and returns a standard LON-CAPA response. The most common LON-CAPA responses are: +The student answer needs to be evaluated by Perl code inside the \texttt{$<$ answer$>$}-tag. Custom Response needs to include an algorithm that determines and returns a standard LON-CAPA response. The most common LON-CAPA responses are: \begin{itemize} \item EXACT\_ANS: return if solved exactly correctly \item APPROX\_ANS: return if solved approximately