Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 976 Bytes

README.md

File metadata and controls

40 lines (35 loc) · 976 Bytes

Gradecraft is a gamified learning management system.

Current features:

  • Badges
  • Teams (course-long memberships)
  • Groups (single-assignment memberships)
  • Assignments
  • Assignment Submissions
  • Student Dashboard
  • Interactive Grade Predictor
  • Grading schemes
  • Import students
  • Unified Gradebook view
  • Export students and final grades
  • User analytics
  • Team analytics
  • Assignment stats
  • Student-logged assignment scoring
  • Multipliers (students decide assignment weight)

Upcoming:

  • Interactive rubrics
  • Learning analytics suite

Pre-reqs

  • Ruby 2.0
  • PostgreSQL
  • MongoDB
  • Redis

Installation instructions for development:

  1. Clone repository
  2. Run cp config/database.yml.sample config/database.yml (replace username with your current username)
  3. Run cp .env.sample .env
  4. Run bundle install
  5. Run bundle exec rake db:create
  6. Run bundle exec rake db:schema:load
  7. Optional: run bundle exec rake db:sample
  8. Run foreman start