Skip to content

It is a treasure hunt/quiz event engine, use it to launch your own online quiz/treasure hunt events

License

Notifications You must be signed in to change notification settings

rohitbegani/BrainStorm-Quiz-website-engine

Repository files navigation

BrainStorm-Quiz-Website-Engine

BrainStorm is a quiz/treasure hunt website engine. It is based on Ruby on Rails and maybe used by anyone to host their own online quiz/treasure hunt event. The first instance of this Quiz-Website-Engine was used in May 2014 and maybe seen at bstorm2014.com ( domain expired). The website got 70,000+ page views from over 50 countries in just 5 days.

How to Use

*Fork the project and clone it *Run bundle Install *Then run these commands

rake db:migrate \\migrate the databases
rake db:create  \\Create environment

Setting up and Running the game

Initialize the game

rake game:initialize

Launch the game

rake game:launch

Stop the game

rake game:kill

Features

*Seperate admin panel for adding/editing/removing questions *Connectivity with google analytics *A fully connected leaderboard *Optimized for hosting on Heroku *Powerful regex for answer checking i.e. spaces, case, indentation and punctuation don't matter. For example; if the answer is Ruby Ninja, then rubyninja, RubyNinja, ruby ninja and even Ruby Ninja! all are correct answers.

Google Analytics

Google Analytics has been connected using the google-analytics-rails gem by bgarret.

To use google analytics go to:

config\environments\production.rb

After that replace # with your tracker code

`GA.tracker = "UA-########-##"

That's it!

Disclaimer

This projected is licensed under the terms of the MIT license. Happy Coding!

About

It is a treasure hunt/quiz event engine, use it to launch your own online quiz/treasure hunt events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published