openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

Open assessment and Peer instruction tool contents types #282

Closed forgotvas closed 4 months ago

forgotvas commented 4 months ago

That PR contains:

forgotvas commented 4 months ago

@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

@saeedbashir, done