[LON-CAPA-cvs] cvs: modules /gerd makemap.pl loncom/html/adm/help/tex exam_basics.tex numerical_wrong_answers.tex loncom/interface londocs.pm lonnavmaps.pm

www lon-capa-cvs@mail.lon-capa.org
Tue, 15 Jun 2004 15:50:04 -0000


This is a MIME encoded message

--www1087314604
Content-Type: text/plain

www		Tue Jun 15 11:50:04 2004 EDT

  Modified files:              
    /loncom/html/adm/help/tex	exam_basics.tex 
                             	numerical_wrong_answers.tex 
    /loncom/interface	londocs.pm lonnavmaps.pm 
    /modules/gerd	makemap.pl 
  Log:
  Some work on help.
  
  
--www1087314604
Content-Type: text/plain
Content-Disposition: attachment; filename="www-20040615115004.txt"

Index: loncom/html/adm/help/tex/exam_basics.tex
diff -u loncom/html/adm/help/tex/exam_basics.tex:1.1 loncom/html/adm/help/tex/exam_basics.tex:1.2
--- loncom/html/adm/help/tex/exam_basics.tex:1.1	Wed Jun  9 09:55:21 2004
+++ loncom/html/adm/help/tex/exam_basics.tex	Tue Jun 15 11:50:03 2004
@@ -1,16 +1,13 @@
 \label{exam_basics}
-There are multiple things here that you will need in order to do this.
-
-
-1) you will need to be able to get a file from your scanning office
+There are multiple things here that you will need in order to run an exam.
+\begin{enumerate}
+\item you will need to be able to get a file from your scanning office
 that is scan of the bubbled scantron sheets.
-2) you will need to modify the scantronfromat.tab file to properly
+\item you will need to modify the scantronformat.tab file to properly
 describe what your data file looks like.
+\end{enumerate}
 
-
-To see a hw problem set turned into a bubble sheet exam you need to
-
-- set the parameter 'problemtype' for the set to 'exam'
+To see a homework problem set turned into a bubble sheet exam you need to - set the parameter 'problemtype' for the set to 'exam' in PARM.
 
 The set of problems now it should automatically convert to a
 'bubbled input' display, both online and when printing.
@@ -19,21 +16,21 @@
 an individualized exam for each student.
 
 When grading the exam you will need to 
-1) goto the set
-2) click PGRD
-3) click on 'Grade Scantron Forms'
-4) you will then need to upload the sacntron data file to the Lon-CAPA
+\begin{enumerate}
+\item goto the set
+\item click PGRD
+\item click on 'Grade Scantron Forms'
+\item you will then need to upload the sacntron data file to the Lon-CAPA
 server (it is the bottom option on that screen.)
-5) one it is uploaded go back to the 'Grade Scnatron forms' screen
-6) fill in the top form, and click 'Validata records'
+\item one it is uploaded go back to the 'Grade Scnatron forms' screen
+\item fill in the top form, and click 'Validate records'
+\end{enumerate}
 
->From there on out it tries to describe what is going on in detail so
+From there on out it tries to describe what is going on in detail so
 reading the screen and answering the questions should be straight
 forward.
 
-
-
-In Lon-CAPA 1.2, we will be supporting a new mode of using scantron
+We are also supporting annonymous mode of using scantron
 form exams.
 
 Basically some people don't want to take the time to hand out 300
@@ -41,27 +38,24 @@
 Bob gets Bob's exam.) So we have another mode, where we generate
 different exam versions all of which have a 6-letter 'CODE' which
 control the random numbers. The generating and grading of these is a
-bit more complex and
-
-> You can find a description of this in
-
-Anon
-
-1) got to a resource in a course
-2) hit PRT
-3) select 'Problem from <mapname> for anonymous students'
-4) click Next ->
-5) type in the number of exams you want generated
-6) if you want to save the CODEs for later so the bubbled input can be
+bit more complex.
+\begin{enumerate}
+\item got to a resource in a course
+\item hit PRT
+\item select 'Problem from <mapname> for anonymous students'
+\item click Next ->
+\item type in the number of exams you want generated
+\item if you want to save the CODEs for later so the bubbled input can be
     validated, type in a name to save them under
-7) click Next->
-8) print them out
-9) fill in some scantron forms
-10) get them scanned
-11) upload the scan results
-12) goto PGRD
-13) click 'Grade' scantron form
-14) Select the map, datafile, scantron format that knows where a CODE
+\item click Next->
+\item print them out
+\item fill in some scantron forms
+\item get them scanned
+\item upload the scan results
+\item goto PGRD
+\item click 'Grade' scantron form
+\item Select the map, datafile, scantron format that knows where a CODE
      is on the form, and the name that CODEs where saved under
-15) click 'Validate Scantron Records'
-16) follow the on screen prompts.
+\item click 'Validate Scantron Records'
+\item follow the on screen prompts.
+\end{enumerate}
Index: loncom/html/adm/help/tex/numerical_wrong_answers.tex
diff -u loncom/html/adm/help/tex/numerical_wrong_answers.tex:1.1 loncom/html/adm/help/tex/numerical_wrong_answers.tex:1.2
--- loncom/html/adm/help/tex/numerical_wrong_answers.tex:1.1	Wed Jun  9 09:55:21 2004
+++ loncom/html/adm/help/tex/numerical_wrong_answers.tex	Tue Jun 15 11:50:03 2004
@@ -1,14 +1,16 @@
 \label{numerical_wrong_answers}
-The quick explanation is you need to provide an array of incorrect
+When switched into exam (``bubble sheet'') mode, 
+LON-CAPA usually create wrong answers automatically.
+To specify wrong answers yourself, you need to provide an array of incorrect
 values to the <numericalresponse> throught the 'incorrect' attribute.
-You need to provide at least as many incorrects as 1 less then the
+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 should be an 'Incorrect Answers:' field you can
-fill in)
+In Edit mode there is an 'Incorrect Answers:' field you can
+fill in.
 
 Minimal example problem:
-
+\begin{verbatim}
 <problem>
   <script type="loncapa/perl">
     $answer=1;
@@ -21,5 +23,4 @@
     <textline />
   </numericalresponse>
 </problem>
-
-Let me know if any this fails to work for you.
+\end{verbatim}
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.129 loncom/interface/londocs.pm:1.130
--- loncom/interface/londocs.pm:1.129	Thu Jun 10 18:23:35 2004
+++ loncom/interface/londocs.pm	Tue Jun 15 11:50:03 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.129 2004/06/10 22:23:35 albertel Exp $
+# $Id: londocs.pm,v 1.130 2004/06/15 15:50:03 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -121,7 +121,8 @@
     if ($home) {
 	return '</td><td bgcolor="#DDDDCC">'.
 	    '<input type="submit" name="dumpcourse" value="'.
-	    &mt('Dump Course DOCS to Construction Space').'" />';
+	    &mt('Dump Course DOCS to Construction Space').'" />'.
+	    &Apache::loncommon::help_open_topic('Docs_Dump_Course_Docs');
     } else {
 	return'</td><td bgcolor="#DDDDCC">'.
      &mt('Dump Course DOCS to Construction Space: available on other servers');
@@ -1023,7 +1024,8 @@
            'Adding_External_Resource','Navigate_Content',
            'Adding_Folders','Docs_Overview', 'Load_Map',
            'Supplemental', 'Score_Upload_Form',
-           'Importing_LON-CAPA_Resource','Uploading_From_Harddrive') {
+           'Importing_LON-CAPA_Resource','Uploading_From_Harddrive',
+	   'Check_Resource_Versions','Verify_Content') {
       $help{$_}=&Apache::loncommon::help_open_topic('Docs_'.$_);
   }
     # Composite help files
@@ -1276,9 +1278,9 @@
 <form action="/adm/coursedocs" method="post" name="courseverify">
 <table bgcolor="#AAAAAA" width="100%" cellspacing="4" cellpadding="4">
 <tr><td bgcolor="#DDDDCC">
-<input type="submit" name="verify" value="$lt{'vc'}" />
+<input type="submit" name="verify" value="$lt{'vc'}" />$help{'Verify_Content'}
 </td><td bgcolor="#DDDDCC">
-<input type="submit" name="versions" value="$lt{'cv'}" />
+    <input type="submit" name="versions" value="$lt{'cv'}" />$help{'Check_Resource_Versions'}
 $dumpbut
 </td></tr></table>
 </form>
Index: loncom/interface/lonnavmaps.pm
diff -u loncom/interface/lonnavmaps.pm:1.261 loncom/interface/lonnavmaps.pm:1.262
--- loncom/interface/lonnavmaps.pm:1.261	Tue Jun 15 10:12:56 2004
+++ loncom/interface/lonnavmaps.pm	Tue Jun 15 11:50:03 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Navigate Maps Handler
 #
-# $Id: lonnavmaps.pm,v 1.261 2004/06/15 14:12:56 matthew Exp $
+# $Id: lonnavmaps.pm,v 1.262 2004/06/15 15:50:03 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -137,7 +137,9 @@
     $r->print('</head>'.
               &Apache::loncommon::bodytag('Navigate Course Contents','',
                                     $addentries,'','',$ENV{'form.register'}));
-    $r->print('<script>window.focus();</script>');
+    $r->print('<script>window.focus();</script>'.
+        &Apache::loncommon::help_open_topic('Navigation_Screen').
+	&Apache::loncommon::help_open_bug('RAT'));
 
     $r->rflush();
 
Index: modules/gerd/makemap.pl
diff -u modules/gerd/makemap.pl:1.3 modules/gerd/makemap.pl:1.4
--- modules/gerd/makemap.pl:1.3	Mon Jun 14 14:05:22 2004
+++ modules/gerd/makemap.pl	Tue Jun 15 11:50:03 2004
@@ -1,7 +1,7 @@
   my $cluster='production';
 
   use Image::WorldMap;
-  my $map = Image::WorldMap->new("earth-small.png","maian/8");
+  my $map = Image::WorldMap->new("earth-medium.png","maian/8");
   &servers($map,$cluster);
   $map->draw("loncapamap_$cluster.png");
   exit 0;

--www1087314604--