apply_filters( 'llms_quiz_grading_case_sensitive', boolean $case_sensitive, string[] $answer, string[] $correct, LLMS_Question $question )

Filter whether or not conditionally graded question answers are treated as a case-sensitive


Description Description

By default, case sensitivity is disabled.


Top ↑

Parameters Parameters

$case_sensitive

(boolean) Whether or not answers are treated as case-sensitive.

$answer

(string[]) User-submitted answers.

$correct

(string[]) Correct answers.

$question

(LLMS_Question) Question object.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.16.15 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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