We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debugging
1 parent 47c3239 commit 59c20c8Copy full SHA for 59c20c8
classes/local/attempt_ui/question_ui_renderer.php
@@ -280,6 +280,7 @@ private function set_input_values_and_readonly(question_attempt $attempt): void
280
$name = $element->getAttribute('name');
281
if (!$name || $name === 'data') {
282
// The name 'data' is reserved for storing dynamic data and is not related to an input element.
283
+ debugging('The name of an input element cannot be "data".');
284
continue;
285
}
286
0 commit comments