You are here

protected property QuizQuestionResponse::$is_correct in OG Quiz 7

File

includes/og_quiz_question.php, line 747
Classes used in the Quiz Question module.

Class

QuizQuestionResponse
Each question type must store its own response data and be able to calculate a score for that data.

Code

protected $is_correct = FALSE;