Skip to content

Commit 29cc41a

Browse files
committed
fixed bugs in alc/drg baseline and followup surveys
1 parent 4af1342 commit 29cc41a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

alcohol_drugs_survey__stanford_baseline/experiment.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ var question_types = [['Conditional'],
304304
['neither'],
305305
['neither'],
306306
['neither'],
307-
['Fatal'],
307+
['Conditional'],
308308
['neither'],
309309
['neither'],
310310
['neither'],
@@ -344,7 +344,7 @@ var fatal_responses = [['none'],
344344
['none'],
345345
['none'],
346346
['none'],
347-
['No'],
347+
['none'],
348348
['none'],
349349
['none'],
350350
['none'],
@@ -384,7 +384,7 @@ var conditional_responses = [['Yes'],
384384
['neither'],
385385
['neither'],
386386
['neither'],
387-
['neither'],
387+
['Yes'],
388388
['neither'],
389389
['neither'],
390390
['neither'],
@@ -424,7 +424,7 @@ var conditional_lengths = [[6],
424424
['neither'],
425425
['neither'],
426426
['neither'],
427-
['neither'],
427+
[9],
428428
['neither'],
429429
['neither'],
430430
['neither'],

alcohol_drugs_survey__stanford_followup/experiment.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ var question_types = [['Conditional'],
297297
['neither'],
298298
['neither'],
299299
['neither'],
300-
['Fatal'],
300+
['Conditional'],
301301
['neither'],
302302
['neither'],
303303
['neither'],
@@ -337,7 +337,7 @@ var fatal_responses = [['none'],
337337
['none'],
338338
['none'],
339339
['none'],
340-
['No'],
340+
['none'],
341341
['none'],
342342
['none'],
343343
['none'],
@@ -376,7 +376,7 @@ var conditional_responses = [['Yes'],
376376
['neither'],
377377
['neither'],
378378
['neither'],
379-
['neither'],
379+
['Yes'],
380380
['neither'],
381381
['neither'],
382382
['neither'],
@@ -417,7 +417,7 @@ var conditional_lengths = [[6],
417417
['neither'],
418418
['neither'],
419419
['neither'],
420-
['neither'],
420+
[9],
421421
['neither'],
422422
['neither'],
423423
['neither'],

0 commit comments

Comments
 (0)