Skip to content

Instantly share code, notes, and snippets.

@rickcnagy
Created November 9, 2013 21:59
Show Gist options
  • Save rickcnagy/7390598 to your computer and use it in GitHub Desktop.
Save rickcnagy/7390598 to your computer and use it in GitHub Desktop.
Subclass for QuizInterface outline for qs-quizzes
function QuizEditor(sender, quiz)
{
this.sender = sender;
this.quiz = quiz;
ClassUtil.inherit(QuizEditor, this, QuizInterface)
this.initialize();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment