--- multichoice.php.old 2011-04-07 11:25:25.799468002 +0100 +++ multichoice.php 2011-04-07 11:24: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; }