--- rat/lonuserstate.pm 2020/04/22 14:52:56 1.159 +++ rat/lonuserstate.pm 2020/04/22 15:24:07 1.160 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.159 2020/04/22 14:52:56 raeburn Exp $ +# $Id: lonuserstate.pm,v 1.160 2020/04/22 15:24:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -570,7 +570,7 @@ sub parse_resource { if (($turi=~/\.sequence$/) || ($turi=~/\.page$/)) { $hash{'is_map_'.$rid}=1; - if ((&is_advanced($courseid)) || (!$hiddenurl{$rid})) { + if ((!$hiddenurl{$rid}) || (&is_advanced($courseid))) { &loadmap($turi,$rid,$courseid); } }