diff --git a/poll/poll.py b/poll/poll.py index 190793f..2567b4b 100644 --- a/poll/poll.py +++ b/poll/poll.py @@ -586,6 +586,13 @@ def student_view(self, context=None): js="public/js/poll.js", js_init="PollBlock" ) + + @XBlock.supports("multi_device") # Mark as mobile-friendly + def public_view(self, context=None): + """ + Returns "student_view" content for public view too. + """ + return self.student_view(context) def student_view_data(self, context=None): """