Skip to content

Commit

Permalink
Add flag for showing the in-video-quiz xblock in read only mode
Browse files Browse the repository at this point in the history
Made the in-video-quiz xblock visible for specified students.

Tested locally on studio and lms, through adding the xblock to a course
and toggling view between staff and specified student.
  • Loading branch information
cthai18 committed Mar 13, 2019
1 parent 262346b commit 69a1cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invideoquiz/invideoquiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class InVideoQuizXBlock(StudioEditableXBlockMixin, XBlock):
Display CAPA problems within a video component at a specified time.
"""

show_in_read_only_mode = True

display_name = String(
display_name=_('Display Name'),
default=_('In-Video Quiz XBlock'),
Expand Down

0 comments on commit 69a1cbb

Please sign in to comment.