--- loncom/interface/loncreatecourse.pm 2004/01/19 23:05:52 1.45.2.1 +++ loncom/interface/loncreatecourse.pm 2003/12/11 17:31:23 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network # Create a course # -# $Id: loncreatecourse.pm,v 1.45.2.1 2004/01/19 23:05:52 albertel Exp $ +# $Id: loncreatecourse.pm,v 1.46 2003/12/11 17:31:23 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -240,7 +240,7 @@ sub print_course_creation_page { $course_home .= "\n\n"; my $domform = &Apache::loncommon::select_dom_form($defdom,'ccdomain'); my $bodytag=&Apache::loncommon::bodytag('Create a New Course'); - my $helplink=&Apache::loncommon::help_open_topic('Create_Course','Help on Creating Courses'); + my $helplink=&Apache::loncommon::help_open_topic('Create_Course',&mt('Help on Creating Courses')); my $cloneform=&Apache::loncommon::select_dom_form ($ENV{'request.role.domain'},'clonedomain'). &Apache::loncommon::selectcourse_link @@ -259,6 +259,62 @@ sub print_course_creation_page { my $krbform = &Apache::loncommon::authform_kerberos(%param); my $intform = &Apache::loncommon::authform_internal(%param); my $locform = &Apache::loncommon::authform_local(%param); + my %lt=&Apache::lonlocal::texthash( + 'cinf' => "Course Information", + 'ctit' => "Course Title", + 'chsr' => "Course Home Server", + 'cidn' => "Course ID/Number", + 'opt' => "optional", + 'iinf' => "Institutional Information", + 'stat' => "The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.", + 'ccod' => "Course Code", + 'toin' => "to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231", + 'snid' => "Section Numbers and corresponding LON-CAPA section/group IDs", + 'csli' => "a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2", + 'crcs' => "Crosslisted courses", + 'cscs' => "a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2", + 'crco' => "Course Content", + 'cncr' => "Completely new course", + 'cecr' => "Clone an existing course", + 'map' => "Map", + 'smap' => "Select Map", + 'sacr' => "Do NOT generate as standard course", + 'ocik' => "only check if you know what you are doing", + 'fres' => "First Resource", + 'stco' => "standard courses only", + 'blnk' => "Blank", + 'sllb' => "Syllabus", + 'navi' => "Navigate", + 'cid' => "Course ID", + 'dmn' => "Domain", + 'asov' => "Additional settings, if specified below, will override cloned settings", + 'assp' => "Assessment Parameters", + 'oaas' => "Open all assessments", + 'mssg' => "Messaging", + 'scpf' => "Set course policy feedback to Course Coordinator", + 'scfc' => "Set content feedback to Course Coordinator", + 'cmmn' => "Communication", + 'dsrd' => "Disable student resource discussion", + 'dsuc' => "Disable student use of chatrooms", + 'acco' => "Access Control", + 'snak' => "Students need access key to enter course", + 'cc' => "Course Coordinator", + 'user' => "Username", + 'ierc' => "Immediately expire own role as Course Coordinator", + 'aens' => "Automated enrollment settings", + 'aesc' => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.", + 'aadd' => "Automated adds", + 'yes' => "Yes", + 'no' => "No", + 'audr' => "Automated drops", + 'dacu' => "Duration of automated classlist updates", + 'psam' => "Please select the authentication mechanism", + 'pcda' => "Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process", + 'nech' => "Notification of enrollment changes", + 'nccl' => "Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?", + 'irsp' => "Include retrieval of student photographs?", + 'opco' => "Open Course" + ); $r->print(<