Project Description
Trivial is a C# framework that helps you creating custom trivia-like applications.
What is a trivia?
A trivia is a quizz composed of a set of questions of different nature and difficulties. During a trivia, the participant is presented different questions one after another to which he has to reply by selecting a single answer, multiple answers or by manually inputing the answer. A limited time to reply each questions can also be defined. At the end of the trivia, the result is presented to the participant. A trivia can also be played in teams and against other players or teams.
Project Goals
The goal of the Trivial framework is to give developers a trivia-like engine that does not provide any implementation so that they have a complete freedom in the presentation of their trivia application. The engine provides a large set of options to customize your trivia sessions such as timed questions, video and audio questions and other unique settings.