--- rat/lonpage.pm 2016/05/30 04:50:39 1.115 +++ rat/lonpage.pm 2016/07/18 19:29:24 1.117 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.115 2016/05/30 04:50:39 raeburn Exp $ +# $Id: lonpage.pm,v 1.117 2016/07/18 19:29:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -479,7 +479,7 @@ ENDEXT $type = 'Task'; } my ($status,$accessmsg,$slot_name,$slot) = - &Apache::lonhomework::check_slot_access('0',$type,$symb,$pagesymb); + &Apache::lonhomework::check_slot_access('0',$type,$symb); undef(%Apache::lonhomework::history); my $probstatus = &Apache::lonnet::EXT("resource.0.problemstatus",$symb); if (($status eq 'CAN_ANSWER') || (($status eq 'CANNOT_ANSWER') && @@ -962,6 +962,7 @@ sub add_countdown_timer { $type = $donebuttonextras->{'type'}; } else { $donebuttontext = &mt('Done'); + $type = 'map'; } $donebutton = &Apache::lonmenu::done_button_js($type,'','',$proctor,$donebuttontext);