Skip to content

sjardim/GA-Exam

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.6%
  • JavaScript 6.2%
  • ApacheConf 0.2%