citynetwork / markdown-xblock

An XBlock enabling Open edX course authors to maintain content in Markdown.
GNU Affero General Public License v3.0
3 stars 3 forks source link

Render XBlock when in read-only mode #17

Closed fghaas closed 3 years ago

fghaas commented 3 years ago

Unless explicity allowed, XBlocks by default do not render in the LMS when in read-only mode (which is active when a course Staff user masquerades as a specific learner, as in View this course as → Specific learner).

Set the XBlock's show_in_read_only_mode attribute to True, so it renders in read-only mode.