Skip to content
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

Merged
merged 8 commits into from
Feb 19, 2024

Conversation

forgotvas
Copy link
Contributor

rnr
rnr previously approved these changes Feb 13, 2024
Copy link
Contributor

@saeedbashir saeedbashir left a 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

@forgotvas forgotvas dismissed stale reviews from volodymyr-chekyrta and rnr via 437274f February 19, 2024 11:01
@forgotvas
Copy link
Contributor Author

forgotvas commented Feb 19, 2024

@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

saeedbashir
saeedbashir previously approved these changes Feb 19, 2024
Copy link
Contributor

@saeedbashir saeedbashir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@volodymyr-chekyrta volodymyr-chekyrta merged commit dde8201 into openedx:develop Feb 19, 2024
3 checks passed
@forgotvas forgotvas deleted the feat/openassessment branch February 26, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS] Assessment content [iOS] Peer Instruction Tool content
4 participants