[LON-CAPA-cvs] cvs: loncom /interface lonpickcourse.pm
raeburn
raeburn at source.lon-capa.org
Mon Oct 3 14:46:29 EDT 2016
raeburn Mon Oct 3 18:46:29 2016 EDT
Modified files:
/loncom/interface lonpickcourse.pm
Log:
- Bug 6808. New course container -- "Placement" for Placement Tests.
Index: loncom/interface/lonpickcourse.pm
diff -u loncom/interface/lonpickcourse.pm:1.117 loncom/interface/lonpickcourse.pm:1.118
--- loncom/interface/lonpickcourse.pm:1.117 Sat Apr 2 04:30:21 2016
+++ loncom/interface/lonpickcourse.pm Mon Oct 3 18:46:29 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Pick a course
#
-# $Id: lonpickcourse.pm,v 1.117 2016/04/02 04:30:21 raeburn Exp $
+# $Id: lonpickcourse.pm,v 1.118 2016/10/03 18:46:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -408,6 +408,8 @@
.' ');
if ($type eq 'Community') {
$r->print(&mt('Enter the community with the role of [_1].',$cctitle));
+ } elsif ($type eq 'Placement') {
+ $r->print(&mt('Enter the placement test with the role of [_1].',$cctitle));
} else {
$r->print(&mt('Enter the course with the role of [_1].',$cctitle));
}
@@ -416,6 +418,8 @@
.'<input type="radio" name="phase" value="menu"'.$menuchk.'/> ');
if ($type eq 'Community') {
$r->print(&mt('View or modify community settings which only a [_1] may modify.',$dctitle));
+ } elsif ($type eq 'Placement') {
+ $r->print(&mt('View or modify placement test settings which only a [_1] may modify.',$dctitle));
} else {
$r->print(&mt('View or modify course settings which only a [_1] may modify.',$dctitle));
}
More information about the LON-CAPA-cvs
mailing list