-
Notifications
You must be signed in to change notification settings - Fork 76
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
UI to select components for the Problem Bank (MVP) #1385
Comments
@jmakowski1123 Another new ticket to check please. |
This was referenced Oct 15, 2024
kdmccormick
added a commit
to openedx/edx-platform
that referenced
this issue
Oct 22, 2024
This is a new XBlock that presents a random subset of its children. As of this commit, the block can only be added as an Advanced component. For Sumac, we plan to enable it as part of the Libraries Relaunch Beta, under the name "Problem Bank (Beta)" The block does not care if its children are from V1 library, V2 library, or the course itself. It shares the randomization logic with LegacyLibraryContentBlock. It is also fully backwards-compatible with LegacyLibraryContentBlock. So, once V1 libraries are migrated to V2 libraries (after Teak), we eventually could point the `library_content` entry point at ItemBankBlock. Part of: openedx/frontend-app-authoring#1385
kdmccormick
added a commit
to openedx/edx-platform
that referenced
this issue
Oct 23, 2024
"Bare Bones" UI for Problem Bank [FC-0062] Part of: openedx/frontend-app-authoring#1385
kdmccormick
pushed a commit
to openedx/edx-platform
that referenced
this issue
Oct 23, 2024
This implements basic multi-select for adding components to a problem bank, for the Libraries Relaunch Beta [FC-0062]. Part of: openedx/frontend-app-authoring#1385
bradenmacdonald
moved this from In grooming
to Ready for AC testing
in Libraries Overhaul
Oct 24, 2024
@jmakowski1123 @sdaitzman @marcotuts This one is also ready for testing on the sandbox. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: "Problem Bank" is in the UI,
ItemBankBlock
is what it's called in the backend.Building on openedx/edx-platform#35553 (backend PR) and #1356 (add library component picker), integrate the component picker into the UI for the Problem Bank editor, so that authors can:
This is an MVP version so the UI can be as bare-bones as necessary. But the workflow should be working end to end.
The text was updated successfully, but these errors were encountered: