Skip to content

Releases: Stanford-Online/xblock-in-video-quiz

v0.1.7 - Remove less than django 1.9 version limitation

11 Jan 00:23
262346b
Compare
Choose a tag to compare

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

15 Jun 20:32
Compare
Choose a tag to compare
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

16 May 19:31
Compare
Choose a tag to compare

Also display more consistently than before.

v0.1.4 - Make default value empty dict string literal

28 Feb 22:30
Compare
Choose a tag to compare
  • Also remove useless HTML content, and hide xblock in LMS

v0.1.3 - Add Mobile Support

09 Feb 23:05
Compare
Choose a tag to compare

Enable use of this xBlock on the mobile app.

v0.1.2 - Fix Javascript

15 Dec 20:40
Compare
Choose a tag to compare

Moving a variable definition inside of an .each() call.

v0.1.1 - Add opaque-keys requirement

02 Dec 22:29
Compare
Choose a tag to compare

Adding opaque-keys to requirements so that tests pass on platform.

v0.1.0 - Basic In-Video-Quiz functionality

01 Dec 22:42
Compare
Choose a tag to compare
  • 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