Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.41 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.41 KB

Sample Exam Questions

Sample Exam Questions APP (List of Free Mock Exam Questions) multiple choice support.

Features

  • Multiple choice questions support
  • Support images in questions and alternatives
  • Mobile-first

Live Demo

https://appcertification.herokuapp.com/

Code Climate

Screenshots

[images]

Installation

AppCertification was designed to run on on modern cloud providers like Digital Ocean or Heroku, although it should work just about anywhere. For a quick trial you can get set up on Heroku by clicking this button: Deploy

Manual installation

Requirements are :

  • Ruby 2.2 .
  • Rails 4.2 .
  • A server like Unicorn, Puma, Passenger or Thin.

Bundle the Gemfile

bundle install

Setup database

rake db:setup

Version

1.0a

Todo

  • Add explanation to question
  • Login with facebook
  • Write Tests
  • Time limit for attempt
  • Add timer to attempt
  • Add exam results
  • Add exam perfomance results
  • Add paginate in attempt
  • Add swipe in attempt (mobile)
  • Add score report
  • Add bar graph with highest score vs current score

License

MIT