exam-php icon indicating copy to clipboard operation
exam-php copied to clipboard

example.php is throwing array_diff error

Open ronlinet opened this issue 4 years ago • 1 comments

array_diff(): Argument #2 is not an array image

ronlinet avatar Jun 10 '20 20:06 ronlinet

Logical and in https://github.com/fcosrno/exam-php/blob/master/src/Grade.php#L62 fix the issue.
if( is_array($this->questions[$questionKey]['answer']) and is_array($submittedAnswer) )

ronlinet avatar Jun 11 '20 10:06 ronlinet