You are here

public function ClozeQuestion::saveNodeProperties in Cloze 6

Same name and namespace in other branches
  1. 7 cloze.classes.inc \ClozeQuestion::saveNodeProperties()

Implementation of saveNodeProperties

See also

QuizQuestion#saveNodeProperties($is_new)

File

./cloze.classes.inc, line 29
The main classes for the short answer question type.

Class

ClozeQuestion
Extension of QuizQuestion.

Code

public function saveNodeProperties($is_new = FALSE) {

  // no special property for cloze question node
}