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.


Parameters Parameters

$case_sensitive

Whether or not answers are treated as case-sensitive.

$answer

User-submitted answers.

$correct

Correct answers.

$question

Question object.


Top ↑

Source Source

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


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.