From 333b58cd1afcfd25690206e39c0f35518215f073 Mon Sep 17 00:00:00 2001 From: Aaron Leonard <83967902+invisiblellama@users.noreply.github.com> Date: Mon, 5 Dec 2022 04:29:59 -0700 Subject: [PATCH] Fix: escaped double quotes in _setCompletedWhenFailed help msg (fixes #254) --- properties.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.schema b/properties.schema index 711ba56a..38db9798 100644 --- a/properties.schema +++ b/properties.schema @@ -244,7 +244,7 @@ "title": "Completed when failed", "inputType": "Checkbox", "validators": [], - "help": "If enabled, `cmi.completion_status` will be set to "completed" if the assessment is "failed". Only valid for SCORM 2004, where the logic for completion and success is separate." + "help": "If enabled, `cmi.completion_status` will be set to \"completed\" if the assessment is \"failed\". Only valid for SCORM 2004, where the logic for completion and success is separate." } } },