You are here

7 methods override QuizQuestion::save() in Quiz 6.6

ChoiceQuestion::save in question_types/choice/choice.classes.inc
Implementation of save
LongAnswerQuestion::save in question_types/long_answer/long_answer.classes.inc
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. This function is only responsible for saving data specific to the implement ation.
MatchingQuestion::save in question_types/matching/matching.classes.inc
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. This function is only responsible for saving data specific to the implement ation.
QuizDirectionsQuestion::save in question_types/quiz_directions/quiz_directions.classes.inc
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. This function is only responsible for saving data specific to the implement ation.
ScaleQuestion::save in question_types/scale/scale.classes.inc
Implementation of save
ShortAnswerQuestion::save in question_types/short_answer/short_answer.classes.inc
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. This function is only responsible for saving data specific to the implement ation.
TrueFalseQuestion::save in question_types/truefalse/truefalse.classes.inc
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. This function is only responsible for saving data specific to the implement ation.