Coder Social home page Coder Social logo

murzic / quiz-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tum-faf/thesis-faf-111-ungureanu-eugeniu

0.0 2.0 0.0 17.98 MB

Quiz ToolKit

License: GNU General Public License v2.0

Ruby 67.87% CoffeeScript 1.80% JavaScript 0.59% CSS 2.01% HTML 27.73%

quiz-toolkit's Introduction

Quiz ToolKit

A web application which allows to:

  • Manage quizzes
  • Generate quizzes for printing
  • Evaluate completed quizzes

Installation and running

  1. Install ruby 2.2.0 and rails 4.2.0

  2. Clone the repository

  3. CD into the cloned repository and run

     $ bundle install
     $ rake db:migrate
     $ rake db:seed
    
  4. Run the server with rails s

  5. In another terminal window, run

     $ redis start 
     $ QUEUE=* rake environment resque:work
    

(This will make the resque queueing background to process the images when they are uploaded) 6. You can now access the application at localhost:3000

Usage

In QuizToolKit you can add, remove and edit courses and their quizzes. When you access a quiz, you will get the list of questions that it has. Answers and question groups can be added to each question. Groups of students can be created, which will be used to generate quizzes for specific students and then grade them accordingly A list of options is provided when generating a quiz. In the "Generate Quizzes" tab we can see the student grades for specific quizzes.

An example of a generated quiz page:

Todo

  1. Write tests
  2. Take into account scanning imperfections when processing the scanned image
  3. Statistics

License

See LICENSE

quiz-toolkit's People

Contributors

murzic avatar bumbu 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.