';
+ $prevattempts='';
$prevattempts.='History | ';
foreach (sort(keys %lasthash)) {
my ($ign,@parts) = split(/\./,$_);
@@ -920,6 +1093,7 @@ sub get_previous_attempt {
} else {
$value=$lasthash{$_};
}
+ if ($_ =~/$regexp$/ && (defined &$gradesub)) {$value = &$gradesub($value)}
$prevattempts.=''.$value.' | ';
}
$prevattempts.='
| ';
@@ -1031,6 +1205,8 @@ sub add_to_env {
=pod
+=back
+
=head2 CSV Upload/Handling functions
=over 4
|