You are here

public function QuizQuestionInterface::isGraded in Quiz 6.x

Is this question graded?

Questions like Quiz Directions, Quiz Page, and Scale are not.

By default, questions are expected to be gradeable

Return value

bool

File

src/QuizQuestionInterface.php, line 46

Class

QuizQuestionInterface
Provides an interface for quiz questions.

Namespace

Drupal\quiz

Code

public function isGraded() : bool;