Giter Site home page Giter Site logo

quiz's Introduction

Quiz

Setup

composer install
npm install
npm run dev
touch database/database.sqlite
php artisan key:generate
php artisan migrate

Important paths

Gameclient: http://localhost:8000/game/{GAME_ID} (view 'game_client.blade.php') Gameclient: http://localhost:8000/gamestatus/{GAME_ID} (view 'gamestatus.blade.php')

Javascript should be placed in 'app.blade.php

API docs

Endpoint /api/gamestatus

Parameters

Type Request Description
POST/GET code gamecode

Response

{
   "quiz":{
      "name":"SozP\u00e4d",
      "id":1,
      "code":"EnBW",
      "status":"1",
      "question":"1"
   },
   "question":{
      "id":1,
      "question":"Wie hei\u00dft der B\u00fcrgermeister von Wesel?",
      "type":"0",
      "answer1":"Esel",
      "answer2":"Storch",
      "answer3":"Kakadu",
      "answer4":"Flamingo",
      "correct_answer":"1"
   },
   "answers":[
      {
         "username":"Gruppe2",
         "answer":"1"
      },
      {
         "username":"Gruppe3",
         "answer":"1"
      },
      {
         "username":"Gruppe1",
         "answer":"1"
      }
   ]
}

Endpoint /api/answer

Parameters

Type Request Description
POST username Name of user
POST question ID of question. (NOT number!)
POST answer Number of answer. Can be 1-4 or random integer, depending on question-type

Response

If done correctly: (HTTP code 200)

[
"done"
]

If done incorrectly (HTTP code 408)

{
   "error":"Your user already voted"
}

quiz's People

Contributors

herrlevin avatar tomizius avatar

Watchers

James Cloos avatar  avatar

Forkers

tomizius

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.