feat: multi-select when adding blocks to problem bank (#35705)
This implements basic multi-select for adding components to a problem bank, for the Libraries Relaunch Beta [FC-0062]. Part of: https://github.com/openedx/frontend-app-authoring/issues/1385
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
/**
|
||||
* Provides utilities to open and close the library content picker.
|
||||
* This is for adding a single, selected, non-randomized component (XBlock)
|
||||
* from the library into the course. It achieves the same effect as copy-pasting
|
||||
* the block from a library into the course. The block will remain synced with
|
||||
* the "upstream" library version.
|
||||
*
|
||||
* Compare cms/static/js/views/modals/select_v2_library_content.js which uses
|
||||
* a multi-select modal to add component(s) to a Problem Bank (for
|
||||
* randomization).
|
||||
*/
|
||||
define(['jquery', 'underscore', 'gettext', 'js/views/modals/base_modal'],
|
||||
function($, _, gettext, BaseModal) {
|
||||
|
||||
Reference in New Issue
Block a user