version 1.794, 2024/07/01 20:22:34
|
version 1.795, 2024/07/01 22:29:01
|
Line 2963 sub get_last_submission {
|
Line 2963 sub get_last_submission {
|
$prevsolved{$partid} = $solved{$partid}; |
$prevsolved{$partid} = $solved{$partid}; |
} |
} |
} |
} |
$timestamp = |
|
&Apache::lonlocal::locallocaltime($$returnhash{$version.':timestamp'}); |
|
} |
} |
|
# |
|
# Timestamp is for last transaction for this resource, which does not |
|
# necessarily correspond to the time of last submission for problem (or part). |
|
# |
|
if ($lasthash{'timestamp'} ne '') { |
|
$timestamp = &Apache::lonlocal::locallocaltime($lasthash{'timestamp'}); |
|
} |
my (%typeparts,%randombytry); |
my (%typeparts,%randombytry); |
my $showsurv = |
my $showsurv = |
&Apache::lonnet::allowed('vas',$env{'request.course.id'}); |
&Apache::lonnet::allowed('vas',$env{'request.course.id'}); |