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
Copy file name to clipboardExpand all lines: qualtrics-manual.Rmd
+88-82Lines changed: 88 additions & 82 deletions
Original file line number
Diff line number
Diff line change
@@ -45,137 +45,143 @@ where respondents are expected to fill in the first two columns and check the th
45
45
That is, the respondent should fill in EITHER the first two columns OR check the third column.
46
46
The JavaScript code below is used to ensure that if the third column is checked, the first two columns are hidden and cleared.
47
47
It also ensures that at least one of the first two columns is filled in or that the third column is checked before allowing the survey next button to be clicked to advance the survey to the next page.
48
+
It allows for this advancement logic to function for three blocks of absolute frequency questions on the same page.
49
+
If you would like to add additional blocks, identify their QID by clicking Preview in Qualtrics, right clicking, and selecting "Inspect".
50
+
Then click on the survey block you want to identify and enter the QID where it says "add any additional blocks here" below.
48
51
49
52
```javascript
50
53
Qualtrics.SurveyEngine.addOnReady(function () {
51
-
console.log("✅ JS is running!");
54
+
console.log("✅ SBS script running for", this.questionId);
Copy file name to clipboardExpand all lines: redcap-manual.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ You can check for this by:
281
281
1. Navigating to a project, then in the side bar clicking "Data Quality" under "Applications"
282
282
1. Under Rule #H "Incorrect values for calculated fields", click "Execute"
283
283
1. You will see a table with any incorrect calculated values (including missing values). Check the table to make sure the discrepant fields are what you expect. Also check to make sure there are no rows that suggest overwriting legitimate values. If a row looks like it is actually correct, click "exclude".
284
-
1. Click "Fix calcs now" to record the correct values in the data.
284
+
1. Click "Fix calcs now" to record the correct values in the data.
0 commit comments