@@ -2397,8 +2436,8 @@ CHOOSE_ANON1
if ($helper->{VARS}->{'assignment'}) {
- push @{$printChoices}, ["".&mt('Resources')." ".&mt('from')." $sequenceTitle ".&mt('for')." ".&mt('selected students')."", 'resources_for_students', 'CHOOSE_STUDENTS1'];
- push @{$printChoices}, ["".&mt('Resources')." ".&mt('from')." $sequenceTitle ".&mt('for')." ".&mt('anonymous students')."", 'resources_for_anon', 'CHOOSE_ANON2'];
+ push @{$printChoices}, [&mt("Selected Resources from folder [_1] for selected students",$sequenceTitle), 'resources_for_students', 'CHOOSE_STUDENTS1'];
+ push @{$printChoices}, [&mt("Selected Resources from folder [_1] for anonymous students",$sequenceTitle), 'resources_for_anon', 'CHOOSE_ANON2'];
}
@@ -2411,7 +2450,7 @@ CHOOSE_ANON1
return $isNotMap;$mapreturn $symbFilter;
-
+
@@ -2429,8 +2468,8 @@ CHOOSE_ANON1
All assignments in a single PDF fileEach PDF contains exactly one sectionEach PDF contains exactly one assignment
-
- Specify Number:
+
+ Specify the number of assignments per PDF:
RESOURCE_SELECTOR
@@ -2489,12 +2528,7 @@ CHOOSE_STUDENTS1
- Choose single code from list
-
-
$code_selection
-
-
Reprint a set of saved CODEs:
@@ -2509,12 +2543,12 @@ CHOOSE_ANON2
# FIXME: That RE should come from a library somewhere.
if ((((&Apache::lonnet::allowed('bre',$subdir) eq 'F') and ($helper->{VARS}->{'postdata'}=~/\.(problem|exam|quiz|assess|survey|form|library|page|xml|html|htm|xhtml|xhtm)/)) or defined $helper->{'VARS'}->{'construction'}) and $perm{'pav'} and $subdir ne $Apache::lonnet::perlvar{'lonDocRoot'}.'/res/') {
- push @{$printChoices}, ["".&mt('Problems')." ".&mt('from current subdirectory')." $subdir", 'problems_from_directory', 'CHOOSE_FROM_SUBDIR'];
+ push @{$printChoices}, [&mt("Selected Problems from current subdirectory [_1]",$subdir), 'problems_from_directory', 'CHOOSE_FROM_SUBDIR'];
my $f = '$filename';
my $xmlfrag = <
- (mark them then click "next" button)
+
PAGESIZEreturn '$subdir';
@@ -2535,7 +2569,7 @@ CHOOSE_FROM_SUBDIR
# Allow the user to select any sequence in the course, feed it to
# another resource selector for that sequence
if (!$helper->{VARS}->{'construction'}) {
- push @$printChoices, ["Resources from selected sequence in course",
+ push @$printChoices, ["Selected Resources from selected folder in course",
'select_sequences', 'CHOOSE_SEQUENCE'];
my $escapedSequenceName = $helper->{VARS}->{'SEQUENCE'};
#Escape apostrophes and backslashes for Perl
@@ -2560,7 +2594,7 @@ CHOOSE_FROM_SUBDIR
return $isProblemreturn '$escapedSequenceName';return $symbFilter;
-
+
CHOOSE_FROM_ANY_SEQUENCE
@@ -2957,9 +2991,9 @@ sub preprocess {
my $helper = Apache::lonhelper::getHelper();
my $format = $helper->{VARS}->{$self->{'formatvar'}};
-# if (substr($format, 2, 1) ne '1') {
-# $helper->changeState($self->{NEXTSTATE});
-# }
+ if (substr($format, 2, 1) ne '1') {
+ $helper->changeState($self->{NEXTSTATE});
+ }
return 1;
}