From 3bc9eb1324bdca991bd1bda0e14c525698d82615 Mon Sep 17 00:00:00 2001 From: Luis Moreno Date: Thu, 21 Nov 2019 14:44:11 -0400 Subject: [PATCH] Do not hide all the elements of the units with problems to anonymous users --- common/lib/xmodule/xmodule/seq_module.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common/lib/xmodule/xmodule/seq_module.py b/common/lib/xmodule/xmodule/seq_module.py index cf0fa057ef4..cf24b4b668e 100644 --- a/common/lib/xmodule/xmodule/seq_module.py +++ b/common/lib/xmodule/xmodule/seq_module.py @@ -465,13 +465,6 @@ def _render_student_view_for_items(self, context, display_items, fragment, view= item_type = item.get_icon_class() usage_id = item.scope_ids.usage_id - if item_type == 'problem' and not is_user_authenticated: - log.info( - 'Problem [%s] was not rendered because anonymous access is not allowed for graded content', - usage_id - ) - continue - show_bookmark_button = False is_bookmarked = False