Skip to content

Commit

Permalink
button
Browse files Browse the repository at this point in the history
  • Loading branch information
tafakkur committed Dec 16, 2020
1 parent 354310c commit 28647a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JavaScript Files/Deselect Choices.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</div>


// Question JS

// Question JS
Qualtrics.SurveyEngine.addOnReady(function () {
var qid_mchoice = this.questionId; //Get the Question Id
// Get the choices. This is needed as sometimes Qualtrics just goes crazy with choice numbers
Expand All @@ -33,7 +33,7 @@ Qualtrics.SurveyEngine.addOnReady(function () {


// For Matrices

// Add the button above as one of the statements
Qualtrics.SurveyEngine.addOnReady(function(){
qid_matrix = this.questionId;
scale_points = Object.keys(Qualtrics.SurveyEngine.QuestionInfo[qid_matrix].Answers).length;
Expand Down

0 comments on commit 28647a1

Please sign in to comment.