Skip to content

Server That feed enormous questions and options to a Real Time Quiz Game. Written in .NET Core, backed by mongoDB documents uses data source as Wikidata and query language SparQL, on top of these templates frames the questions and alternating options one among is correct.

Notifications You must be signed in to change notification settings

QuizRT/quizrt-question-generator-server

Repository files navigation

QuizRT Server

This project was generated with ASP NET CORE.

Development server

Run dotnet run inside directory QuizRTapi. Navigate to http://localhost:5000/.

Running unit tests

Navigate to QuizRTapi.Tests - Run dotnet test to execute the unit tests via CIRCLE CI.

QuizRT Server Description

This server feeds enormous questions and options to a Real Time Quiz Game. API is written in .NET Core, backed by mongoDB documents to store our templates, questions generated on certain category (say cricket) under a topic (say sports) on top of these templates, also stores relevant wrong answers one among is corect based on these category and topic (crickets in sports). This model uses data source as Wikidata and query language SparQL to hit there API endpoint and collects raw data later using these and provided template to frame hundred thousands of questions and join each of them with thousands of alternating options that are different every time. Other tools used circleci and docker.

About

Server That feed enormous questions and options to a Real Time Quiz Game. Written in .NET Core, backed by mongoDB documents uses data source as Wikidata and query language SparQL, on top of these templates frames the questions and alternating options one among is correct.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published