version 1.15, 2002/11/25 18:12:52
|
version 1.17, 2002/12/11 21:39:57
|
Line 66 sub BuildProblemAnalysisPage {
|
Line 66 sub BuildProblemAnalysisPage {
|
$Ptr .= '</td></tr></table><br>'; |
$Ptr .= '</td></tr></table><br>'; |
$r->print($Ptr); |
$r->print($Ptr); |
$r->rflush(); |
$r->rflush(); |
|
# $r->print($cache{'OptionResponses'}.'<br>'); |
$r->print(&OptionResponseTable($cache{'OptionResponses'}, \%cache, $r)); |
$r->print(&OptionResponseTable($cache{'OptionResponses'}, \%cache, $r)); |
|
|
untie(%cache); |
untie(%cache); |
Line 117 sub BuildAnalyzePage {
|
Line 118 sub BuildAnalyzePage {
|
$r->print('Can not untie hash.'); |
$r->print('Can not untie hash.'); |
$r->rflush(); |
$r->rflush(); |
} |
} |
#if($status eq 'true') |
|
{ &Apache::lonhtmlcommon::Close_PrgWin($r); } |
|
|
|
|
&Apache::lonhtmlcommon::Close_PrgWin($r); |
|
|
|
### jason code for checing is there data in cache |
# my $error = |
# my $error = |
# &Apache::loncoursedata::DownloadStudentCourseDataSeparate($students, |
# &Apache::loncoursedata::DownloadStudentCourseDataSeparate($students, |
# 'true', |
# 'true', |
Line 134 sub BuildAnalyzePage {
|
Line 135 sub BuildAnalyzePage {
|
# return; |
# return; |
# } |
# } |
|
|
|
|
unless(tie(%cache,'GDBM_File',$cacheDB,&GDBM_READER(),0640)) { |
unless(tie(%cache,'GDBM_File',$cacheDB,&GDBM_READER(),0640)) { |
$Str .= 'Unable to tie database.'; |
$Str .= 'Unable to tie database.'; |
$r->print($Str); |
$r->print($Str); |
Line 146 sub BuildAnalyzePage {
|
Line 146 sub BuildAnalyzePage {
|
my $problem = $cache{$problemId.':problem'}; |
my $problem = $cache{$problemId.':problem'}; |
my $title = $cache{$problemId.':title'}; |
my $title = $cache{$problemId.':title'}; |
my $interval = $cache{'Interval'}; |
my $interval = $cache{'Interval'}; |
|
|
# my $title = 'LON-CAPA Statistics'; |
|
my $heading = 'Restore this particular Option Response Problem '. |
my $heading = 'Restore this particular Option Response Problem '. |
'Results, Please wait...'; |
'Results, Please wait...'; |
|
|