--- loncom/homework/grades.pm 2009/11/21 16:41:41 1.581 +++ loncom/homework/grades.pm 2010/01/06 18:43:57 1.581.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.581 2009/11/21 16:41:41 www Exp $ +# $Id: grades.pm,v 1.581.2.1 2010/01/06 18:43:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -9116,6 +9116,11 @@ sub handler { my $brcrum = [{href=>"/adm/grades",text=>"Grading"}]; $request->print(&Apache::loncommon::start_page('Grading',undef, {'bread_crumbs' => $brcrum})); + if (&Apache::loncommon::needs_gci_custom()) { + $request->print('

'.&mt('Grading screens are unavailable for GCI Concept Tests').'

'.&Apache::loncommon::end_page()); + &reset_caches(); + return ''; + } if ($symb eq '' && $command eq '') { if ($env{'user.adv'}) { if (($env{'form.codeone'}) && ($env{'form.codetwo'}) &&