[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Cascading_Parameters.tex Course_Create_Class_List.tex /interface lonparmset.pm
www
lon-capa-cvs@mail.lon-capa.org
Fri, 14 May 2004 00:55:27 -0000
www Thu May 13 20:55:27 2004 EDT
Modified files:
/loncom/html/adm/help/tex Cascading_Parameters.tex
Course_Create_Class_List.tex
/loncom/interface lonparmset.pm
Log:
Work on online help, little things.
Index: loncom/html/adm/help/tex/Cascading_Parameters.tex
diff -u loncom/html/adm/help/tex/Cascading_Parameters.tex:1.1 loncom/html/adm/help/tex/Cascading_Parameters.tex:1.2
--- loncom/html/adm/help/tex/Cascading_Parameters.tex:1.1 Wed Aug 20 12:17:40 2003
+++ loncom/html/adm/help/tex/Cascading_Parameters.tex Thu May 13 20:55:27 2004
@@ -33,11 +33,3 @@
excused reason. An entire self-paced learning course can have a global
due-date set at the beginning of the course.
-On a technical level, the parameter setting is handled by \texttt{lonparmset}.
-\texttt{lonnavmaps} provides an easy-to-use interface to most of the
-common parameters while doing much of the bookkeeping for you. See
-documentation for those things in the appropriate section below. A
-function called {}``\texttt{parmval}'' in \texttt{Apache::lonnavmaps::navmap}
-and \texttt{Apache::assesscalc} handle the computation of which parameter
-is in effect and can be consulted for precise details on the cascading.
-
Index: loncom/html/adm/help/tex/Course_Create_Class_List.tex
diff -u loncom/html/adm/help/tex/Course_Create_Class_List.tex:1.4 loncom/html/adm/help/tex/Course_Create_Class_List.tex:1.5
--- loncom/html/adm/help/tex/Course_Create_Class_List.tex:1.4 Tue Sep 2 14:28:36 2003
+++ loncom/html/adm/help/tex/Course_Create_Class_List.tex Thu May 13 20:55:27 2004
@@ -1,7 +1,7 @@
\label{Course_Create_Class_List}
To modify the class list you must be the Course Coordinator for that class.
-\begin {enumerate}
+\begin{enumerate}
\item On the remote select the \textbf{ENRL} (course enroll) button.
\item In the main browser window you will see a text box directly below the
Index: loncom/interface/lonparmset.pm
diff -u loncom/interface/lonparmset.pm:1.159 loncom/interface/lonparmset.pm:1.160
--- loncom/interface/lonparmset.pm:1.159 Fri Apr 30 19:12:14 2004
+++ loncom/interface/lonparmset.pm Thu May 13 20:55:27 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.159 2004/04/30 23:12:14 albertel Exp $
+# $Id: lonparmset.pm,v 1.160 2004/05/14 00:55:27 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -944,7 +944,9 @@
my $submitmessage = &mt('Update Section or Specific User');
if (!$pssymb) {
- $r->print('<tr><td>'.&mt('Select Parameter Level').'</td><td colspan="2">');
+ $r->print('<tr><td>'.&mt('Select Parameter Level').
+ &Apache::loncommon::help_open_topic('Course_Parameter_Levels').
+ '</td><td colspan="2">');
$r->print('<select name="parmlev">');
foreach (reverse sort keys %alllevs) {
$r->print('<option value="'.$alllevs{$_}.'"');