Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 588 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 588 Bytes

xblock-personality-test

Build Status

Course component (Open edX XBlock) that provides a Personality Test

Development environment

For the code quality environment, you need to install both Python and JavaScript requirements.

Run the following:

npm install -g grunt-cli
npm install

Then, preferably in a virtualenv, run

pip install -r requirements.txt

Then, run grunt test to assess code quality.