GA-Exam icon indicating copy to clipboard operation
GA-Exam copied to clipboard

A Laravel 5 app where you can train on quiz questions by different topics

Google Analytics Exam backed by Laravel 5 Framework

Just learning how to build Laravel 5 application.

Overview

A simple quiz application made on Laravel 5.

Features

1. Check answer result after reply

Check answer result after reply

2. Answer questions by topics

Answer questions by topics

3. Get replies stats

Get replies stats

Database structure

Database contains these tables:

  • questions
    • id
    • description
    • topic_id
  • answers
    • id
    • description
    • is_correct
    • question_id
  • replies
    • id
    • question_id
    • user_id
    • is_correct
  • topics
    • id
    • name
    • title
    • description
  • users
    • id
    • prodiver
    • provider_id
    • email
    • name
    • nickname
    • avatar
    • remember_token

Demo

Production site is located at quizr.frb.io/

Contact

For any feedback please email me at [email protected]