Releases: Stanford-Online/xblock-in-video-quiz
Releases · Stanford-Online/xblock-in-video-quiz
v0.1.7 - Remove less than django 1.9 version limitation
Removes < django 1.9 version limitation to make this xblock work with hawthorn edx-platform and later
v0.1.6 - In-Video behavior now stable and predictable
Merge pull request #13 from Stanford-Online/giulio/bump-version-1.0.6 Bump xblock version to 1.0.6 for stability fix
v0.1.5 - In-Video now resize to match the video
Also display more consistently than before.
v0.1.4 - Make default value empty dict string literal
- Also remove useless HTML content, and hide xblock in LMS
v0.1.3 - Add Mobile Support
Enable use of this xBlock on the mobile app.
v0.1.2 - Fix Javascript
Moving a variable definition inside of an .each() call.
v0.1.1 - Add opaque-keys requirement
Adding opaque-keys to requirements so that tests pass on platform.
v0.1.0 - Basic In-Video-Quiz functionality
- Leverages default video and problem components to take advantage of grading and theming
- Basic "in-video" learner view where components are displayed inside of video at the set time
- Instructor view where problems are displayed as normal problems with a message about when they appear in the video so instructors can still use all the problem data features
- Simple Studio view in which the video and problem component IDs can be set, as well as the timemap
- use xblock user_service to check for staff access