abstract public function QuizQuestion::saveNodeProperties in OG Quiz 7
Save question type specific node properties
1 call to QuizQuestion::saveNodeProperties()
- QuizQuestion::save in includes/
og_quiz_question.php - Responsible for handling insert/update of question-specific data. This is typically called from within the Node API, so there is no need to save the node.
1 method overrides QuizQuestion::saveNodeProperties()
- LongAnswerQuestion::saveNodeProperties in includes/
og_long_answer.php - Implementation of saveNodeProperties
File
- includes/
og_quiz_question.php, line 548 - Classes used in the Quiz Question module.
Class
- QuizQuestion
- A base implementation of a quiz_question, adding a layer of abstraction between the node API, quiz API and the question types.
Code
public abstract function saveNodeProperties($is_new = FALSE);