Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 559 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 559 Bytes

xblock-feedback

Build Status

Course component (Open edX XBlock) that asks for user feedback.

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.