Skip to content

Instantly share code, notes, and snippets.

@goldhat
Last active May 16, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldhat/4cf1301857fb117d190b9e6c3a37fe5b to your computer and use it in GitHub Desktop.
Save goldhat/4cf1301857fb117d190b9e6c3a37fe5b to your computer and use it in GitHub Desktop.
QuizMaster plugin - associate question with quiz programmatically
<?php
/*
* $quiz QuizMaster_Model_Quiz
* $question QuizMaster_Model_Question
*/
QuizMaster_Model_Quiz_Question::associate( $quiz->getId(), $question->getId() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment