Closed eladzlot closed 7 years ago
From @baranan In Chrome, using the code pasted below, double-clicking a button and then moving the mouse away from the button hides the button's text:
define(['questAPI'], function(Quest){ var API = new Quest(); API.addSequence( [ { progressBar: '<%= pagesMeta.number %> out of 10', questions : { type: 'selectOne', style:'multiButtons', errorMsg: { required: "Please select an answer, or click 'decline to answer'" }, name:'item1', stem : 'On the whole, I am satisfied with myself.', answers : ['Strongly Disagree', 'Disagree', 'Agree', 'Strongly Agree'] } } ]); return API.script; });
From @baranan In Chrome, using the code pasted below, double-clicking a button and then moving the mouse away from the button hides the button's text: