Git Product home page Git Product logo

acerato / gradecraft-development Goto Github PK

View Code? Open in Web Editor NEW

This project forked from melinite/gradecraft-development

0.0 2.0 0.0 69.74 MB

GradeCraft is a gameful learning management system, intended to help motivate students to be more engaged in their own learning.

License: GNU Affero General Public License v3.0

Ruby 73.00% JavaScript 4.31% CoffeeScript 4.40% HTML 12.92% CSS 5.32% Makefile 0.04% Shell 0.02%

gradecraft-development's Introduction

Gradecraft is a gamified learning management system.

Codeship Status for UM-USElab/gradecraft-development

Test Coverage

Code Climate

Current features:

  • Badges
  • Teams (course-long memberships)
  • Groups (single-assignment memberships)
  • Assignments
  • Assignment Submissions
  • Student Dashboard
  • Interactive Grade Predictor
  • Interactive Course Timeline
  • Grading Rubrics
  • Export students and final grades
  • User analytics
  • Team analytics
  • Learning analytics suite
  • Custom leveling system
  • Assignment stats
  • Student-logged assignment scoring
  • Multipliers (students decide assignment weight)

Coming soon:

  • Assignment Unlocks
  • Multi-factor leveling system

Pre-reqs:

  • Ruby 2.2.2
  • PostgreSQL
  • MongoDB
  • Redis

Installation instructions for development:

  1. Clone repository
  2. Run cp config/database.yml.sample config/database.yml (within the file, 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

Development Environment with Vagrant

  1. Install Vagrant (https://www.vagrantup.com/)
  2. Clone repository
  3. vagrant up
  4. vagrant ssh
  5. cd /vagrant
  6. foreman start
  7. Browse to http://localhost:5000/
    • See db/samples.rb for dev usernames and passwords

Running specs

To run all of the spec examples, you can run the following (this is also the default rake task):

bundle exec rake spec

To run all of the spec examples with code coverage, you can run the following:

bundle exec rake spec:coverage

Viewing email

The application is using Mailcatcher to collect email on development.

Mailcatcher runs a daemon in the background which is started by Foreman and opens up an SMTP port on localhost:1025.

In order to view the emails that are sent, you can visit http://localhost:1080 to view emails that were delivered by the application.

Contributing

  1. Clone the repository git clone https://github.com/UM-USElab/gradecraft-development
  2. Create a feature branch git checkout -b my-awesome-feature
  3. Code!
  4. Commit your changes (small commits please)
  5. Push your new branch git push origin my-awesome-feature
  6. Create a pull request hub pull-request -b um-uselab:master -h um-uselab:my-awesome-feature

gradecraft-development's People

Contributors

chcholman avatar zazaian avatar jwright avatar acousticrobot avatar mariehooper avatar allspiritseve avatar demarius avatar kris-steinhoff avatar jangosteve avatar tsuchii avatar mgobirch avatar prabode avatar richardpeng avatar jonathoy avatar reggiejr avatar adlev avatar gsilver avatar scouttyg avatar flatheadmill avatar roccolantarctica avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.