Skip to content
Snippets Groups Projects
Commit e92dce10 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Fix to issue #1079: spelling mistake on questionvariable-qv.

parent 7f3d9c19
No related branches found
No related tags found
No related merge requests found
...@@ -1780,7 +1780,7 @@ class qtype_stack_question extends question_graded_automatically_with_countback ...@@ -1780,7 +1780,7 @@ class qtype_stack_question extends question_graded_automatically_with_countback
* Currently the cache contains the following keys: * Currently the cache contains the following keys:
* 'units' for declaring the units-mode. * 'units' for declaring the units-mode.
* 'forbiddenkeys' for the lsit of those. * 'forbiddenkeys' for the lsit of those.
* 'contextvariable-qv' the pre-validated question-variables which are context variables. * 'contextvariables-qv' the pre-validated question-variables which are context variables.
* 'statement-qv' the pre-validated question-variables. * 'statement-qv' the pre-validated question-variables.
* 'preamble-qv' the matching blockexternals. * 'preamble-qv' the matching blockexternals.
* 'required' the lists of inputs required by given PRTs an array by PRT-name. * 'required' the lists of inputs required by given PRTs an array by PRT-name.
...@@ -1845,7 +1845,7 @@ class qtype_stack_question extends question_graded_automatically_with_countback ...@@ -1845,7 +1845,7 @@ class qtype_stack_question extends question_graded_automatically_with_countback
if ($questionvariables === null || trim($questionvariables) === '') { if ($questionvariables === null || trim($questionvariables) === '') {
$cc['statement-qv'] = null; $cc['statement-qv'] = null;
$cc['preamble-qv'] = null; $cc['preamble-qv'] = null;
$cc['contextvariable-qv'] = null; $cc['contextvariables-qv'] = null;
$cc['security-context'] = []; $cc['security-context'] = [];
} else { } else {
$kv = new stack_cas_keyval($questionvariables, $options); $kv = new stack_cas_keyval($questionvariables, $options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment