/meteor-quiz

Meteor package for quizzes in Meteor.

Primary LanguageCoffeeScriptGNU General Public License v2.0GPL-2.0

Quiz

Collections

  • Quiz
    • Array - Options
    • Count - Votes
    • Array - Voters
      • Which userIds have responded?

Methods

  • create("description", [options])
  • vote("quizId", "userId", "choice")
    • If the user has already chosen, throw an error.
    • Must validate "choice".
    • Must validate Quiz is enabled.
  • disable("quizId")