[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Custom_Response_Problems.tex

www www at source.lon-capa.org
Thu Jan 19 23:14:04 EST 2012


www		Fri Jan 20 04:14:04 2012 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Custom_Response_Problems.tex 
  Log:
  Document WRONG_FORMAT
  
  
Index: loncom/html/adm/help/tex/Custom_Response_Problems.tex
diff -u loncom/html/adm/help/tex/Custom_Response_Problems.tex:1.5 loncom/html/adm/help/tex/Custom_Response_Problems.tex:1.6
--- loncom/html/adm/help/tex/Custom_Response_Problems.tex:1.5	Sun May 24 13:08:35 2009
+++ loncom/html/adm/help/tex/Custom_Response_Problems.tex	Fri Jan 20 04:14:04 2012
@@ -12,7 +12,7 @@
 \item INCORRECT: return if not correct, uses up a try
 \item ASSIGNED\_SCORE: partial credit (also return the credit factor, e.g. return(ASSIGNED\_SCORE,0.3);)
 \item SIG\_FAIL, NO\_UNIT, EXTRA\_ANSWER, MISSING\_ANSWER, BAD\_FORMULA, 
-WANTED\_NUMERIC: return if not correct for different reasons, does not use up a try
+WANTED\_NUMERIC, WRONG\_FORMAT: return if not correct for different reasons, does not use up a try
 \end{itemize}
 The answer display is shown instead of the student response in 'show answer' mode.
 The following example illustrates this:
@@ -51,6 +51,7 @@
 \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 BAD\_FORMULA: syntax error in submitted formula
+\item WRONG\_FORMAT: student submission did not have the expected format
 \item INCORRECT: answer was wrong
 \item SUBMITTED: submission wasn't graded
 \item DRAFT: submission only stored




More information about the LON-CAPA-cvs mailing list