--- loncom/interface/lonpopulate.pm 2006/03/15 22:11:04 1.41 +++ loncom/interface/lonpopulate.pm 2006/05/16 21:56:14 1.42 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.41 2006/03/15 22:11:04 albertel Exp $ +# $Id: lonpopulate.pm,v 1.42 2006/05/16 21:56:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -299,7 +299,7 @@ sub print_main_frame { Use "Section settings" to make changes to the choice of sections included for enrollment in your LON-CAPA course.   - Use "Student photos settings" to enable or disable automatic import of photos for registered students in your course. + Use "Student photo settings" to enable or disable automatic import of photos for registered students in your course.   @@ -478,8 +478,11 @@ ENDTWO } elsif ($action eq "notify") { my $notifycount = 0; my @notified = split(/,/,$enrollvar{notifylist}); - foreach (@notified) { - unless ($_ eq '') { $notifycount ++; } + for (my $i=0; $i<@notified; $i++) { + if ($notified[$i] !~ /:/) { + $notified[$i] =~ s/\@/:/; + } + unless ($notified[$i] eq '') { $notifycount ++; } } my $noteset = ''; if ($notifycount) { @@ -525,18 +528,18 @@ ENDTWO foreach (@coursepersonnel) { my @roleinfo = split/:/,$_; if ($roleinfo[0] eq 'cc') { - unless (grep/^$roleinfo[1]\@$roleinfo[2]/,@ccs) { + unless (grep/^$roleinfo[1]\:$roleinfo[2]/,@ccs) { my $active_cc = &Apache::loncommon::check_user_status($roleinfo[2],$roleinfo[1],$dom,$crs,'cc'); if ($active_cc eq 'active') { - push @ccs, "$roleinfo[1]\@$roleinfo[2]"; - $pname{"$roleinfo[1]\@$roleinfo[2]"} = &Apache::loncommon::plainname($roleinfo[1],$roleinfo[2]); - if (grep/^$roleinfo[1]\@$roleinfo[2]$/,@notified) { - $notifystate{"$roleinfo[1]\@$roleinfo[2]"} = 1; + push @ccs, $roleinfo[1].':'.$roleinfo[2]; + $pname{$roleinfo[1].':'.$roleinfo[2]} = &Apache::loncommon::plainname($roleinfo[1],$roleinfo[2]); + if (grep/^$roleinfo[1]\:$roleinfo[2]$/,@notified) { + $notifystate{$roleinfo[1].':'.$roleinfo[2]} = 1; } else { - $notifystate{"$roleinfo[1]\@$roleinfo[2]"} = 0; + $notifystate{$roleinfo[1].':'.$roleinfo[2]} = 0; } } else { - push @oldccs, "$roleinfo[1]\@$roleinfo[2]"; + push @oldccs, $roleinfo[1].':'.$roleinfo[2]; } } } @@ -545,13 +548,13 @@ ENDTWO foreach my $person (@notified) { unless ( (grep/^$person$/,@ccs) || ($person eq '') || (grep/^$person$/,@oldccs) ) { push @ccs, $person; - my ($puname,$pdom) = split/\@/,$person; + my ($puname,$pdom) = split/:/,$person; $pname{$person} = &Apache::loncommon::plainname($puname,$pdom); $notifystate{$person} = 1; } } } - my $viewer = $env{'user.name'}.'@'.$env{'user.domain'}; + my $viewer = $env{'user.name'}.':'.$env{'user.domain'}; unless ( (grep/^$viewer$/,@ccs) || ($viewer eq '') ) { push @ccs,$viewer; $pname{$viewer} = &Apache::loncommon::plainname($env{'user.name'},$env{'user.domain'}); @@ -568,18 +571,19 @@ ENDTWO - - - - - - - - + + + + "); + $r->print(&Apache::loncommon::end_data_table_row()); for (my $i=0; $i<@ccs; $i++) { - my $colflag = $i%2; - $r->print(" + $r->print(&Apache::loncommon::start_data_table_row()); + $r->print(" "); + $r->print(""); } else { - $r->print(""); + $r->print(""); } + $r->print(&Apache::loncommon::end_data_table_row()); } + $r->print(&Apache::loncommon::end_data_table()); $r->print(" -
NameusernameCurrent statusNotification?
"); + $r->print(&Apache::loncommon::start_data_table()); + $r->print(&Apache::loncommon::start_data_table_row()); + $r->print(" + Nameusername:domainCurrent statusNotification?
$pname{$ccs[$i]} $ccs[$i] @@ -590,13 +594,14 @@ ENDTWO $r->print("Notification inactive"); } if ($notifystate{$ccs[$i]} == 1) { - $r->print("

@@ -637,42 +642,37 @@ ENDTWO "); if ($cross_str > 0) { $r->print(" - Currently, this LON-CAPA course is crosslisted with $cross_str course section(s). Students enrolling in these course sections will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update. For each crosslisting, leave the checkbox checked if you want registered students in that course to be included in the student roster for LON-CAPA course: $realm ($enrollvar{coursecode}); otherwise uncheck it. If you wish to change the section/group ID assigned in your LON-CAPA course for a crosslisted course, enter the new section/group ID in the appropriate textbox. The LON-CAPA section/group ID can be left (or set to) empty, if you do not wish to tie a section/group ID to this crosslisting. If you wish to add new crosslisted courses, enter the number of new courses to add in the textbox at the bottom of the page. You will provide information about each of the new crosslistings on a subsequent page. Click 'Go' to store your changes. + Currently, this LON-CAPA course is crosslisted with $cross_str course section(s). Students enrolling in these course sections will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update. For each crosslisting, leave the checkbox checked if you want registered students in that course to be included in the student roster for LON-CAPA course: $realm ($enrollvar{coursecode}); otherwise uncheck it. If you wish to change the section ID assigned in your LON-CAPA course for a crosslisted course, enter the new section ID in the appropriate textbox. The LON-CAPA section ID can be left (or set to) empty, if you do not wish to tie a section ID to this crosslisting. If you wish to add new crosslisted courses, enter the number of new courses to add in the textbox at the bottom of the page. You will provide information about each of the new crosslistings on a subsequent page. Click 'Go' to store your changes.

- - - - -
- - - - - - + "); + $r->print(&Apache::loncommon::start_data_table()); + $r->print(&Apache::loncommon::start_data_table_row()); + $r->print(" + + + "); + $r->print(&Apache::loncommon::end_data_table_row()); for (my $i=0; $i<@xlists; $i++) { my $xl = ' '; - my $gp = ' '; + my $lc_sec = ' '; if ($xlists[$i] =~ /^([^:]+):?(.*)$/) { $xl = $1; - $gp = $2; + $lc_sec = $2; } my $colflag = $i%2; + $r->print(&Apache::loncommon::start_data_table_row()); $r->print(" - - - + "); + $r->print(&Apache::loncommon::end_data_table_row()); } - $r->print("
Enrollment?Crosslisted courseLON-CAPA section/groupID
Enrollment?Crosslisted courseLON-CAPA section ID
$xl
-
- "); + $r->print(&Apache::loncommon::end_data_table()); } else { $r->print(" @@ -728,23 +728,26 @@ ENDTWO - For each section, check the checkbox if you want registered students in that section to be included in the student roster for LON-CAPA course: $realm ($enrollvar{coursecode}); otherwise uncheck it. If you want to change the section/group designation used for this section in LON-CAPA, delete the current value in the LON-CAPA section/group textbox and enter the new value. The LON-CAPA section/group ID can be left (or set to) empty, if you do not wish to tie a section/group ID to this section. To add a new section, check the 'Enrollment in this course?' checkbox, and enter the desired LON-CAPA section/groupID in the appropriate textbox. Click 'Go' to store + For each section, check the checkbox if you want registered students in that section to be included in the student roster for LON-CAPA course: $realm ($enrollvar{coursecode}); otherwise uncheck it. If you want to change the section ID designation used for this section in LON-CAPA, delete the current value in the LON-CAPA section ID textbox and enter the new value. The LON-CAPA section ID can be left (or set to) empty, if you do not wish to tie a section ID to this section. To add a new section, check the 'Enrollment in this course?' checkbox, and enter the desired LON-CAPA section ID in the appropriate textbox. Click 'Go' to store your changes.
- - - - - - - "); + $r->print(&Apache::loncommon::start_data_table()); + $r->print(&Apache::loncommon::start_data_table_row()); + $r->print(" + + + + + "); + $r->print(&Apache::loncommon::end_data_table_row()); for (my $i=0; $i<@sections; $i++) { my $colflag = $i%2; my $shrflag = 0; - $r->print(" + $r->print(&Apache::loncommon::start_data_table_row()); + $r->print(" $r->print("Enrollment inactive"); } if ($shrflag) { - $r->print(""); + $r->print(""); } else { - $r->print(""); + $r->print(""); } + $r->print(&Apache::loncommon::end_data_table_row()); } + $r->print(&Apache::loncommon::end_data_table()); $r->print(" -
SectionCurrent statusLON-CAPA section/group IDEnrollment in this course?
SectionCurrent statusLON-CAPA section IDEnrollment in this course?
$sections[$i] "); @@ -755,13 +758,14 @@ your changes.

@@ -785,36 +789,31 @@ your changes. if (@currsections) { my $secshow = @currsections; $r->print(" - Currently, this LON-CAPA course incorporates enrollment from $secshow sections. Students enrolling in any of these course sections will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update. For each section, uncheck the checkbox if you want registered students in that section to cease being included in the student roster for LON-CAPA course: $realm ($enrollvar{coursecode}); otherwise leave it checked. If you want to change the section/group designation used for this section in LON-CAPA, delete the current value in the LON-CAPA section/groupID textbox and enter the new value. If you wish to add new course section, enter the number of new sections to add in the textbox at the bottom of the page. You will provide information about each of the new sections on a subsequent page. Click 'Go' to store your changes. + Currently, this LON-CAPA course incorporates enrollment from $secshow sections. Students enrolling in any of these course sections will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update. For each section, uncheck the checkbox if you want registered students in that section to cease being included in the student roster for LON-CAPA course: $realm ($enrollvar{coursecode}); otherwise leave it checked. If you want to change the section ID designation used for this section in LON-CAPA, delete the current value in the LON-CAPA section ID textbox and enter the new value. If you wish to add new course section, enter the number of new sections to add in the textbox at the bottom of the page. You will provide information about each of the new sections on a subsequent page. Click 'Go' to store your changes.

- - - - -
- - - - - - "); + $r->print(&Apache::loncommon::start_data_table()); + $r->print(&Apache::loncommon::start_data_table_row()); + $r->print(" + + + + "); + $r->print(&Apache::loncommon::end_data_table_row()); for (my $j=0; $j<@currsections; $j++) { my $colflag = $j%2; + $r->print(&Apache::loncommon::start_data_table_row()); $r->print(" - - - + "); + $r->print(&Apache::loncommon::end_data_table_row()); } - $r->print("
Enrollment?SectionLON-CAPA section/groupID
Enrollment?SectionLON-CAPA section ID
$currsections[$j]
-
- "); + $r->print(&Apache::loncommon::end_data_table()); } else { $r->print(" Currently no sections of $realm ($enrollvar{coursecode}) are contributing enrollment to the LON-CAPA class roster. @@ -1644,14 +1643,14 @@ sub print_crosslistings_menu () { if (@currxlists > 0) { for (my $i=0; $i<@currxlists; $i++) { my $xlist = "cross_".$i; - my $gp = "gp_".$i; + my $lc_sec = "lcsec_".$i; if ( exists($env{"form.$xlist"}) ) { my $xlistentry = ''; if ($currxlists[$i] =~ m/^([^:]+)/) { $xlistentry = $1.':'; } - if ( exists($env{"form.$gp"}) ) { - $xlistentry .= $env{"form.$gp"}; + if ( exists($env{"form.$lc_sec"}) ) { + $xlistentry .= $env{"form.$lc_sec"}; } push @xlists,$xlistentry; $crosscount ++; @@ -1674,8 +1673,8 @@ sub print_crosslistings_menu () { if ($crosscount > 0) { $response .= "The $crosscount courses listed below remain crosslisted with this LON-CAPA course, and students enrolling in these course sections will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update.

\n"; } @@ -1684,27 +1683,25 @@ sub print_crosslistings_menu () { my $numcross = $env{'form.numcross'}; if ($numcross > 0) { my @bgcolors=("#eeeeee","#cccccc"); - $response .= qq(You indicated that you wish to add an additional $numcross crosslisting(s). For each new crosslisting enter the insititutional course section code (e.g., fs03zol101001, for section 001 of zol101 for fs03 semester), and the LON-CAPA section/group ID you wish to assign to students who will be enrolled in your LON-CAPA class as a result of their registration in the crosslisted course section. The LON-CAPA section/group ID can be left blank, if you do not wish to tie a section/group ID to this crosslisting. The institutional course section code should only contain letters and/or numbers, and must be consistent with the scheme adopted by your Domain Coordinator to map course codes (and section numbers) to your institution\'s student information system.

-
- - - @@ -1732,6 +1729,8 @@ sub print_crosslistings_response () { my @allxlists = (); my @badxlists = (); my @badowner = (); + my @reserved = (); + my @matchgroup = (); my $numcross = 0; my $xliststr = $settings{'internal.crosslistings'}; my $coursecode = $settings{'internal.coursecode'}; @@ -1749,22 +1748,34 @@ sub print_crosslistings_response () { } if ($numcross > 0) { + my %curr_groups = &Apache::loncommon::coursegroups(); for (my $i=0; $i<$numcross; $i++) { my $xl = "newcross_".$i; - my $gp = "newgroupid_".$i; + my $lc_sec = "newlcsec_".$i; if ( exists($env{"form.$xl"}) ) { + if (exists($env{"form.$lc_sec"})) { + my $lc_sec_check = &validate_lcsec(\%curr_groups, + $env{"form.$lc_sec"}); + if ($lc_sec_check eq 'reserved') { + push(@reserved,$env{"form.$xl"}.":".$env{"form.$lc_sec"}); + next; + } elsif ($lc_sec_check eq 'group') { + push (@matchgroup,$env{"form.$xl"}.":".$env{"form.$lc_sec"}); + next; + } + } my $coursecheck = ''; $coursecheck = &Apache::lonnet::auto_validate_courseID($crs,$dom,$env{"form.$xl"}); if ($coursecheck eq 'ok') { my $addcheck = ''; $addcheck = &Apache::lonnet::auto_new_course($crs,$dom,$env{"form.$xl"},$owner); if ($addcheck eq 'ok') { - push @xlists,$env{"form.$xl"}.":".$env{"form.$gp"}; + push @xlists,$env{"form.$xl"}.":".$env{"form.$lc_sec"}; } else { - push @badowner,$env{"form.$xl"}.":".$env{"form.$gp"}; + push @badowner,$env{"form.$xl"}.":".$env{"form.$lc_sec"}; } } else { - push @badxlists, $env{"form.$xl"}.":".$env{"form.$gp"}.":".$coursecheck; + push @badxlists, $env{"form.$xl"}.":".$env{"form.$lc_sec"}.":".$coursecheck; } } } @@ -1782,8 +1793,8 @@ sub print_crosslistings_response () { } else { $response = "The courses listed below are now crosslisted with this LON-CAPA course, and students enrolling in these course sections will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update.


\n"; } @@ -1792,8 +1803,8 @@ sub print_crosslistings_response () { my @oldxlists = (split/,/,$xliststr); $response .= "Although no new crosslistings were added, the courses listed below continue to be crosslisted with your LON-CAPA course.


\n"; } @@ -1801,8 +1812,8 @@ sub print_crosslistings_response () { if (@badxlists > 0) { $response .= "The courses listed below could not be included in the crosslistings for this LON-CAPA course, because they are not valid courses according to your institution's official schedule of classes and sections.


\n"; } @@ -1810,11 +1821,28 @@ sub print_crosslistings_response () { if (@badowner > 0) { $response .= "The courses listed below could not be included in the crosslistings for this LON-CAPA course, because the owner of this course - $owner - does not have rights to view enrollment in those classes as determined by your instititution's policies on access to official classlists.


\n"; } + if (@reserved > 0) { + $response .= "The courses listed below could not be included in the crosslistings for this LON-CAPA course, because the section ID associated with the crosslisted course is a reserved word. Please go back and change the section ID for each of these courses.


\n"; + } + + if (@matchgroup > 0) { + $response .= "The courses listed below could not be included in the crosslistings for this LON-CAPA course, because the section ID associated with the crosslisted course is the name of a group in this course. Please go back and change the section ID for each of these courses.


\n"; + } if (@allxlists > 0) { $warning = &warning_message($dom,$crs,$action); @@ -1850,7 +1878,7 @@ sub print_sections_menu () { if ( exists($env{'form.secshow'}) ) { for (my $i=0; $i<$env{'form.secshow'}; $i++) { - my $gp = "loncapasec_".$i; + my $lc_sec = "loncapasec_".$i; my $secnum = "secnum_".$i; my $sec = "sec_".$i; if ( exists( $env{"form.$sec"} ) ) { @@ -1858,8 +1886,8 @@ sub print_sections_menu () { if ( exists( $env{"form.$secnum"} ) ) { $secentry = $env{"form.$secnum"}.':'; } - if ( exists( $env{"form.$gp"} ) ) { - $secentry .= $env{"form.$gp"}; + if ( exists( $env{"form.$lc_sec"} ) ) { + $secentry .= $env{"form.$lc_sec"}; } if ( grep/^$env{"form.$secnum"}:/,@currsections) { push @sections, $secentry; @@ -1870,14 +1898,14 @@ sub print_sections_menu () { if ($coursecheck eq 'ok') { my $addcheck = &Apache::lonnet::auto_new_course($crs,$dom,$newsec,$owner); if ($addcheck eq 'ok') { - push @sections,$env{"form.$secnum"}.":".$env{"form.$gp"}; + push @sections,$env{"form.$secnum"}.":".$env{"form.$lc_sec"}; $seccount ++; $addcount ++; } else { - push @badowner,$env{"form.$secnum"}.":".$env{"form.$gp"}; + push @badowner,$env{"form.$secnum"}.":".$env{"form.$lc_sec"}; } } else { - push @badsections, $env{"form.$secnum"}.":".$env{"form.$gp"}.":".$coursecheck; + push @badsections, $env{"form.$secnum"}.":".$env{"form.$lc_sec"}.":".$coursecheck; } } } @@ -1895,14 +1923,14 @@ sub print_sections_menu () { } elsif (@currsections > 0) { for (my $i=0; $i<@currsections; $i++) { my $sec = "sec_".$i; - my $gp = "secgp_".$i; + my $lc_sec = "lcsec_".$i; if ( exists($env{"form.$sec"}) ) { my $secentry = ''; if ($currsections[$i] =~ m/^(\w+:)/ ) { $secentry = $1; } - if ( exists($env{"form.$gp"}) ) { - $secentry .= $env{"form.$gp"}; + if ( exists($env{"form.$lc_sec"}) ) { + $secentry .= $env{"form.$lc_sec"}; } push @sections,$secentry; $seccount ++; @@ -1929,8 +1957,8 @@ sections which contribute to enrollment if ($seccount > 0) { $response .= "Students enrolling in the $seccount section(s) listed below will be automatically added to the class roster for the course, if you have chosen to enable a nightly automated enrollment update.

\n"; } @@ -1939,8 +1967,8 @@ sections which contribute to enrollment if (@badsections > 0) { $response .= "The sections listed below could not be included in the sections for this LON-CAPA course, because they are not valid section numbers according to your institution's official schedule of classes and sections.


\n"; } @@ -1948,8 +1976,8 @@ sections which contribute to enrollment if (@badowner > 0) { $response .= "The sections listed below could not be included in the sections for this LON-CAPA course, because the owner of this course - $owner - does not have rights to view enrollment in those classes as determined by your instititution's policies on access to official classlists.


\n"; } @@ -1967,27 +1995,30 @@ sections which contribute to enrollment if ($numsec > 0) { my @bgcolors=("#eeeeee","#cccccc"); $response .= qq( - You indicated that you wish to incorporate student enrollment in your LON-CAPA course from an additional $numsec section(s). For each new section enter the insititutional section code (e.g., 004), and the LON-CAPA section/group ID you wish to assign to students who will be enrolled in your LON-CAPA class as a result of their registration in this particular section. The LON-CAPA section/group ID can be left blank, if you do not wish to designate a section/group ID for this course section. The institutional section code should only contain letters and/or numbers, and must be consistent with the scheme adopted by your Domain Coordinator to map course section numbers to your institution\'s student information system.

+ You indicated that you wish to incorporate student enrollment in your LON-CAPA course from an additional $numsec section(s). For each new section enter the insititutional section code (e.g., 004), and the LON-CAPA section ID you wish to assign to students who will be enrolled in your LON-CAPA class as a result of their registration in this particular section. The LON-CAPA section ID can be left blank, if you do not wish to designate a section ID for this course section. The institutional section code should only contain letters and/or numbers, and must be consistent with the scheme adopted by your Domain Coordinator to map course section numbers to your institution\'s student information system.

- - - - - + $response .= qq(You indicated that you wish to add an additional $numcross crosslisting(s). For each new crosslisting enter the insititutional course section code (e.g., fs03zol101001, for section 001 of zol101 for fs03 semester), and the LON-CAPA section ID you wish to assign to students who will be enrolled in your LON-CAPA class as a result of their registration in the crosslisted course section. The LON-CAPA section ID can be left blank, if you do not wish to tie a section ID to this crosslisting. The institutional course section code should only contain letters and/or numbers, and must be consistent with the scheme adopted by your Domain Coordinator to map course codes (and section numbers) to your institution's student information system.

+ ); + $response .= &Apache::loncommon::start_data_table(); + $response .= &Apache::loncommon::start_data_table_row(); + $response .= qq( + + ); + $response .= &Apache::loncommon::end_data_table_row(); for (my $i=0; $i<$numcross; $i++) { - my $colflag = $i%2; + $response .= &Apache::loncommon::start_data_table_row(); $response .= qq( - - - + ); + $response .= &Apache::loncommon::end_data_table_row(); } - $response .= qq(
CrosslistingLON-CAPA section/groupID
CrosslistingLON-CAPA section ID
+ $response .= &Apache::loncommon::end_data_table(); + $response .= qq(
- @@ -2015,6 +2046,8 @@ sub print_sections_response () { my @allsections = (); my @badowner = (); my @badsections = (); + my @reserved = (); + my @matchgroup = (); my $numsec = 0; my $secstr = $settings{'internal.sectionnums'}; my $coursecode = $settings{'internal.coursecode'}; @@ -2032,22 +2065,31 @@ sub print_sections_response () { } if ($numsec > 0) { + my %curr_groups = &Apache::loncommon::coursegroups(); for (my $i=0; $i<$numsec; $i++) { my $sec = "newsec_".$i; - my $gp = "newsecgp_".$i; + my $lc_sec = "newlcsec_".$i; if ( exists($env{"form.$sec"}) ) { unless ( (grep/^$env{"form.$sec"}:/,@allsections) || (grep/^$env{"form.$sec"}:/,@sections) ) { + my $lc_sec_check = &validate_lcsec(\%curr_groups, $env{"form.$lc_sec"}); + if ($lc_sec_check eq 'reserved') { + push(@reserved,$env{"form.$sec"}.":".$env{"form.$lc_sec"}); + next; + } elsif ($lc_sec_check eq 'group') { + push (@matchgroup,$env{"form.$sec"}.":".$env{"form.$lc_sec"}); + next; + } my $newsec = $coursecode.$env{"form.$sec"}; my $coursecheck = &Apache::lonnet::auto_validate_courseID($crs,$dom,$newsec); if ($coursecheck eq 'ok') { my $addcheck = &Apache::lonnet::auto_new_course($crs,$dom,$newsec,$owner); if ($addcheck eq 'ok') { - push @sections,$env{"form.$sec"}.":".$env{"form.$gp"}; + push @sections,$env{"form.$sec"}.":".$env{"form.$lc_sec"}; } else { - push @badowner,$env{"form.$sec"}.":".$env{"form.$gp"}; + push @badowner,$env{"form.$sec"}.":".$env{"form.$lc_sec"}; } } else { - push @badsections, $env{"form.$sec"}.":".$env{"form.$gp"}.":".$coursecheck; + push @badsections, $env{"form.$sec"}.":".$env{"form.$lc_sec"}.":".$coursecheck; } } } @@ -2068,8 +2110,8 @@ sub print_sections_response () { if ($putreply =~ /^ok/) { $response = "Students enrolling in the sections listed below will be automatically added to the class roster for LON-CAPA course $realm ($coursecode), if you have chosen to enable a nightly automated enrollment update.


\n"; } @@ -2077,8 +2119,8 @@ sub print_sections_response () { if (@badsections > 0) { $response .= "The sections listed below could not be included in the sections for this LON-CAPA course, because they are not valid section numbers according to your institution's official schedule of classes and sections.


\n"; } @@ -2086,12 +2128,31 @@ sub print_sections_response () { if (@badowner > 0) { $response .= "The sections listed below could not be included in the sections for this LON-CAPA course, because the owner of this course - $owner - does not have rights to view enrollment in those classes as determined by your instititution's policies on access to official classlists.


\n"; } + if (@reserved > 0) { + $response .= "The sections listed below could not be included in the sections for this LON-CAPA course, because the section ID associated with the institutional section is a reserved word. Please go back and change the section ID for each of these sections.


\n"; + } + + if (@matchgroup > 0) { + $response .= "The sections listed below could not be included in the sections for this LON-CAPA course, because the section ID associated with the institutional section is the name of a group in this course. Please go back and change the section ID for each of these sections.


\n"; + } + + if (@allsections > 0) { $warning = &warning_message($dom,$crs,$action); $warn_prefix = "
Warning. Although you have selected sections to contribute enrollment to this course, additional action is required.
"; @@ -2472,10 +2533,10 @@ sub get_institutional_codes { foreach (@currsections) { if (m/^(\w+):(\w*)$/) { my $sec = $coursecode.$1; - my $gp = $2; + my $lc_sec = $2; unless (grep/^$sec$/,@{$allcourses}) { push @{$allcourses},$sec; - $$LC_code{$sec} = $gp; + $$LC_code{$sec} = $lc_sec; } } } @@ -2790,6 +2851,18 @@ sub date_setting_table { return ($start_table, $end_table); } +sub validate_lcsec { + my ($curr_groups,$lcsec) = @_; + if (($lcsec eq 'all') || ($lcsec eq 'none')) { + return 'reserved'; + } else { + if (exists($$curr_groups{$lcsec})) { + return 'group'; + } + } + return 'ok'; +} + ################################################################### sub handler { my $r = shift;
- - - - - - ); + + + ); + $response .= &Apache::loncommon::end_data_table_row(); for (my $i=0; $i<$numsec; $i++) { - my $colflag = $i%2; + $response .= &Apache::loncommon::start_data_table_row(); $response .= qq( - - - - - ); + + + ); + $response .= &Apache::loncommon::end_data_table_row(); } - $response .= qq(
Section numberLON-CAPA section/groupID
); + $response .= &Apache::loncommon::start_data_table(); + $response .= &Apache::loncommon::start_data_table_row(); + $response .= qq( + Section numberLON-CAPA section ID
+ +
+ $response .= &Apache::loncommon::end_data_table(); + $response .= qq(