From 354310cba64ea5c30bc44e5f9926d9f3c3bcf9fd Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 16 Dec 2020 06:21:48 +0530 Subject: [PATCH] added demo --- JavaScript Files/Deselect Choices.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JavaScript Files/Deselect Choices.js b/JavaScript Files/Deselect Choices.js index 9fe74dd..4f12391 100644 --- a/JavaScript Files/Deselect Choices.js +++ b/JavaScript Files/Deselect Choices.js @@ -1,12 +1,13 @@ // This is JS to allow participants to deselect their choices on the single answer type questions // Courtesy mattyb513 Ref: https://www.qualtrics.com/community/discussion/1387/deselecting-a-radio-button - +// Working Demo: https://iima.au1.qualtrics.com/jfe/form/SV_3mJczLmUFE9c7L7 // You'll need to first create a Deselect Button. // If you have multiple such buttons on the same page, you'll need to change their ids + // This for a single question. For Matrix type, find below