--- loncom/interface/lonblockingmenu.pm 2021/12/30 17:57:42 1.14.2.3.6.1 +++ loncom/interface/lonblockingmenu.pm 2024/12/15 02:22:53 1.30 @@ -2,7 +2,7 @@ # Routines for configuring blocking of access to collaborative functions, # and specific resources during an exam # -# $Id: lonblockingmenu.pm,v 1.14.2.3.6.1 2021/12/30 17:57:42 raeburn Exp $ +# $Id: lonblockingmenu.pm,v 1.30 2024/12/15 02:22:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -527,7 +527,8 @@ sub handler { $r->print(&Apache::loncourserespicker::create_picker($navmap, 'examblock','resourceblocks',$crstype, \%blockedmaps,\%blockedresources, - $env{'form.block'},'','',undef,undef,$readonly)); + $env{'form.block'},'','',undef,undef,undef, + $readonly)); } else { $r->print($errormsg); } @@ -621,7 +622,7 @@ sub handler { '
  • '.&mt('accessing content in LON-CAPA portfolios, blogs, or user information pages').'
  • '."\n". '
  • '.&mt("generating printouts of $lctype content").'
  • '. '
  • '.&mt("displaying the LON-CAPA gradebook in the $lctype").'
  • '. - '
  • '.&mt("searching $lctype content by keyword").'
  • '. + '
  • '.&mt("searching $lctype content by keyword").'
  • '. '
  • '.&mt("accessing $lctype content in specified folders or resources").'
  • '. '
  • '.&mt("changing user's own password").'
  • '. ''.