-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open assessment and Peer instruction tool contents types #282
Open assessment and Peer instruction tool contents types #282
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@forgotvas On the edX codebase we haven't explicitly whitelisted xblock type ubcpi
and it's being rendered in the app because of an additional condition. I am unsure how many xblocks will be rendered because of the additional condition. It would be nice if we would mimic the same logic here. The following doing the magic in the edX codebase.
case .Unknown(_), .HTML: return multiDevice ? .HTML(.Base) : .Unknown
regarding to comment openedx#282 (review)
437274f
@saeedbashir, done |
73216ca
to
69eeac9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
That PR contains: