Skip to content

Commit

Permalink
Updated to exclude total box
Browse files Browse the repository at this point in the history
  • Loading branch information
tafakkur committed Jan 21, 2021
1 parent 9624d54 commit e3bc54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaScript Files/Check sum dynamically via JS.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Qualtrics.SurveyEngine.addOnReady(function () {
//Get the Question Id
qc = this.getQuestionContainer();
// Get the number of choices
input_boxes = qc.querySelectorAll("Input");
input_boxes = qc.querySelectorAll("Input:not([name*='Total']");

base_msg = qc.querySelector(".QuestionText").innerHTML;

Expand Down

0 comments on commit e3bc54b

Please sign in to comment.