--- loncom/homework/grades.pm 2009/06/06 19:23:30 1.578
+++ loncom/homework/grades.pm 2009/09/17 18:27:30 1.580
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.578 2009/06/06 19:23:30 raeburn Exp $
+# $Id: grades.pm,v 1.580 2009/09/17 18:27:30 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1735,8 +1735,7 @@ sub gradeBox {
#&mt('
Part:
[_1]
Points:
[_2]
or
[_3]
',$display_part,$radio,$line);
$result .=
- '
'.&mt('Part:').'
'.$display_part.'
'.&mt('Points:').'
'.$radio.'
'.&mt('or').'
'.$line.'
'.
-
+ '
'.&mt('Part:').'
'.$display_part.'
'.&mt('Points:').'
'.$radio.'
'.&mt('or').'
'.$line.'
';
$result.=''."\n";
$result.=''."\n".
''."\n".
@@ -7718,15 +7717,17 @@ sub scantron_upload_scantron_data {
my $syllabuslink = ''.&mt('Syllabus').''.
(' 'x2).&mt('(shows course personnel)');
my $default_form_data=&defaultFormData(&get_symb($r,1));
+ my $nofile_alert = &mt('Please use the browse button to select a file from your local directory.');
+ my $nocourseid_alert = &mt("Please use the 'Select Course' link to open a separate window where you can search for a course to which a file can be uploaded.");
$r->print('