Skip to content

Commit

Permalink
Merge pull request #20
Browse files Browse the repository at this point in the history
* ct/fix/xblock-in-video-quiz-student-view:
  Add flag for showing the in-video-quiz xblock in read only mode
  • Loading branch information
stvstnfrd committed Apr 2, 2019
2 parents 262346b + 69a1cbb commit 93624bd
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 93624bd

Please sign in to comment.