[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex CAPA_LON-CAPA_function_diffs.tex all_functions_table.tex
raeburn
raeburn at source.lon-capa.org
Mon Nov 21 11:19:47 EST 2011
raeburn Mon Nov 21 16:19:47 2011 EDT
Modified files:
/loncom/html/adm/help/tex all_functions_table.tex
CAPA_LON-CAPA_function_diffs.tex
Log:
- Bug 6528. Fix documentation.
subroutine to get user's section is called &sec() in default_homework.lcpm.
Index: loncom/html/adm/help/tex/all_functions_table.tex
diff -u loncom/html/adm/help/tex/all_functions_table.tex:1.12 loncom/html/adm/help/tex/all_functions_table.tex:1.13
--- loncom/html/adm/help/tex/all_functions_table.tex:1.12 Sat Jun 14 16:41:34 2008
+++ loncom/html/adm/help/tex/all_functions_table.tex Mon Nov 21 16:19:46 2011
@@ -96,7 +96,7 @@
\hline
to\_string(x), to\_string(x,y) &\&to\_string(\$x), \&to\_string(\$x,\$y) &If x is an integer, returns a string. If x is real than the output is a string with format given by y. For example, if x = 12.3456, \&to\_string(x,''.3F'') = 12.345 and \&to\_string(x,''.3E'') = 1.234E+01. & \\
\hline
-capa\_id(), class(), section(), set(), problem() &\&class(), \§ion() &Returns null string, class descriptive name, section number, set number and null string. &capa\_id(), set() and problem() are no longer used. Currently, they return a null value. \\
+capa\_id(), class(), section(), set(), problem() &\&class(), \&sec() &Returns null string, class descriptive name, section number, set number and null string. &capa\_id(), set() and problem() are no longer used. Currently, they return a null value. \\
\hline
name(), student\_number() &\&name(), \&student\_number() &Return the full name in the following format: lastname, firstname initial. Student\_number returns the student 9-alphanumeric string. If undefined, the functions return null. & \\
\hline
Index: loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex
diff -u loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex:1.7 loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex:1.8
--- loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex:1.7 Fri Mar 21 00:10:34 2008
+++ loncom/html/adm/help/tex/CAPA_LON-CAPA_function_diffs.tex Mon Nov 21 16:19:46 2011
@@ -117,7 +117,7 @@
to\_string(x), to\_string(x,y) & \&to\_string(\$x), \&to\_string(\$x,\$y) & \\
\hline
-capa\_id(), class(), section(), set(), problem() & \&class(), \§ion() & capa\_id(), set() and problem() are no longer used. Currently, they return a null value. \\
+capa\_id(), class(), section(), set(), problem() & \&class(), \&sec() & capa\_id(), set() and problem() are no longer used. Currently, they return a null value. \\
\hline
name(), student\_number() & \&name(), \&student\_number() & \\
More information about the LON-CAPA-cvs
mailing list