--- loncom/homework/bridgetask.pm 2017/12/22 02:00:39 1.268 +++ loncom/homework/bridgetask.pm 2018/01/18 05:09:28 1.269 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.268 2017/12/22 02:00:39 raeburn Exp $ +# $Id: bridgetask.pm,v 1.269 2018/01/18 05:09:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -123,7 +123,7 @@ sub check_in_sequence { my ($symb) = &Apache::lonnet::whichuser(); my ($map) = &Apache::lonnet::decode_symb($symb); my @resources = - $navmap->retrieveResources($map, sub { $_[0]->is_problem() },0,0); + $navmap->retrieveResources($map, sub { $_[0]->is_problem() || $_[0]->is_gradable() },0,0); my %old_history = %Apache::lonhomework::history; my %old_results = %Apache::lonhomework::results;