You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"help": "The ID of the question to show feedback for. If empty, the component will try to find the question automatically by first looking in the same block, then looking for the immediately preceding question.",
"default": "",
"validators": [{
"type": "regexp",
"regexp": "^[0-9a-f]{24}$",
"message": "This must be set to the ID number of a question"
}]
},
"_hideSelectedItem": {
"type": "boolean",
"required": false,
"inputType": "Checkbox",
"title": "Hide Selected Items",
"help": "Enable to hide the labels for the selected items when showing the selection-specific feedback.",
"default": false,
"validators": []
},
"_hideDuplicateFeedback": {
"type": "boolean",
"required": false,
"inputType": "Checkbox",
"title": "Hide duplicate feedback",
"help": "Enable to hide feedback that is identical for multiple items.",