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

raeburn raeburn at source.lon-capa.org
Tue Jan 3 16:56:35 EST 2012


raeburn		Tue Jan  3 21:56:35 2012 EDT

  Modified files:              
    /loncom/html/adm/help/tex	Problem_LON-CAPA_Functions.tex 
  Log:
  - Backslash before @ in wrong_bubbles() args is unwanted and causes TeX engine
    to report an error.
  
  
Index: loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex
diff -u loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.22 loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.23
--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex:1.22	Sun May 22 03:04:54 2011
+++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex	Tue Jan  3 21:56:35 2012
@@ -149,7 +149,7 @@
 
 \&stored\_data(\$name,\$partid) & Returns the stored data \$name. Partid is optional.\\
 \hline
-\&wrong\_bubbles(\$correct,\$lower,\$upper,\$step,\@given) & Returns an array that can be used for wrong answers in numerical responses. The first argument is the correct answer, the next arguments are the lower and upper boundaries for the bubbles, as well as the step size. The next argument is an 
+\&wrong\_bubbles(\$correct,\$lower,\$upper,\$step, at given) & Returns an array that can be used for wrong answers in numerical responses. The first argument is the correct answer, the next arguments are the lower and upper boundaries for the bubbles, as well as the step size. The next argument is an 
 optional array of wrong answers that should be included.\\
 \hline 
 




More information about the LON-CAPA-cvs mailing list