Skip to content

Adaptive learning portal for students to practice questions.

Notifications You must be signed in to change notification settings

dani07/adaptive_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adaptive-learning

An adaptive learning portal app for students to practice questions relevant to an exam.

Ruby version

  • Ruby 2.5.1
  • Rails 5.0.7

Usage

  • bundle install
  • rake db:create
  • rake db:migrate
  • rake db:seed

API

  • GET /users/sign_up - to sign a new user
  • GET /users/summary - to get the current_user's summary
  • GET /questions/question - to get a random question
  • POST /questions/1/answer - to answer a particular question

Test Cases

  • rspec spec/controllers/questions_controller_spec.rb

About

Adaptive learning portal for students to practice questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published