[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex numerical_wrong_answers.tex
raeburn
raeburn at source.lon-capa.org
Sat Aug 20 12:27:15 EDT 2016
raeburn Sat Aug 20 16:27:15 2016 EDT
Modified files:
/loncom/html/adm/help/tex numerical_wrong_answers.tex
Log:
- Typos.
Index: loncom/html/adm/help/tex/numerical_wrong_answers.tex
diff -u loncom/html/adm/help/tex/numerical_wrong_answers.tex:1.2 loncom/html/adm/help/tex/numerical_wrong_answers.tex:1.3
--- loncom/html/adm/help/tex/numerical_wrong_answers.tex:1.2 Tue Jun 15 15:50:03 2004
+++ loncom/html/adm/help/tex/numerical_wrong_answers.tex Sat Aug 20 16:27:15 2016
@@ -1,12 +1,12 @@
\label{numerical_wrong_answers}
When switched into exam (``bubble sheet'') mode,
-LON-CAPA usually create wrong answers automatically.
+LON-CAPA usually creates wrong answers automatically.
To specify wrong answers yourself, you need to provide an array of incorrect
-values to the <numericalresponse> throught the 'incorrect' attribute.
+values to the <numericalresponse> through the `incorrect' attribute.
You need to provide at least as many incorrects as 1 less than the
number of bubbles on the exam. You can provide more if you want to.
-In Edit mode there is an 'Incorrect Answers:' field you can
+In Edit mode there is an `Incorrect Answers:' field you can
fill in.
Minimal example problem:
@@ -16,7 +16,7 @@
$answer=1;
@incorrects=(2,3,4,5,6,7,8);
</script>
- <startoutext />
+ <startouttext />
Correct answer is 1. <br />
<endouttext />
<numericalresponse answer="$answer" incorrect="@incorrects">
More information about the LON-CAPA-cvs
mailing list