Skip to content

Releases: Stanford-Online/xblock-platform-tour

Widen Popup

18 Sep 20:28
538872a
Compare
Choose a tag to compare

Popup with tour text is made wider to accommodate the larger text in the buttons from platform.

Also, removed the use of min-width and max-width in favor of a single width setting.

Usability Tweaks

19 Dec 01:56
2c513b9
Compare
Choose a tag to compare
  1. Update default steps
  • Move tooltips to better use space
  • Modify selectors for course tab to properly select both old and new tabs
  1. Fix behavior of newly added default xblock
  • Default content to None
  • On page loads if content is None, give actual defaults
  1. Reintroduce step skipping behavior

Change "Course Tab" selector to select both old and new versions of the tab

18 Dec 22:26
b2287af
Compare
Choose a tag to compare
Merge pull request #6 from Stanford-Online/v1-studio-ui

V1 studio ui

Update a few default steps

18 Dec 00:52
8a733b6
Compare
Choose a tag to compare

Updates to "Course Tab", "Content", and "Bookmarks" default steps.

Create Platform Tour xBlock with Studio UI

14 Dec 23:54
b8d74dc
Compare
Choose a tag to compare

The studio UI allows instructors to enable and disable steps by turning on/off checkboxes.
Also, defines default steps in a python file and adds helper functions:

  • get_choices(keys): get selected choices from defaults based on list of keys that is passed in
  • get_default_keys(): get all the keys from the default choices list
  • get_display_steps(keys): get list of steps for display in LMS given list of keys that is passed in