--- loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex 2011/05/21 14:08:10 1.20 +++ loncom/html/adm/help/tex/Problem_LON-CAPA_Functions.tex 2012/01/03 21:56:35 1.23 @@ -144,6 +144,15 @@ epoch (UTC), which can be used in calcul \&submission(\$partid,\$responseid,\$version) & Returns what the student submitted for response \$responseid in part \$partid. You can get these IDs from the XML-code of the problem. \$version is optional and returns the \$version-th submission of the student that was graded.\\ \hline +\¶meter\_setting(\$name,\$partid) & Returns the parameter setting \$name. Partid is optional.\\ +\hline + +\&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 +optional array of wrong answers that should be included.\\ +\hline + \¤tpart() & Returns the ID of the current part.\\ \hline