--- multichoice.php.old 2011-04-05 04:05:25.799468002 +0100 +++ multichoice.php 2011-04-05 04:04:14.791468001 +0100 @@ -253,7 +253,7 @@ } } else { // only one answer allowed - if (empty($data->answerid) && !is_int($data->answerid)) { + if ((!isset($data->answerid) || empty($data->answerid)) && !is_int($data->answerid)) { $result->noanswer = true; return $result; }