open-craft / xblock-vectordraw

An XBlock for creating vector drawing exercises
GNU Affero General Public License v3.0
2 stars 3 forks source link

Used problem icon in vector draw xblock #14

Closed replaceafill closed 7 years ago

replaceafill commented 7 years ago

This fixes xblock-vectordraw/issues/7.

Testing instructions:

  1. Set up a devstack.

  2. Install the xblock on this branch into the edxapp Python virtualenv.

    # In the same directory as your Vagrantfile:
    vagrant ssh -- sudo -u edxapp /edx/bin/pip.edxapp install -e git+https://github.com/replaceafill/xblock-vectordraw.git@issue_7#egg=xblock-vectordraw
  3. Run Studio and LMS

  4. Navigate to a course, and then "Settings > Advanced Settings".

  5. Update the "Advanced Module List" field to contain ["vectordraw"].

  6. Click "Save Changes".

  7. Navigate to the outline and create a new Section, Subsection, and Unit. You will be redirected to the Unit authoring view.

  8. Select "Advanced > Vector Drawing" to create a new Vector Drawing problem.

  9. Click "Preview" and observe the problem icon in the LMS sequence navigation bar.

mtyaka commented 7 years ago

Thanks @replaceafill!

:+1: