Skip to content

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

Notifications You must be signed in to change notification settings

IONISx/xblock-feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.