From 00525125d1f92c6d15d262340b909904c34f5b3b Mon Sep 17 00:00:00 2001 From: Himanshu Rajotia Date: Thu, 8 Jan 2015 12:25:00 +0530 Subject: [PATCH] added _feedback for items --- properties.schema | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/properties.schema b/properties.schema index c98d3d9..649981f 100644 --- a/properties.schema +++ b/properties.schema @@ -73,6 +73,15 @@ "inputType": {"type": "Boolean", "options": [true, false]}, "validators": [], "help": "Set this item to 'true' if this is one of the correct answers" + }, + "_feedback": { + "type":"string", + "required":false, + "default": "", + "title": "Option Specific Feedback", + "inputType": "Text", + "validators": [], + "help": "This text will be displayed as feedback if there is only one selectable item for this component" } } }