From 638ca686ecd509f6836d318faf217ad9d4ea2da2 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Sat, 20 Apr 2024 20:08:05 +0100 Subject: [PATCH] Single use field in question.php --- question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question.php b/question.php index 249ce14..7a246f6 100755 --- a/question.php +++ b/question.php @@ -70,7 +70,7 @@ class qtype_gapfill_question extends question_graded_automatically_with_countbac * * @var boolean */ - public $letterhints; + public $singleuse;