Difficulty selectbox in Studio (based on new XBlockAside functionality). Include:
- adaptation asides to be imported from the XML - updating SplitMongo to handle XBlockAsides (CRUD operations) - updating Studio to handle XBlockAsides handler calls - updating xblock/core.js to properly init XBlockAsides JavaScript
This commit is contained in:
@@ -331,7 +331,8 @@ define(["jquery", "underscore", "gettext", "js/views/pages/base_page", "common/j
|
||||
success: function() {
|
||||
self.onXBlockRefresh(temporaryView, block_added, is_duplicate);
|
||||
temporaryView.unbind(); // Remove the temporary view
|
||||
}
|
||||
},
|
||||
initRuntimeData: this
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user