Diff for /loncom/html/adm/help/tex/Custom_Response_Problems.tex between versions 1.3 and 1.4

version 1.3, 2007/03/30 21:35:13 version 1.4, 2007/05/10 21:04:02
Line 34  return 'INCORRECT';</answer> Line 34  return 'INCORRECT';</answer>
   
 Full list of possible return codes:  Full list of possible return codes:
 \begin{itemize}  \begin{itemize}
 \item EXACT_ANS: student is exactly correct  \item EXACT\_ANS: student is exactly correct
 \item APPROX_ANS:  student is approximately correct  \item APPROX\_ANS:  student is approximately correct
 \item NO_RESPONSE: student submitted no response  \item NO\_RESPONSE: student submitted no response
 \item MISSING_ANSWER: student submitted some but not all parts of a response  \item MISSING\_ANSWER: student submitted some but not all parts of a response
 \item EXTRA_ANSWER: student submitted a vector of values when a scalar was expected  \item EXTRA\_ANSWER: student submitted a vector of values when a scalar was expected
 \item WANTED_NUMERIC: expected a numeric answer and didn't get one  \item WANTED\_NUMERIC: expected a numeric answer and didn't get one
 \item SIG_FAIL: incorrect number of Significant Figures  \item SIG\_FAIL: incorrect number of Significant Figures
 \item UNIT_FAIL: incorrect unit  \item UNIT\_FAIL: incorrect unit
 \item UNIT_NOTNEEDED: Submitted a unit when one shouldn't  \item UNIT\_NOTNEEDED: Submitted a unit when one shouldn't
 \item UNIT_INVALID_INSTRUCTOR: the unit provided by the author of the problem is unparsable  \item UNIT\_INVALID\_INSTRUCTOR: the unit provided by the author of the problem is unparsable
 \item UNIT_INVALID_STUDENT: the unit provided by the student is unparasable  \item UNIT\_INVALID\_STUDENT: the unit provided by the student is unparasable
 \item UNIT_IRRECONCIBLE: the unit from the student and the instructor are of different types  \item UNIT\_IRRECONCIBLE: the unit from the student and the instructor are of different types
 \item NO_UNIT: needed a unit but none was submitted  \item NO\_UNIT: needed a unit but none was submitted
 \item BAD_FORMULA: syntax error in submitted formula  \item BAD\_FORMULA: syntax error in submitted formula
 \item INCORRECT: answer was wrong  \item INCORRECT: answer was wrong
 \item SUBMITTED: submission wasn't graded  \item SUBMITTED: submission wasn't graded
 \item DRAFT: submission only stored  \item DRAFT: submission only stored
 \item MISORDERED_RANK: student submitted a poorly order rank response  \item MISORDERED\_RANK: student submitted a poorly order rank response
 \item ERROR: unable to get a grade  \item ERROR: unable to get a grade
 \item ASSIGNED_SCORE: there is a resource.partid.responseid.awarded the real awarded should be set to the average of the individual awards  \item ASSIGNED\_SCORE: there is a resource.partid.responseid.awarded the real awarded should be set to the average of the individual awards
 \item TOO_LONG: answer submission to CAPA engine longer than 500 characters  \item TOO\_LONG: answer submission to CAPA engine longer than 500 characters
 \item INVALID_FILETYPE: student tried to upload a file that was of an extension that was not specifically allowed   \item INVALID\_FILETYPE: student tried to upload a file that was of an extension that was not specifically allowed 
 \item COMMA_FAIL: answer requires the use of comma grouping and it wasn't provided or was incorrect  \item COMMA\_FAIL: answer requires the use of comma grouping and it wasn't provided or was incorrect
   
 \end{itemize}  \end{itemize}
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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