Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.02 KB

readme.md

File metadata and controls

58 lines (45 loc) · 1.02 KB

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 www.gatest.ru

Contact

For any feedback please email me at preshetin@gmail.com