Skip to content

ALFIN-TT/Android-LightningQuiz

 
 

Repository files navigation

#Storm Library - Module Quiz

Storm is a collection of libraries that helps make mobile and desktop applications easy to create using a high quality WYSIACATWYG editor.

This module is an extension of UI that enables the use of quizes in the content.

#Usage

##Gradle

Simply include the following for your gradle dependencies com.3sidedcube.storm:quiz:0.1a.

Note The versioning of the library will always be as follows:

Major version.Minor version.Bug fix

It is safe to use + in part of of the Bug fix version, but do not trust it 100%. Always use a specific version to prevent regression errors.

##Code

In your application singleton, add the following code

QuizSettings quizSettings = new QuizSettings.Builder(uiSettings).build();

The module requires a UiSettings object and has a direct dependency on LightningUi.

#Documentation

See the Javadoc for full in-depth code-level documentation

#Contributors

Callum Taylor (9A8BAD), Tim Mathews (5C4869), Matt Allen (DB74F5), Alan Le Fournis (067EA0)

#License

See LICENSE.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%