/gradecraft-development

Gradecraft is a gamified gradebook, intended to help motivate students to be more engaged in their own learning.

Primary LanguageRubyGNU Affero General Public License v3.0AGPL-3.0

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
  • Interactive Course Timeline
  • Grading schemes
  • Export students and final grades
  • User analytics
  • Team analytics
  • Custom leveling system
  • Assignment stats
  • Student-logged assignment scoring
  • Multipliers (students decide assignment weight)

Coming Soon:

  • 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 config/mongoid.yml.sample config/mongoid.yml
  4. Run cp .env.sample .env
  5. Run bundle install
  6. Run bundle exec rake db:create
  7. Optional: run bundle exec rake db:sample
  8. Run foreman start