LLMS_Quiz_Attempt_Question::has_remarks()

Determine if remarks are available for the question


Return Return

(bool)


Top ↑

Source Source

File: includes/models/model.llms.quiz.attempt.question.php

	public function has_remarks() {

		return ( $this->get( 'remarks' ) );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.