Skip to content

Tool for instructors to plan course activities and synchronize the data with syllabus, LMS, etc.

License

Notifications You must be signed in to change notification settings

fuhrmanator/course-activity-planner

Repository files navigation

This project is affiliated with the Maison du logiciel libre (ML2) at ETS.

Table of Contents generated with DocToc

course-activity-planner

Build status Coverage Status

Tool for instructors to plan course activities and synchronize the data with syllabus, LMS, etc.

Setup

  • Setup a python virtualenv
cd python && virtualenv-3.4 env

Run unit tests

  • Activate the python virtualenv
. env/bin/activate
  • Install the dependencies
pip install -r requirements.txt
  • Run the test suite
nosetests
  • Optionally, you can get a coverage report
nosetests --with-coverage

About

Tool for instructors to plan course activities and synchronize the data with syllabus, LMS, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published