-
Notifications
You must be signed in to change notification settings - Fork 2
/
main_question_summary.csv
We can't make this file beautiful and searchable because it's too large.
2041 lines (2041 loc) · 565 KB
/
main_question_summary.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
task,task_blob_url,question_name,mean_rating,n_labels,all_values,agreement,general.alpha
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q10maximizing,0.125,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.875,0.75
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q11optimizing,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q13outcome_multip,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q14sol_scheme_mul,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q15dec_verifiability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q16shared_knowledge,0.7916666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1,0.7916666666666666,0.5833333333333333
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q17within_sys_sol,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q18ans_recog,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q19time_solvability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q1concept_behav,0.041666666666666664,24,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q22confl_tradeoffs,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.9166666666666666,0.8333333333333333
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q23ss_out_uncert,0.16666666666666666,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0,0.8333333333333334,0.6666666666666667
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q24eureka_question,0.9583333333333334,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q3type_1_planning,0.16666666666666666,24,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8333333333333334,0.6666666666666667
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q4type_2_generate,0.13043478260869565,23,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8695652173913043,0.7391304347826086
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q6type_5_cc,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q7type_7_battle,0.25,24,0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0,0.75,0.5
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q8type_8_performance,0.9166666666666666,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
9 Dot Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/310e683a350d63f825bb93b482fe3eea0b77906d,Q9divisible_unitary,0,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q10maximizing,0.625,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.625,0.25
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q11optimizing,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9166666666666666,0.8333333333333333
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q13outcome_multip,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q14sol_scheme_mul,0.5416666666666666,24,1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1,0.5416666666666666,0.08333333333333326
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q15dec_verifiability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q16shared_knowledge,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q17within_sys_sol,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q18ans_recog,0.7916666666666666,24,0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.7916666666666666,0.5833333333333333
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q19time_solvability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q1concept_behav,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q22confl_tradeoffs,0.25,24,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.75,0.5
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q23ss_out_uncert,0.8260869565217391,23,1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1,0.8260869565217391,0.6521739130434783
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q24eureka_question,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q3type_1_planning,0.125,24,0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.875,0.75
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q4type_2_generate,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q6type_5_cc,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q7type_7_battle,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.875,0.75
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q8type_8_performance,0.2916666666666667,24,0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0,0.7083333333333333,0.4166666666666665
Abstract grid task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a7f6d32c5ec2fe812b69f62a6edfc5d57b07d119,Q9divisible_unitary,0.17391304347826086,23,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0,0.8260869565217391,0.6521739130434783
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q10maximizing,0.20833333333333334,24,1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q11optimizing,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0,0.9166666666666666,0.8333333333333333
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q13outcome_multip,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q14sol_scheme_mul,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q15dec_verifiability,0.17391304347826086,23,1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q16shared_knowledge,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q17within_sys_sol,0.8695652173913043,23,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q18ans_recog,0.125,24,1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.875,0.75
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q19time_solvability,0.25,24,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0,0.75,0.5
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q20type_3_type_4,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q22confl_tradeoffs,0.7083333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0,0.7083333333333334,0.41666666666666674
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q23ss_out_uncert,0.6956521739130435,23,1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0,0.6956521739130435,0.3913043478260869
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q24eureka_question,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q3type_1_planning,0.20833333333333334,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.7916666666666666,0.5833333333333333
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q4type_2_generate,0.5416666666666666,24,0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.5416666666666666,0.08333333333333326
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q6type_5_cc,0.2916666666666667,24,0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.7083333333333333,0.4166666666666665
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q7type_7_battle,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q8type_8_performance,0.16666666666666666,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8333333333333334,0.6666666666666667
Advertisement writing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/09547baa9ee9ade429f15274d1258baa3ad25252,Q9divisible_unitary,0.25,24,0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.75,0.5
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q10maximizing,0.6666666666666666,21,1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1,0.6666666666666666,0.33333333333333326
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q11optimizing,0.14285714285714285,21,0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8571428571428572,0.7142857142857144
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q13outcome_multip,0.19047619047619047,21,0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.8095238095238095,0.6190476190476191
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q14sol_scheme_mul,0.19047619047619047,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.8095238095238095,0.6190476190476191
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q15dec_verifiability,0.42857142857142855,21,0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.5714285714285714,0.1428571428571428
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q16shared_knowledge,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9047619047619048,0.8095238095238095
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q17within_sys_sol,0.7619047619047619,21,0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.7619047619047619,0.5238095238095237
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q18ans_recog,0.45,20,0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1,0.55,0.10000000000000009
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q19time_solvability,0.5238095238095238,21,0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1,0.5238095238095238,0.04761904761904767
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q1concept_behav,0,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q20type_3_type_4,0.2857142857142857,21,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1,0.7142857142857143,0.4285714285714286
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q22confl_tradeoffs,0.8095238095238095,21,1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.8095238095238095,0.6190476190476191
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q23ss_out_uncert,0.7619047619047619,21,1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.7619047619047619,0.5238095238095237
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q24eureka_question,0.047619047619047616,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9523809523809523,0.9047619047619047
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q3type_1_planning,0.23809523809523808,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0,0.7619047619047619,0.5238095238095237
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q4type_2_generate,0.23809523809523808,21,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0,0.7619047619047619,0.5238095238095237
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q6type_5_cc,0.7142857142857143,21,1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0,0.7142857142857143,0.4285714285714286
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q7type_7_battle,0.3333333333333333,21,1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.6666666666666667,0.3333333333333335
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q8type_8_performance,0.14285714285714285,21,1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8571428571428572,0.7142857142857144
Aerospace Investment (Role-playing),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/20d5f55bf564bc1c04cc9a6668d67e9af764522d,Q9divisible_unitary,0.05,20,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.95,0.8999999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q10maximizing,0.16,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.84,0.6799999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q11optimizing,0.16,25,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.84,0.6799999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q13outcome_multip,0,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q14sol_scheme_mul,0.04,25,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.96,0.9199999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q15dec_verifiability,0.04,25,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.96,0.9199999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q16shared_knowledge,0.04,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.96,0.9199999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q17within_sys_sol,0.6956521739130435,23,1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1,0.6956521739130435,0.3913043478260869
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q18ans_recog,0.08695652173913043,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.9130434782608696,0.8260869565217392
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q19time_solvability,0.16666666666666666,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0,0.8333333333333334,0.6666666666666667
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q1concept_behav,0,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q20type_3_type_4,0.08,25,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.92,0.8400000000000001
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q22confl_tradeoffs,0.96,25,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.96,0.9199999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q23ss_out_uncert,0.36,25,1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.64,0.28
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q24eureka_question,0,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q3type_1_planning,0.44,25,1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.56,0.1200000000000001
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q4type_2_generate,0.36,25,1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0,0.64,0.28
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q6type_5_cc,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q7type_7_battle,0.04,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.96,0.9199999999999999
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q8type_8_performance,0,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Allocating resources to programs,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8a13990b67bb3d8e5efc243643b0b59a306e35e6,Q9divisible_unitary,0.24,25,1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.76,0.52
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q10maximizing,0.96,25,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.96,0.9199999999999999
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q11optimizing,0.16,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.84,0.6799999999999999
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q13outcome_multip,0.375,24,0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0,0.625,0.25
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q14sol_scheme_mul,0.16666666666666666,24,0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q15dec_verifiability,0.5,24,0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0,0.5,0
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q16shared_knowledge,0.4,25,0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0,0.6,0.19999999999999996
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q17within_sys_sol,0.6521739130434783,23,0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1,0.6521739130434783,0.30434782608695654
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q18ans_recog,0.4583333333333333,24,0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1,0.5416666666666667,0.08333333333333348
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q19time_solvability,0.52,25,0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1,0.52,0.040000000000000036
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q1concept_behav,0.36,25,0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1,0.64,0.28
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q20type_3_type_4,0.44,25,0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1,0.56,0.1200000000000001
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q22confl_tradeoffs,0.28,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.72,0.43999999999999995
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q23ss_out_uncert,0.6,25,1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.6,0.19999999999999996
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q24eureka_question,0.08,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.92,0.8400000000000001
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q3type_1_planning,0.32,25,1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.6799999999999999,0.3599999999999999
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q4type_2_generate,0.04,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.96,0.9199999999999999
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q6type_5_cc,0.04,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.96,0.9199999999999999
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q7type_7_battle,0.32,25,0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.6799999999999999,0.3599999999999999
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q8type_8_performance,0.08,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.92,0.8400000000000001
Apache helicopter flight simulator (Longbow2),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/69b75cc64f9ef759eebee5b786569378cb6a6517,Q9divisible_unitary,0.8,25,0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.8,0.6000000000000001
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q10maximizing,0.6666666666666666,24,0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.6666666666666666,0.33333333333333326
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q11optimizing,0.375,24,0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0,0.625,0.25
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q13outcome_multip,0.4166666666666667,24,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1,0.5833333333333333,0.16666666666666652
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q14sol_scheme_mul,0.125,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0,0.875,0.75
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q15dec_verifiability,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q16shared_knowledge,0.6666666666666666,24,1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0,0.6666666666666666,0.33333333333333326
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q17within_sys_sol,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q18ans_recog,0.782608695652174,23,1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1,0.782608695652174,0.5652173913043479
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q19time_solvability,0.782608695652174,23,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0,0.782608695652174,0.5652173913043479
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q1concept_behav,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9583333333333334,0.9166666666666667
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q20type_3_type_4,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0,0.875,0.75
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q22confl_tradeoffs,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.9583333333333334,0.9166666666666667
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q23ss_out_uncert,0.7083333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1,0.7083333333333334,0.41666666666666674
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q24eureka_question,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9166666666666666,0.8333333333333333
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q3type_1_planning,0.4583333333333333,24,0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1,0.5416666666666667,0.08333333333333348
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q4type_2_generate,0.16666666666666666,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1,0.8333333333333334,0.6666666666666667
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q6type_5_cc,0.20833333333333334,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.7916666666666666,0.5833333333333333
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q7type_7_battle,0.125,24,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.875,0.75
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q8type_8_performance,0.3333333333333333,24,0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1,0.6666666666666667,0.3333333333333335
Architectural design task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/f7804cfb2764f0421a91d2c04af7d05059987ccf,Q9divisible_unitary,0.391304347826087,23,0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1,0.6086956521739131,0.21739130434782616
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q10maximizing,0.4583333333333333,24,0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1,0.5416666666666667,0.08333333333333348
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q11optimizing,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q13outcome_multip,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q14sol_scheme_mul,0.4583333333333333,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.5416666666666667,0.08333333333333348
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q15dec_verifiability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q16shared_knowledge,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q17within_sys_sol,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q18ans_recog,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q19time_solvability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q1concept_behav,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q22confl_tradeoffs,0.5,24,0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.5,0
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q23ss_out_uncert,0.6666666666666666,24,0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0,0.6666666666666666,0.33333333333333326
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q24eureka_question,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q3type_1_planning,0.4583333333333333,24,0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0,0.5416666666666667,0.08333333333333348
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q4type_2_generate,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0,0.875,0.75
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q6type_5_cc,0.125,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.875,0.75
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q7type_7_battle,0.16666666666666666,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0,0.8333333333333334,0.6666666666666667
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q8type_8_performance,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9583333333333334,0.9166666666666667
Arithmetic problem 1,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/22ba525cd1a757777314e60b9f12fe6e6a5ab47b,Q9divisible_unitary,0.16666666666666666,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q10maximizing,0.7619047619047619,21,0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.7619047619047619,0.5238095238095237
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q11optimizing,0.8095238095238095,21,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.8095238095238095,0.6190476190476191
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q13outcome_multip,0.9523809523809523,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9523809523809523,0.9047619047619047
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q14sol_scheme_mul,0.6190476190476191,21,1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1,0.6190476190476191,0.23809523809523814
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q15dec_verifiability,1,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q16shared_knowledge,0.65,20,1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.65,0.30000000000000004
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q17within_sys_sol,1,19,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q18ans_recog,0.8571428571428571,21,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.8571428571428571,0.7142857142857142
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q19time_solvability,0.9047619047619048,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9047619047619048,0.8095238095238095
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q1concept_behav,0,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q20type_3_type_4,0.9523809523809523,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9523809523809523,0.9047619047619047
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q22confl_tradeoffs,0.38095238095238093,21,1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.6190476190476191,0.23809523809523814
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q23ss_out_uncert,0.47619047619047616,21,1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0,0.5238095238095238,0.04761904761904767
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q24eureka_question,0.23809523809523808,21,0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1,0.7619047619047619,0.5238095238095237
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q3type_1_planning,0.2857142857142857,21,1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.7142857142857143,0.4285714285714286
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q4type_2_generate,0.23809523809523808,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7619047619047619,0.5238095238095237
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q6type_5_cc,0.3333333333333333,21,0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.6666666666666667,0.3333333333333335
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q7type_7_battle,0.2,20,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8,0.6000000000000001
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q8type_8_performance,0.7619047619047619,21,1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.7619047619047619,0.5238095238095237
Arithmetic problem 2,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/aeccf95d2d2db465618cf48da4fafc7abdb04d67,Q9divisible_unitary,0.23809523809523808,21,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.7619047619047619,0.5238095238095237
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q10maximizing,0.7272727272727273,22,1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.7272727272727273,0.4545454545454546
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q11optimizing,0.18181818181818182,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.8181818181818181,0.6363636363636362
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q13outcome_multip,0.6363636363636364,22,1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.6363636363636364,0.2727272727272727
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q14sol_scheme_mul,0.2727272727272727,22,1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7272727272727273,0.4545454545454546
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q15dec_verifiability,0.5909090909090909,22,0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.5909090909090909,0.18181818181818188
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q16shared_knowledge,0.18181818181818182,22,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.8181818181818181,0.6363636363636362
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q17within_sys_sol,0.7619047619047619,21,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.7619047619047619,0.5238095238095237
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q18ans_recog,0.45454545454545453,22,0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0,0.5454545454545454,0.09090909090909083
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q19time_solvability,0.47619047619047616,21,0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0,0.5238095238095238,0.04761904761904767
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q1concept_behav,0,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q20type_3_type_4,0.5454545454545454,22,0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.5454545454545454,0.09090909090909083
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q22confl_tradeoffs,0.7727272727272727,22,1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1,0.7727272727272727,0.5454545454545454
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q23ss_out_uncert,0.9047619047619048,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9047619047619048,0.8095238095238095
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q24eureka_question,0.14285714285714285,21,0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8571428571428572,0.7142857142857144
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q3type_1_planning,0.2727272727272727,22,0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0,0.7272727272727273,0.4545454545454546
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q4type_2_generate,0.13636363636363635,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0,0.8636363636363636,0.7272727272727273
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q6type_5_cc,0.22727272727272727,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.7727272727272727,0.5454545454545454
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q7type_7_battle,0.38095238095238093,21,0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1,0.6190476190476191,0.23809523809523814
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q8type_8_performance,0.13636363636363635,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.8636363636363636,0.7272727272727273
Battle of the sexes,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2d84e23d04cbd949dd1b538e8eb7f7c0b924dfb8,Q9divisible_unitary,0.14285714285714285,21,1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8571428571428572,0.7142857142857144
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q10maximizing,0.30434782608695654,23,0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.6956521739130435,0.3913043478260869
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q11optimizing,0.8695652173913043,23,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q13outcome_multip,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.9130434782608695,0.826086956521739
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q14sol_scheme_mul,0.391304347826087,23,0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1,0.6086956521739131,0.21739130434782616
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q15dec_verifiability,0.7391304347826086,23,1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1,0.7391304347826086,0.4782608695652173
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q16shared_knowledge,0.34782608695652173,23,1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1,0.6521739130434783,0.30434782608695654
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q17within_sys_sol,0.8695652173913043,23,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.8695652173913043,0.7391304347826086
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q18ans_recog,0.8260869565217391,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0,0.8260869565217391,0.6521739130434783
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q19time_solvability,0.8260869565217391,23,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1,0.8260869565217391,0.6521739130434783
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q20type_3_type_4,0.8695652173913043,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1,0.8695652173913043,0.7391304347826086
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q22confl_tradeoffs,0.8695652173913043,23,0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q23ss_out_uncert,0.9130434782608695,23,0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9130434782608695,0.826086956521739
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q24eureka_question,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q3type_1_planning,0.391304347826087,23,0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1,0.6086956521739131,0.21739130434782616
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q4type_2_generate,0.21739130434782608,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0,0.782608695652174,0.5652173913043479
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q6type_5_cc,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1,0.9130434782608695,0.826086956521739
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q7type_7_battle,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q8type_8_performance,0.5238095238095238,21,1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1,0.5238095238095238,0.04761904761904767
Best job candidate (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b593da55070510ef9ffa7aa7b47df34e891a40fb,Q9divisible_unitary,0.21739130434782608,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0,0.782608695652174,0.5652173913043479
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q10maximizing,0.3181818181818182,22,1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.6818181818181819,0.36363636363636376
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q11optimizing,0.2727272727272727,22,0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.7272727272727273,0.4545454545454546
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q13outcome_multip,0.2727272727272727,22,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.7272727272727273,0.4545454545454546
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q14sol_scheme_mul,0.09090909090909091,22,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9090909090909091,0.8181818181818181
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q15dec_verifiability,0.5,20,1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0,0.5,0
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q16shared_knowledge,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9047619047619048,0.8095238095238095
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q17within_sys_sol,0.7272727272727273,22,0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1,0.7272727272727273,0.4545454545454546
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q18ans_recog,0.23809523809523808,21,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7619047619047619,0.5238095238095237
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q19time_solvability,0.4090909090909091,22,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0,0.5909090909090908,0.18181818181818166
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q1concept_behav,0,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q20type_3_type_4,0.2727272727272727,22,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.7272727272727273,0.4545454545454546
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q22confl_tradeoffs,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q23ss_out_uncert,0.6190476190476191,21,0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0,0.6190476190476191,0.23809523809523814
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q24eureka_question,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9545454545454546,0.9090909090909092
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q3type_1_planning,0.36363636363636365,22,0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1,0.6363636363636364,0.2727272727272727
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q4type_2_generate,0.18181818181818182,22,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1,0.8181818181818181,0.6363636363636362
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q6type_5_cc,0.8636363636363636,22,1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q7type_7_battle,0.4090909090909091,22,0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0,0.5909090909090908,0.18181818181818166
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q8type_8_performance,0.5238095238095238,21,1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0,0.5238095238095238,0.04761904761904767
Biopharm Seltek,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d39293835007ef81174cc6d39b505afb9dbab506,Q9divisible_unitary,0.14285714285714285,21,0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.8571428571428572,0.7142857142857144
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q10maximizing,0.9090909090909091,22,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.9090909090909091,0.8181818181818181
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q11optimizing,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q13outcome_multip,0.7272727272727273,22,1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.7272727272727273,0.4545454545454546
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q14sol_scheme_mul,0.47619047619047616,21,1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1,0.5238095238095238,0.04761904761904767
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q15dec_verifiability,0.9545454545454546,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9545454545454546,0.9090909090909092
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q16shared_knowledge,0.8636363636363636,22,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q17within_sys_sol,0.8636363636363636,22,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q18ans_recog,0.7727272727272727,22,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.7727272727272727,0.5454545454545454
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q19time_solvability,0.8181818181818182,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8181818181818182,0.6363636363636365
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q1concept_behav,0.22727272727272727,22,0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.7727272727272727,0.5454545454545454
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q20type_3_type_4,0.8636363636363636,22,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q22confl_tradeoffs,0.36363636363636365,22,0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0,0.6363636363636364,0.2727272727272727
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q23ss_out_uncert,0.45454545454545453,22,1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0,0.5454545454545454,0.09090909090909083
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q24eureka_question,0.09090909090909091,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.9090909090909091,0.8181818181818181
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q3type_1_planning,0.45454545454545453,22,0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0,0.5454545454545454,0.09090909090909083
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q4type_2_generate,0.09090909090909091,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.9090909090909091,0.8181818181818181
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q6type_5_cc,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.9545454545454546,0.9090909090909092
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q7type_7_battle,0.2727272727272727,22,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.7272727272727273,0.4545454545454546
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q8type_8_performance,0.7727272727272727,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1,0.7727272727272727,0.5454545454545454
Blocks World for Teams,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/d63376f048206f86d5aad9359788164afb9eda37,Q9divisible_unitary,0.42857142857142855,21,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.5714285714285714,0.1428571428571428
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q10maximizing,0.09523809523809523,21,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.9047619047619048,0.8095238095238095
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q11optimizing,0.5238095238095238,21,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0,0.5238095238095238,0.04761904761904767
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q13outcome_multip,0.7142857142857143,21,1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.7142857142857143,0.4285714285714286
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q14sol_scheme_mul,0.047619047619047616,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.9523809523809523,0.9047619047619047
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q15dec_verifiability,0.6190476190476191,21,1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.6190476190476191,0.23809523809523814
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q16shared_knowledge,0.19047619047619047,21,1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8095238095238095,0.6190476190476191
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q17within_sys_sol,0.7142857142857143,21,1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.7142857142857143,0.4285714285714286
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q18ans_recog,0.6,20,1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.6,0.19999999999999996
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q19time_solvability,0.6190476190476191,21,1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.6190476190476191,0.23809523809523814
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q1concept_behav,0,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q20type_3_type_4,0.5238095238095238,21,1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0,0.5238095238095238,0.04761904761904767
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q22confl_tradeoffs,0.9047619047619048,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9047619047619048,0.8095238095238095
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q23ss_out_uncert,0.9047619047619048,21,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9047619047619048,0.8095238095238095
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q24eureka_question,0.047619047619047616,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.9523809523809523,0.9047619047619047
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q3type_1_planning,0.3333333333333333,21,0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.6666666666666667,0.3333333333333335
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q4type_2_generate,0.19047619047619047,21,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8095238095238095,0.6190476190476191
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q6type_5_cc,0.8,20,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.8,0.6000000000000001
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q7type_7_battle,0.5238095238095238,21,0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0,0.5238095238095238,0.04761904761904767
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q8type_8_performance,0.42857142857142855,21,0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0,0.5714285714285714,0.1428571428571428
Bullard Houses,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/111575a2c1ec9d859f9b84be26fba5298bfe89ce,Q9divisible_unitary,0.35,20,0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0,0.65,0.30000000000000004
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q10maximizing,0.25,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1,0.75,0.5
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q11optimizing,0.9166666666666666,24,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q13outcome_multip,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q14sol_scheme_mul,0.375,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0,0.625,0.25
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q15dec_verifiability,0.875,24,0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q16shared_knowledge,0.4782608695652174,23,0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0,0.5217391304347826,0.04347826086956519
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q17within_sys_sol,0.625,24,0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0,0.625,0.25
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q18ans_recog,0.7916666666666666,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0,0.7916666666666666,0.5833333333333333
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q19time_solvability,0.9166666666666666,24,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q20type_3_type_4,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q22confl_tradeoffs,0.7916666666666666,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.7916666666666666,0.5833333333333333
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q23ss_out_uncert,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q24eureka_question,0.3333333333333333,24,1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.6666666666666667,0.3333333333333335
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q3type_1_planning,0.25,24,0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.75,0.5
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q4type_2_generate,0.25,24,1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.75,0.5
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q6type_5_cc,0.375,24,0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1,0.625,0.25
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q7type_7_battle,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0,0.875,0.75
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q8type_8_performance,0.8333333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1,0.8333333333333334,0.6666666666666667
Carter Racing,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/697c9e03da2c8b681f9a65a0030bbb77affe87bf,Q9divisible_unitary,0.20833333333333334,24,0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q10maximizing,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9545454545454546,0.9090909090909092
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q11optimizing,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q13outcome_multip,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q14sol_scheme_mul,0.4166666666666667,24,0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.5833333333333333,0.16666666666666652
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q15dec_verifiability,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q16shared_knowledge,0.75,24,1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.75,0.5
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q17within_sys_sol,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q18ans_recog,0.9583333333333334,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q19time_solvability,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q1concept_behav,0.08333333333333333,24,1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q20type_3_type_4,0.875,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q22confl_tradeoffs,0.5,24,1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0,0.5,0
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q23ss_out_uncert,0.6956521739130435,23,0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.6956521739130435,0.3913043478260869
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q24eureka_question,0.4166666666666667,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0,0.5833333333333333,0.16666666666666652
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q3type_1_planning,0.375,24,1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0,0.625,0.25
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q4type_2_generate,0.30434782608695654,23,1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.6956521739130435,0.3913043478260869
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q6type_5_cc,0.3333333333333333,24,0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.6666666666666667,0.3333333333333335
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q7type_7_battle,0.43478260869565216,23,0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.5652173913043479,0.1304347826086958
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q8type_8_performance,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Carter Racing (Experimenterless Version),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/353a2dcfffea85ce0d2bbe5a3f0e650341c95ffa,Q9divisible_unitary,0.34782608695652173,23,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1,0.6521739130434783,0.30434782608695654
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q10maximizing,0.4583333333333333,24,1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.5416666666666667,0.08333333333333348
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q11optimizing,0.875,24,1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q13outcome_multip,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q14sol_scheme_mul,0.6666666666666666,24,1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 0,0.6666666666666666,0.33333333333333326
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q15dec_verifiability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q16shared_knowledge,0.7916666666666666,24,0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.7916666666666666,0.5833333333333333
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q17within_sys_sol,0.9583333333333334,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q18ans_recog,0.875,24,0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q19time_solvability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q22confl_tradeoffs,0.7083333333333334,24,0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.7083333333333334,0.41666666666666674
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q23ss_out_uncert,0.75,24,1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.75,0.5
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q24eureka_question,0.25,24,0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0,0.75,0.5
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q3type_1_planning,0.16666666666666666,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.8333333333333334,0.6666666666666667
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q4type_2_generate,0.16666666666666666,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q6type_5_cc,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0,0.875,0.75
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q7type_7_battle,0.3333333333333333,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1,0.6666666666666667,0.3333333333333335
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q8type_8_performance,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Categorization problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/7dee968b347ce81be64623baf9d628cdb626b0bf,Q9divisible_unitary,0.21739130434782608,23,0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.782608695652174,0.5652173913043479
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q10maximizing,0.2608695652173913,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.7391304347826086,0.4782608695652173
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q11optimizing,0.6521739130434783,23,0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.6521739130434783,0.30434782608695654
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q13outcome_multip,0.391304347826087,23,0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0,0.6086956521739131,0.21739130434782616
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q14sol_scheme_mul,0.08695652173913043,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q15dec_verifiability,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q16shared_knowledge,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q17within_sys_sol,0.8695652173913043,23,1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q18ans_recog,0.7727272727272727,22,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0,0.7727272727272727,0.5454545454545454
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q19time_solvability,0.9545454545454546,22,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9545454545454546,0.9090909090909092
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q1concept_behav,0.08695652173913043,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.9130434782608696,0.8260869565217392
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q20type_3_type_4,0.9,20,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.9,0.8
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q22confl_tradeoffs,0.4782608695652174,23,0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0,0.5217391304347826,0.04347826086956519
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q23ss_out_uncert,0.6956521739130435,23,0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.6956521739130435,0.3913043478260869
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q3type_1_planning,0.18181818181818182,22,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.8181818181818181,0.6363636363636362
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q4type_2_generate,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q6type_5_cc,0.21739130434782608,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.782608695652174,0.5652173913043479
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q7type_7_battle,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q8type_8_performance,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Checkers,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/bf0d01be1a755fdf6d46fc2ab1fcf5077d11e7bf,Q9divisible_unitary,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q10maximizing,0.6086956521739131,23,1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1,0.6086956521739131,0.21739130434782616
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q11optimizing,0.17391304347826086,23,1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q13outcome_multip,0.30434782608695654,23,0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.6956521739130435,0.3913043478260869
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q14sol_scheme_mul,0.17391304347826086,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q15dec_verifiability,0.4090909090909091,22,0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0,0.5909090909090908,0.18181818181818166
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q16shared_knowledge,0.17391304347826086,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0,0.8260869565217391,0.6521739130434783
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q17within_sys_sol,0.6086956521739131,23,0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1,0.6086956521739131,0.21739130434782616
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q18ans_recog,0.30434782608695654,23,0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.6956521739130435,0.3913043478260869
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q19time_solvability,0.36363636363636365,22,0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.6363636363636364,0.2727272727272727
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q1concept_behav,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q20type_3_type_4,0.30434782608695654,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.6956521739130435,0.3913043478260869
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q22confl_tradeoffs,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1,0.9130434782608695,0.826086956521739
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q23ss_out_uncert,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q3type_1_planning,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q4type_2_generate,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q6type_5_cc,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q7type_7_battle,0.8260869565217391,23,1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1,0.8260869565217391,0.6521739130434783
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q8type_8_performance,0.21739130434782608,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.782608695652174,0.5652173913043479
Chicken,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/73fb82e8ae424b3a0cecae8b41e56f6b2ee4e30a,Q9divisible_unitary,0.05,20,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.95,0.8999999999999999
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q10maximizing,0.8076923076923077,26,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.8076923076923077,0.6153846153846154
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q11optimizing,0.6153846153846154,26,1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0,0.6153846153846154,0.23076923076923084
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q13outcome_multip,0.8461538461538461,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1,0.8461538461538461,0.6923076923076923
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q14sol_scheme_mul,0.5384615384615384,26,1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1,0.5384615384615384,0.07692307692307687
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q15dec_verifiability,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q16shared_knowledge,0.8846153846153846,26,0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8846153846153846,0.7692307692307692
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q17within_sys_sol,0.8846153846153846,26,1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8846153846153846,0.7692307692307692
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q18ans_recog,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q19time_solvability,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q1concept_behav,0.07692307692307693,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9230769230769231,0.8461538461538463
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q20type_3_type_4,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q22confl_tradeoffs,0.2692307692307692,26,0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.7307692307692308,0.4615384615384617
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q23ss_out_uncert,0.8076923076923077,26,1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.8076923076923077,0.6153846153846154
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q24eureka_question,0.15384615384615385,26,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8461538461538461,0.6923076923076923
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q3type_1_planning,0.07692307692307693,26,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9230769230769231,0.8461538461538463
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q4type_2_generate,0.038461538461538464,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9615384615384616,0.9230769230769231
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q6type_5_cc,0,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q7type_7_battle,0.19230769230769232,26,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8076923076923077,0.6153846153846154
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q8type_8_performance,0.07692307692307693,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9230769230769231,0.8461538461538463
Computer maze,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/2bb706878d0cfc9e5e95fd5845516bc736d9f5ec,Q9divisible_unitary,0.20833333333333334,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q10maximizing,0.6666666666666666,24,0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0,0.6666666666666666,0.33333333333333326
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q11optimizing,0.8333333333333334,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0,0.8333333333333334,0.6666666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q13outcome_multip,0.9583333333333334,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q14sol_scheme_mul,0.375,24,0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1,0.625,0.25
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q15dec_verifiability,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q16shared_knowledge,0.6666666666666666,24,1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1,0.6666666666666666,0.33333333333333326
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q17within_sys_sol,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q18ans_recog,0.75,24,1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1,0.75,0.5
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q19time_solvability,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q1concept_behav,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q20type_3_type_4,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q22confl_tradeoffs,0.4166666666666667,24,1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0,0.5833333333333333,0.16666666666666652
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q23ss_out_uncert,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q24eureka_question,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q3type_1_planning,0.20833333333333334,24,0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q4type_2_generate,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q6type_5_cc,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.875,0.75
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q7type_7_battle,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q8type_8_performance,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Crisis mapping,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c4765b7f194a81c47d49c052ccec1edc281231a1,Q9divisible_unitary,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q10maximizing,0.25,24,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0,0.75,0.5
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q11optimizing,0.7083333333333334,24,1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1,0.7083333333333334,0.41666666666666674
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q13outcome_multip,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q14sol_scheme_mul,0.4166666666666667,24,1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0,0.5833333333333333,0.16666666666666652
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q15dec_verifiability,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1,0.875,0.75
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q16shared_knowledge,0.16666666666666666,24,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q17within_sys_sol,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.875,0.75
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q18ans_recog,0.5833333333333334,24,1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0,0.5833333333333334,0.16666666666666674
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q19time_solvability,0.7083333333333334,24,1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0,0.7083333333333334,0.41666666666666674
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q20type_3_type_4,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0,0.9166666666666666,0.8333333333333333
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q22confl_tradeoffs,0.6666666666666666,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1,0.6666666666666666,0.33333333333333326
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q23ss_out_uncert,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q24eureka_question,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q3type_1_planning,0.2916666666666667,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.7083333333333333,0.4166666666666665
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q4type_2_generate,0.20833333333333334,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q6type_5_cc,0.4166666666666667,24,0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0,0.5833333333333333,0.16666666666666652
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q7type_7_battle,0.20833333333333334,24,0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0,0.7916666666666666,0.5833333333333333
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q8type_8_performance,0.041666666666666664,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Desert survival,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/12fe1bf10e0d96710f3a47d95bcbde9069db261e,Q9divisible_unitary,0.16666666666666666,24,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0,0.8333333333333334,0.6666666666666667
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q10maximizing,0.7142857142857143,21,1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1,0.7142857142857143,0.4285714285714286
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q11optimizing,0.2857142857142857,21,1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7142857142857143,0.4285714285714286
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q13outcome_multip,0.23809523809523808,21,1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.7619047619047619,0.5238095238095237
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q14sol_scheme_mul,0.3333333333333333,21,1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1,0.6666666666666667,0.3333333333333335
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q15dec_verifiability,0.3333333333333333,21,0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.6666666666666667,0.3333333333333335
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q16shared_knowledge,0.3333333333333333,21,0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1,0.6666666666666667,0.3333333333333335
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q17within_sys_sol,0.8888888888888888,18,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.8888888888888888,0.7777777777777777
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q18ans_recog,0.3,20,1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.7,0.3999999999999999
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q19time_solvability,0.42105263157894735,19,1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.5789473684210527,0.1578947368421053
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q1concept_behav,0.047619047619047616,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9523809523809523,0.9047619047619047
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q20type_3_type_4,0.38095238095238093,21,1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.6190476190476191,0.23809523809523814
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q22confl_tradeoffs,0.7619047619047619,21,1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0,0.7619047619047619,0.5238095238095237
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q23ss_out_uncert,0.7142857142857143,21,1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1,0.7142857142857143,0.4285714285714286
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q24eureka_question,0.23809523809523808,21,1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.7619047619047619,0.5238095238095237
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q3type_1_planning,0.2857142857142857,21,1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.7142857142857143,0.4285714285714286
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q4type_2_generate,0.19047619047619047,21,1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.8095238095238095,0.6190476190476191
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q6type_5_cc,0.2857142857142857,21,1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7142857142857143,0.4285714285714286
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q7type_7_battle,0.47619047619047616,21,1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1,0.5238095238095238,0.04761904761904767
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q8type_8_performance,0.15,20,1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.85,0.7
Dictator game and its variants,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/15dec11933ba5b09bbd0a06e24bb55fd565013f7,Q9divisible_unitary,0.3157894736842105,19,1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.6842105263157895,0.368421052631579
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q10maximizing,0.5833333333333334,24,0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1,0.5833333333333334,0.16666666666666674
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q11optimizing,0.3333333333333333,24,0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.6666666666666667,0.3333333333333335
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q13outcome_multip,0.20833333333333334,24,0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.7916666666666666,0.5833333333333333
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q14sol_scheme_mul,0.20833333333333334,24,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q15dec_verifiability,0.6666666666666666,24,0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1,0.6666666666666666,0.33333333333333326
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q16shared_knowledge,0.4583333333333333,24,0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1,0.5416666666666667,0.08333333333333348
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q17within_sys_sol,0.7391304347826086,23,0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.7391304347826086,0.4782608695652173
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q18ans_recog,0.5217391304347826,23,0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1,0.5217391304347826,0.04347826086956519
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q19time_solvability,0.5652173913043478,23,0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.5652173913043478,0.13043478260869557
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q20type_3_type_4,0.375,24,0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1,0.625,0.25
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q22confl_tradeoffs,0.20833333333333334,24,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.7916666666666666,0.5833333333333333
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q23ss_out_uncert,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q24eureka_question,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q3type_1_planning,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.875,0.75
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q4type_2_generate,0.7916666666666666,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1,0.7916666666666666,0.5833333333333333
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q6type_5_cc,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q7type_7_battle,0.20833333333333334,24,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.7916666666666666,0.5833333333333333
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q8type_8_performance,0.08695652173913043,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Divergent Association Task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/4a4bc97f42877152244f7903cd726027494ccfb5,Q9divisible_unitary,0.22727272727272727,22,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.7727272727272727,0.5454545454545454
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q10maximizing,0.6956521739130435,23,0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.6956521739130435,0.3913043478260869
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q11optimizing,0.8260869565217391,23,1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8260869565217391,0.6521739130434783
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q13outcome_multip,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9130434782608695,0.826086956521739
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q14sol_scheme_mul,0.7272727272727273,22,1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1,0.7272727272727273,0.4545454545454546
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q15dec_verifiability,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q16shared_knowledge,0.6666666666666666,21,1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.6666666666666666,0.33333333333333326
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q17within_sys_sol,0.4782608695652174,23,1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.5217391304347826,0.04347826086956519
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q18ans_recog,0.6956521739130435,23,1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1,0.6956521739130435,0.3913043478260869
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q19time_solvability,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9130434782608695,0.826086956521739
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q1concept_behav,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q20type_3_type_4,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q22confl_tradeoffs,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q23ss_out_uncert,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1,0.9090909090909091,0.8181818181818181
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q24eureka_question,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q3type_1_planning,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q4type_2_generate,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q6type_5_cc,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q7type_7_battle,0.13043478260869565,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.8695652173913043,0.7391304347826086
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q8type_8_performance,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating Factual Quantities,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/77aae9937fb064daeccb8576b02f501996c3ca8a,Q9divisible_unitary,0.5217391304347826,23,0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1,0.5217391304347826,0.04347826086956519
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q10maximizing,0.5,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0,0.5,0
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q11optimizing,0.75,24,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1,0.75,0.5
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q13outcome_multip,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q14sol_scheme_mul,0.5,24,1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0,0.5,0
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q15dec_verifiability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q16shared_knowledge,0.875,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.875,0.75
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q17within_sys_sol,0.375,24,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0,0.625,0.25
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q18ans_recog,0.6666666666666666,24,0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0,0.6666666666666666,0.33333333333333326
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q19time_solvability,0.9166666666666666,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q22confl_tradeoffs,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q23ss_out_uncert,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q3type_1_planning,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q4type_2_generate,0.043478260869565216,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q6type_5_cc,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q7type_7_battle,0.3333333333333333,24,0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1,0.6666666666666667,0.3333333333333335
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q8type_8_performance,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Estimating geological metrics,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8d50ef06e8b5f90d384642bf3298043759673c86,Q9divisible_unitary,0.2727272727272727,22,0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0,0.7272727272727273,0.4545454545454546
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q10maximizing,0.4583333333333333,24,0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1,0.5416666666666667,0.08333333333333348
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q11optimizing,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9583333333333334,0.9166666666666667
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q13outcome_multip,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q14sol_scheme_mul,0.6666666666666666,24,1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0,0.6666666666666666,0.33333333333333326
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q15dec_verifiability,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q16shared_knowledge,0.625,24,1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0,0.625,0.25
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q17within_sys_sol,0.7083333333333334,24,1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.7083333333333334,0.41666666666666674
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q18ans_recog,0.7391304347826086,23,1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.7391304347826086,0.4782608695652173
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q19time_solvability,0.875,24,0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.875,0.75
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q22confl_tradeoffs,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q23ss_out_uncert,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9565217391304348,0.9130434782608696
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q3type_1_planning,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q4type_2_generate,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q6type_5_cc,0.125,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.875,0.75
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q7type_7_battle,0.20833333333333334,24,0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q8type_8_performance,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Estimating pages of a book,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/270ff70411e741cdaa06c1e36df92e47da0e44cb,Q9divisible_unitary,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9545454545454546,0.9090909090909092
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q10maximizing,0.6521739130434783,23,1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0,0.6521739130434783,0.30434782608695654
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q11optimizing,0.7391304347826086,23,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1,0.7391304347826086,0.4782608695652173
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q13outcome_multip,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q14sol_scheme_mul,0.5652173913043478,23,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1,0.5652173913043478,0.13043478260869557
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q15dec_verifiability,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9565217391304348,0.9130434782608696
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q16shared_knowledge,0.7727272727272727,22,0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.7727272727272727,0.5454545454545454
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q17within_sys_sol,0.42857142857142855,21,0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0,0.5714285714285714,0.1428571428571428
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q18ans_recog,0.5652173913043478,23,0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1,0.5652173913043478,0.13043478260869557
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q19time_solvability,0.782608695652174,23,1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.782608695652174,0.5652173913043479
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q20type_3_type_4,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q22confl_tradeoffs,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q23ss_out_uncert,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q24eureka_question,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9545454545454546,0.9090909090909092
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q3type_1_planning,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q4type_2_generate,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q6type_5_cc,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q7type_7_battle,0.21739130434782608,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.782608695652174,0.5652173913043479
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q8type_8_performance,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Estimating social quantity,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/56341d997c68a41ed859ce2c4e7288a1488379a9,Q9divisible_unitary,0.3181818181818182,22,1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1,0.6818181818181819,0.36363636363636376
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q10maximizing,0.6086956521739131,23,1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1,0.6086956521739131,0.21739130434782616
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q11optimizing,0.8695652173913043,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q13outcome_multip,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q14sol_scheme_mul,0.5217391304347826,23,1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0,0.5217391304347826,0.04347826086956519
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q15dec_verifiability,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q16shared_knowledge,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q17within_sys_sol,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q18ans_recog,0.782608695652174,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1,0.782608695652174,0.5652173913043479
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q19time_solvability,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q20type_3_type_4,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q22confl_tradeoffs,0.34782608695652173,23,0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.6521739130434783,0.30434782608695654
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q23ss_out_uncert,0.8695652173913043,23,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.8695652173913043,0.7391304347826086
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q24eureka_question,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q3type_1_planning,0.5217391304347826,23,0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1,0.5217391304347826,0.04347826086956519
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q4type_2_generate,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9565217391304348,0.9130434782608696
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q6type_5_cc,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q7type_7_battle,0.30434782608695654,23,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1,0.6956521739130435,0.3913043478260869
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q8type_8_performance,0.13043478260869565,23,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Euclidean traveling salesperson,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/a27330d4c7a26ebac960b30d32d5dee6cfed1420,Q9divisible_unitary,0.047619047619047616,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9523809523809523,0.9047619047619047
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q10maximizing,0.9523809523809523,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9523809523809523,0.9047619047619047
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q11optimizing,0.7142857142857143,21,1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0,0.7142857142857143,0.4285714285714286
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q13outcome_multip,0.5714285714285714,21,0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1,0.5714285714285714,0.1428571428571428
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q14sol_scheme_mul,0.19047619047619047,21,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.8095238095238095,0.6190476190476191
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q15dec_verifiability,0.8571428571428571,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.8571428571428571,0.7142857142857142
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q16shared_knowledge,0.5,20,0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1,0.5,0
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q17within_sys_sol,0.8571428571428571,21,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.8571428571428571,0.7142857142857142
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q18ans_recog,0.8571428571428571,21,0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.8571428571428571,0.7142857142857142
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q19time_solvability,0.95,20,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.95,0.8999999999999999
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q1concept_behav,0,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q20type_3_type_4,0.9523809523809523,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.9523809523809523,0.9047619047619047
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q22confl_tradeoffs,0.47619047619047616,21,0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0,0.5238095238095238,0.04761904761904767
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q23ss_out_uncert,0.5714285714285714,21,1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1,0.5714285714285714,0.1428571428571428
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q24eureka_question,0.23809523809523808,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0,0.7619047619047619,0.5238095238095237
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q3type_1_planning,0.19047619047619047,21,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0,0.8095238095238095,0.6190476190476191
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q4type_2_generate,0.23809523809523808,21,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.7619047619047619,0.5238095238095237
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q6type_5_cc,0.38095238095238093,21,0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0,0.6190476190476191,0.23809523809523814
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q7type_7_battle,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9047619047619048,0.8095238095238095
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q8type_8_performance,0.42857142857142855,21,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1,0.5714285714285714,0.1428571428571428
Find the common symbol,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/067ad2560e77901bda5c014a05b3d4901e7698b5,Q9divisible_unitary,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.9047619047619048,0.8095238095238095
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q10maximizing,0.5,24,1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.5,0
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q11optimizing,0.7916666666666666,24,1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1,0.7916666666666666,0.5833333333333333
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q13outcome_multip,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q14sol_scheme_mul,0.5833333333333334,24,1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0,0.5833333333333334,0.16666666666666674
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q15dec_verifiability,0.7916666666666666,24,1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.7916666666666666,0.5833333333333333
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q16shared_knowledge,0.875,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1,0.875,0.75
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q17within_sys_sol,0.625,24,1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1,0.625,0.25
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q18ans_recog,0.5,24,1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1,0.5,0
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q19time_solvability,0.5416666666666666,24,1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1,0.5416666666666666,0.08333333333333326
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q22confl_tradeoffs,0.16666666666666666,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q23ss_out_uncert,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q3type_1_planning,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q4type_2_generate,0.125,24,0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.875,0.75
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q6type_5_cc,0.16666666666666666,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q7type_7_battle,0.3333333333333333,24,1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1,0.6666666666666667,0.3333333333333335
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q8type_8_performance,0.125,24,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0,0.875,0.75
Find the maximum,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c205b98896b4deadb50c076b7bce1de8ff4fffdf,Q9divisible_unitary,0.5833333333333334,24,1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.5833333333333334,0.16666666666666674
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q10maximizing,0.96,25,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.96,0.9199999999999999
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q11optimizing,0.84,25,0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.84,0.6799999999999999
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q13outcome_multip,0.9583333333333334,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q14sol_scheme_mul,0.32,25,0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1,0.6799999999999999,0.3599999999999999
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q15dec_verifiability,0.96,25,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1,0.96,0.9199999999999999
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q16shared_knowledge,0.56,25,1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.56,0.1200000000000001
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q17within_sys_sol,0.96,25,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.96,0.9199999999999999
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q18ans_recog,0.88,25,1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.88,0.76
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q19time_solvability,0.88,25,1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.88,0.76
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q1concept_behav,0,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q20type_3_type_4,1,25,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q22confl_tradeoffs,0.64,25,0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1,0.64,0.28
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q23ss_out_uncert,0.84,25,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1,0.84,0.6799999999999999
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q24eureka_question,0.2,25,1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8,0.6000000000000001
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q3type_1_planning,0.12,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.88,0.76
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q4type_2_generate,0.12,25,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.88,0.76
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q6type_5_cc,0.12,25,1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.88,0.76
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q7type_7_battle,0.48,25,0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0,0.52,0.040000000000000036
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q8type_8_performance,0.12,25,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.88,0.76
Game of Clue - Terrorist Attack,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9961e4fe8aa541f6ef5f7b6cb171304ee81a2668,Q9divisible_unitary,0.6666666666666666,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1,0.6666666666666666,0.33333333333333326
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q10maximizing,0.36363636363636365,22,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0,0.6363636363636364,0.2727272727272727
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q11optimizing,0.7272727272727273,22,1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0,0.7272727272727273,0.4545454545454546
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q13outcome_multip,0.5,22,0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0,0.5,0
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q14sol_scheme_mul,0.18181818181818182,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8181818181818181,0.6363636363636362
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q15dec_verifiability,1,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q16shared_knowledge,0.8636363636363636,22,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.8636363636363636,0.7272727272727273
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q17within_sys_sol,1,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q18ans_recog,1,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q19time_solvability,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q1concept_behav,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9545454545454546,0.9090909090909092
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q20type_3_type_4,0.9545454545454546,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9545454545454546,0.9090909090909092
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q22confl_tradeoffs,0.45454545454545453,22,1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0,0.5454545454545454,0.09090909090909083
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q23ss_out_uncert,0.22727272727272727,22,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.7727272727272727,0.5454545454545454
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q24eureka_question,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9545454545454546,0.9090909090909092
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q3type_1_planning,0.2727272727272727,22,1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.7272727272727273,0.4545454545454546
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q4type_2_generate,0.09090909090909091,22,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9090909090909091,0.8181818181818181
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q6type_5_cc,0.13636363636363635,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8636363636363636,0.7272727272727273
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q7type_7_battle,0.22727272727272727,22,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0,0.7727272727272727,0.5454545454545454
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q8type_8_performance,0.8636363636363636,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Graph coloring task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/8668e1f05c81b8f8e0f44381e897442bed258d23,Q9divisible_unitary,0.4090909090909091,22,1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.5909090909090908,0.18181818181818166
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q10maximizing,0.46153846153846156,26,1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1,0.5384615384615384,0.07692307692307687
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q11optimizing,0.8461538461538461,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0,0.8461538461538461,0.6923076923076923
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q13outcome_multip,0.9230769230769231,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.9230769230769231,0.8461538461538463
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q14sol_scheme_mul,0.6538461538461539,26,0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0,0.6538461538461539,0.3076923076923077
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q15dec_verifiability,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q16shared_knowledge,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q17within_sys_sol,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q18ans_recog,0.7307692307692307,26,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1,0.7307692307692307,0.46153846153846145
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q19time_solvability,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q1concept_behav,0,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q20type_3_type_4,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q22confl_tradeoffs,0.038461538461538464,26,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9615384615384616,0.9230769230769231
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q23ss_out_uncert,0.6538461538461539,26,0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0,0.6538461538461539,0.3076923076923077
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q24eureka_question,0.11538461538461539,26,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.8846153846153846,0.7692307692307692
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q3type_1_planning,0.038461538461538464,26,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9615384615384616,0.9230769230769231
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q4type_2_generate,0,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q6type_5_cc,0.07692307692307693,26,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.9230769230769231,0.8461538461538463
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q7type_7_battle,0.19230769230769232,26,1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.8076923076923077,0.6153846153846154
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q8type_8_performance,0,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Guessing the correlation,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/dd22d23dec2aee1c467f42d4d08ac8d544e9e10b,Q9divisible_unitary,0.12,25,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.88,0.76
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q10maximizing,0.75,24,1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1,0.75,0.5
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q11optimizing,0.5,24,1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0,0.5,0
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q13outcome_multip,0.9583333333333334,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q14sol_scheme_mul,0.4166666666666667,24,0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0,0.5833333333333333,0.16666666666666652
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q15dec_verifiability,0.9166666666666666,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q16shared_knowledge,0.6666666666666666,24,0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1,0.6666666666666666,0.33333333333333326
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q17within_sys_sol,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9583333333333334,0.9166666666666667
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q18ans_recog,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q19time_solvability,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q20type_3_type_4,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q22confl_tradeoffs,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q23ss_out_uncert,0.5833333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1,0.5833333333333334,0.16666666666666674
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q3type_1_planning,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.9166666666666666,0.8333333333333333
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q4type_2_generate,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q6type_5_cc,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q7type_7_battle,0.08333333333333333,24,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q8type_8_performance,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Hidden figures in a picture (Recall Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9afb1a0a9ec62d1f6a76383112b86c3084c1fa5e,Q9divisible_unitary,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9130434782608695,0.826086956521739
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q10maximizing,0.8571428571428571,21,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.8571428571428571,0.7142857142857142
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q11optimizing,0.38095238095238093,21,0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.6190476190476191,0.23809523809523814
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q13outcome_multip,0.85,20,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0,0.85,0.7
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q14sol_scheme_mul,0.42857142857142855,21,0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1,0.5714285714285714,0.1428571428571428
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q15dec_verifiability,0.9047619047619048,21,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9047619047619048,0.8095238095238095
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q16shared_knowledge,0.5714285714285714,21,1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0,0.5714285714285714,0.1428571428571428
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q17within_sys_sol,0.95,20,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.95,0.8999999999999999
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q18ans_recog,0.9047619047619048,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9047619047619048,0.8095238095238095
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q19time_solvability,0.8571428571428571,21,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.8571428571428571,0.7142857142857142
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q1concept_behav,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.9047619047619048,0.8095238095238095
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q20type_3_type_4,0.9047619047619048,21,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9047619047619048,0.8095238095238095
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q22confl_tradeoffs,0.14285714285714285,21,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0,0.8571428571428572,0.7142857142857144
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q23ss_out_uncert,0.23809523809523808,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.7619047619047619,0.5238095238095237
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q24eureka_question,0.14285714285714285,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.8571428571428572,0.7142857142857144
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q3type_1_planning,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9047619047619048,0.8095238095238095
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q4type_2_generate,0.14285714285714285,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.8571428571428572,0.7142857142857144
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q6type_5_cc,0.09523809523809523,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.9047619047619048,0.8095238095238095
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q7type_7_battle,0.38095238095238093,21,0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0,0.6190476190476191,0.23809523809523814
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q8type_8_performance,0.047619047619047616,21,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9523809523809523,0.9047619047619047
Hidden figures in a picture (Searching Task),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/807b07808432adef059cc23e2261979c4ac6fb34,Q9divisible_unitary,0.9523809523809523,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9523809523809523,0.9047619047619047
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q10maximizing,0.5833333333333334,24,1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0,0.5833333333333334,0.16666666666666674
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q11optimizing,0.75,24,1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1,0.75,0.5
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q13outcome_multip,0.5,24,0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.5,0
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q14sol_scheme_mul,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q15dec_verifiability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q16shared_knowledge,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q17within_sys_sol,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q18ans_recog,0.9583333333333334,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q19time_solvability,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q1concept_behav,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q20type_3_type_4,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q22confl_tradeoffs,0.5833333333333334,24,0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0,0.5833333333333334,0.16666666666666674
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q23ss_out_uncert,0.7083333333333334,24,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.7083333333333334,0.41666666666666674
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q24eureka_question,0.5217391304347826,23,0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.5217391304347826,0.04347826086956519
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q3type_1_planning,0.5833333333333334,24,1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1,0.5833333333333334,0.16666666666666674
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q4type_2_generate,0.125,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.875,0.75
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q6type_5_cc,0.20833333333333334,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.7916666666666666,0.5833333333333333
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q7type_7_battle,0.20833333333333334,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.7916666666666666,0.5833333333333333
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q8type_8_performance,0.43478260869565216,23,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1,0.5652173913043479,0.1304347826086958
Husbands and wives transfer,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/1c98f62f162c321565a1f3bcdff706ce38e2d134,Q9divisible_unitary,0.13636363636363635,22,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.8636363636363636,0.7272727272727273
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q10maximizing,0.625,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0,0.625,0.25
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q11optimizing,0.8333333333333334,24,1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.8333333333333334,0.6666666666666667
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q13outcome_multip,0.875,24,0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q14sol_scheme_mul,0.5833333333333334,24,1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0,0.5833333333333334,0.16666666666666674
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q15dec_verifiability,0.7916666666666666,24,0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.7916666666666666,0.5833333333333333
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q16shared_knowledge,0.16666666666666666,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.8333333333333334,0.6666666666666667
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q17within_sys_sol,0.5416666666666666,24,1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0,0.5416666666666666,0.08333333333333326
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q18ans_recog,0.25,24,1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.75,0.5
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q19time_solvability,0.5,24,1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0,0.5,0
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q1concept_behav,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q20type_3_type_4,0.5416666666666666,24,1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1,0.5416666666666666,0.08333333333333326
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q22confl_tradeoffs,0.08333333333333333,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q23ss_out_uncert,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q24eureka_question,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q3type_1_planning,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q4type_2_generate,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q6type_5_cc,0.20833333333333334,24,0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0,0.7916666666666666,0.5833333333333333
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q7type_7_battle,0.20833333333333334,24,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0,0.7916666666666666,0.5833333333333333
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q8type_8_performance,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Image rating,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/81647e66eb5682dece8b3d39f5c8756372d951e5,Q9divisible_unitary,0.22727272727272727,22,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1,0.7727272727272727,0.5454545454545454
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q10maximizing,0.6363636363636364,22,1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0,0.6363636363636364,0.2727272727272727
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q11optimizing,0.18181818181818182,22,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8181818181818181,0.6363636363636362
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q13outcome_multip,0.3181818181818182,22,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1,0.6818181818181819,0.36363636363636376
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q14sol_scheme_mul,0.22727272727272727,22,0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7727272727272727,0.5454545454545454
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q15dec_verifiability,0.36363636363636365,22,0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.6363636363636364,0.2727272727272727
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q16shared_knowledge,0.2727272727272727,22,0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1,0.7272727272727273,0.4545454545454546
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q17within_sys_sol,0.6363636363636364,22,1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.6363636363636364,0.2727272727272727
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q18ans_recog,0.3333333333333333,21,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.6666666666666667,0.3333333333333335
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q19time_solvability,0.36363636363636365,22,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.6363636363636364,0.2727272727272727
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q1concept_behav,0,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q20type_3_type_4,0.4090909090909091,22,0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.5909090909090908,0.18181818181818166
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q22confl_tradeoffs,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q23ss_out_uncert,1,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q24eureka_question,0.045454545454545456,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9545454545454546,0.9090909090909092
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q3type_1_planning,0.13636363636363635,22,0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8636363636363636,0.7272727272727273
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q4type_2_generate,0.09090909090909091,22,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9090909090909091,0.8181818181818181
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q6type_5_cc,0.09090909090909091,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9090909090909091,0.8181818181818181
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q7type_7_battle,0.6818181818181818,22,0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0,0.6818181818181818,0.36363636363636354
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q8type_8_performance,0.13636363636363635,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8636363636363636,0.7272727272727273
Intergroup Prisoner's Dilemma,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/9bb533db0586afbccce5529c63363f22d2182d5a,Q9divisible_unitary,0.23809523809523808,21,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.7619047619047619,0.5238095238095237
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q10maximizing,0.6521739130434783,23,0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1,0.6521739130434783,0.30434782608695654
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q11optimizing,0.08695652173913043,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q13outcome_multip,0.21739130434782608,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.782608695652174,0.5652173913043479
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q14sol_scheme_mul,0.21739130434782608,23,1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.782608695652174,0.5652173913043479
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q15dec_verifiability,0.34782608695652173,23,1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.6521739130434783,0.30434782608695654
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q16shared_knowledge,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.8260869565217391,0.6521739130434783
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q17within_sys_sol,0.6666666666666666,21,1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.6666666666666666,0.33333333333333326
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q18ans_recog,0.22727272727272727,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7727272727272727,0.5454545454545454
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q19time_solvability,0.22727272727272727,22,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7727272727272727,0.5454545454545454
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q20type_3_type_4,0.2608695652173913,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.7391304347826086,0.4782608695652173
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q22confl_tradeoffs,0.8260869565217391,23,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1,0.8260869565217391,0.6521739130434783
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q23ss_out_uncert,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q24eureka_question,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q3type_1_planning,0.21739130434782608,23,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.782608695652174,0.5652173913043479
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q4type_2_generate,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q6type_5_cc,0.17391304347826086,23,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8260869565217391,0.6521739130434783
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q7type_7_battle,0.22727272727272727,22,0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7727272727272727,0.5454545454545454
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q8type_8_performance,0.13043478260869565,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Investment Game (aka Trust Game),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b464eae750b4fdb1919fc77d119bb068ce81f689,Q9divisible_unitary,0.22727272727272727,22,0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7727272727272727,0.5454545454545454
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q10maximizing,0.17391304347826086,23,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q11optimizing,0.8260869565217391,23,1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.8260869565217391,0.6521739130434783
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q13outcome_multip,0.8260869565217391,23,1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0,0.8260869565217391,0.6521739130434783
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q14sol_scheme_mul,0.2608695652173913,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0,0.7391304347826086,0.4782608695652173
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q15dec_verifiability,0.9130434782608695,23,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9130434782608695,0.826086956521739
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q16shared_knowledge,0.4782608695652174,23,0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1,0.5217391304347826,0.04347826086956519
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q17within_sys_sol,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q18ans_recog,0.782608695652174,23,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1,0.782608695652174,0.5652173913043479
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q19time_solvability,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9090909090909091,0.8181818181818181
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q20type_3_type_4,0.782608695652174,23,1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1,0.782608695652174,0.5652173913043479
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q22confl_tradeoffs,0.7391304347826086,23,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1,0.7391304347826086,0.4782608695652173
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q23ss_out_uncert,0.8636363636363636,22,1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q24eureka_question,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.8260869565217391,0.6521739130434783
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q3type_1_planning,0.30434782608695654,23,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1,0.6956521739130435,0.3913043478260869
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q4type_2_generate,0.21739130434782608,23,0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.782608695652174,0.5652173913043479
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q6type_5_cc,0.9130434782608695,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.9130434782608695,0.826086956521739
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q7type_7_battle,0.21739130434782608,23,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0,0.782608695652174,0.5652173913043479
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q8type_8_performance,0.5,22,1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0,0.5,0
Investment game (hidden-profile),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c39441ba1bed444eb1f9f8900dce7b4328413d05,Q9divisible_unitary,0.17391304347826086,23,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0,0.8260869565217391,0.6521739130434783
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q10maximizing,0.5714285714285714,21,1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0,0.5714285714285714,0.1428571428571428
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q11optimizing,0.38095238095238093,21,0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0,0.6190476190476191,0.23809523809523814
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q13outcome_multip,0.5714285714285714,21,1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1,0.5714285714285714,0.1428571428571428
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q14sol_scheme_mul,0.19047619047619047,21,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1,0.8095238095238095,0.6190476190476191
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q15dec_verifiability,0.7,20,1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1,0.7,0.3999999999999999
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q16shared_knowledge,0.3333333333333333,21,1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1,0.6666666666666667,0.3333333333333335
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q17within_sys_sol,0.8571428571428571,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.8571428571428571,0.7142857142857142
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q18ans_recog,0.47619047619047616,21,1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1,0.5238095238095238,0.04761904761904767
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q19time_solvability,0.6666666666666666,21,1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1,0.6666666666666666,0.33333333333333326
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q1concept_behav,0.3333333333333333,21,0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0,0.6666666666666667,0.3333333333333335
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q20type_3_type_4,0.6666666666666666,21,1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 1,0.6666666666666666,0.33333333333333326
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q22confl_tradeoffs,0.9523809523809523,21,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9523809523809523,0.9047619047619047
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q23ss_out_uncert,0.9047619047619048,21,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9047619047619048,0.8095238095238095
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q24eureka_question,0.14285714285714285,21,0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8571428571428572,0.7142857142857144
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q3type_1_planning,0.23809523809523808,21,0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.7619047619047619,0.5238095238095237
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q4type_2_generate,0.14285714285714285,21,0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.8571428571428572,0.7142857142857144
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q6type_5_cc,0.3333333333333333,21,0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.6666666666666667,0.3333333333333335
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q7type_7_battle,0.5789473684210527,19,1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.5789473684210527,0.1578947368421053
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q8type_8_performance,0.19047619047619047,21,0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8095238095238095,0.6190476190476191
Iterated Snowdrift Game (With Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c0f53b90fd92c8c3c2a077d64f8ebb6e5095b482,Q9divisible_unitary,0.35,20,0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0,0.65,0.30000000000000004
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q10maximizing,0.5,22,1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0,0.5,0
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q11optimizing,0.3181818181818182,22,0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0,0.6818181818181819,0.36363636363636376
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q13outcome_multip,0.5909090909090909,22,0 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.5909090909090909,0.18181818181818188
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q14sol_scheme_mul,0.2727272727272727,22,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0,0.7272727272727273,0.4545454545454546
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q15dec_verifiability,0.6363636363636364,22,0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0,0.6363636363636364,0.2727272727272727
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q16shared_knowledge,0.4090909090909091,22,0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0,0.5909090909090908,0.18181818181818166
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q17within_sys_sol,0.9090909090909091,22,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q18ans_recog,0.7727272727272727,22,0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.7727272727272727,0.5454545454545454
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q19time_solvability,0.6363636363636364,22,0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0,0.6363636363636364,0.2727272727272727
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q1concept_behav,0.42857142857142855,21,0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0,0.5714285714285714,0.1428571428571428
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q20type_3_type_4,0.5909090909090909,22,0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0,0.5909090909090909,0.18181818181818188
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q22confl_tradeoffs,0.9090909090909091,22,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9090909090909091,0.8181818181818181
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q23ss_out_uncert,0.7272727272727273,22,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1,0.7272727272727273,0.4545454545454546
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q24eureka_question,0.22727272727272727,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0,0.7727272727272727,0.5454545454545454
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q3type_1_planning,0.13636363636363635,22,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8636363636363636,0.7272727272727273
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q4type_2_generate,0.09090909090909091,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.9090909090909091,0.8181818181818181
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q6type_5_cc,0.18181818181818182,22,0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8181818181818181,0.6363636363636362
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q7type_7_battle,0.45454545454545453,22,1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0,0.5454545454545454,0.09090909090909083
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q8type_8_performance,0.2727272727272727,22,1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.7272727272727273,0.4545454545454546
Iterated Snowdrift Game (Without Punishment),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/b501c7cad950a851b23d1fce6d3ec461136ab32e,Q9divisible_unitary,0.23809523809523808,21,0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0,0.7619047619047619,0.5238095238095237
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q10maximizing,0.625,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1,0.625,0.25
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q11optimizing,0.5,24,0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0,0.5,0
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q13outcome_multip,0.8181818181818182,22,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.8181818181818182,0.6363636363636365
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q14sol_scheme_mul,0.25,24,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0,0.75,0.5
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q15dec_verifiability,0.8333333333333334,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.8333333333333334,0.6666666666666667
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q16shared_knowledge,1,24,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q17within_sys_sol,0.9166666666666666,24,1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9166666666666666,0.8333333333333333
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q18ans_recog,0.5,24,0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.5,0
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q19time_solvability,0.875,24,0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.875,0.75
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q1concept_behav,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9583333333333334,0.9166666666666667
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q20type_3_type_4,0.9583333333333334,24,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9583333333333334,0.9166666666666667
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q22confl_tradeoffs,0.75,24,1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1,0.75,0.5
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q23ss_out_uncert,0.875,24,0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.875,0.75
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q24eureka_question,0.125,24,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.875,0.75
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q3type_1_planning,0.25,24,0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.75,0.5
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q4type_2_generate,0.125,24,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.875,0.75
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q6type_5_cc,0.041666666666666664,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9583333333333334,0.9166666666666667
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q7type_7_battle,0.08333333333333333,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9166666666666666,0.8333333333333333
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q8type_8_performance,0,24,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Iterative lemonade stand task,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/61f92dbd5e19bf4eb4b08972a22eb0e8f5b6ec06,Q9divisible_unitary,0.21739130434782608,23,0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.782608695652174,0.5652173913043479
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q10maximizing,0.8695652173913043,23,1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q11optimizing,0.7391304347826086,23,1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1,0.7391304347826086,0.4782608695652173
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q13outcome_multip,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9565217391304348,0.9130434782608696
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q14sol_scheme_mul,0.6521739130434783,23,1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1,0.6521739130434783,0.30434782608695654
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q15dec_verifiability,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q16shared_knowledge,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1,0.9565217391304348,0.9130434782608696
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q17within_sys_sol,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q18ans_recog,0.8695652173913043,23,1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.8695652173913043,0.7391304347826086
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q19time_solvability,0.9130434782608695,23,1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9130434782608695,0.826086956521739
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q20type_3_type_4,1,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q22confl_tradeoffs,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0,0.8695652173913043,0.7391304347826086
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q23ss_out_uncert,0.5909090909090909,22,1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1,0.5909090909090909,0.18181818181818188
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q24eureka_question,0.21739130434782608,23,0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.782608695652174,0.5652173913043479
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q3type_1_planning,0.34782608695652173,23,0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.6521739130434783,0.30434782608695654
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q4type_2_generate,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8695652173913043,0.7391304347826086
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q6type_5_cc,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q7type_7_battle,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.8260869565217391,0.6521739130434783
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q8type_8_performance,0.13043478260869565,23,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Letters-to-numbers problems (cryptography),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/c56a651edbab57b147e65b73ad036ea92cc81fb9,Q9divisible_unitary,0.2857142857142857,21,0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7142857142857143,0.4285714285714286
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q10maximizing,0.5769230769230769,26,0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0,0.5769230769230769,0.15384615384615374
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q11optimizing,0.7692307692307693,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0,0.7692307692307693,0.5384615384615385
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q13outcome_multip,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q14sol_scheme_mul,0.3076923076923077,26,0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1,0.6923076923076923,0.3846153846153846
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q15dec_verifiability,0.9230769230769231,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9230769230769231,0.8461538461538463
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q16shared_knowledge,0.8846153846153846,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.8846153846153846,0.7692307692307692
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q17within_sys_sol,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q18ans_recog,0.9230769230769231,26,1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.9230769230769231,0.8461538461538463
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q19time_solvability,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q1concept_behav,0,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q20type_3_type_4,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q22confl_tradeoffs,0.38461538461538464,26,0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1,0.6153846153846154,0.23076923076923084
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q23ss_out_uncert,0.6923076923076923,26,1 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1,0.6923076923076923,0.3846153846153846
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q24eureka_question,0.3076923076923077,26,0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0,0.6923076923076923,0.3846153846153846
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q3type_1_planning,0.2692307692307692,26,0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0,0.7307692307692308,0.4615384615384617
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q4type_2_generate,0.15384615384615385,26,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8461538461538461,0.6923076923076923
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q6type_5_cc,0.11538461538461539,26,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8846153846153846,0.7692307692307692
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q7type_7_battle,0.23076923076923078,26,0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.7692307692307692,0.5384615384615383
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q8type_8_performance,0.15384615384615385,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0,0.8461538461538461,0.6923076923076923
Logic Problem,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/951fa3e663e027582f5d7b0df8956c9d33ab5690,Q9divisible_unitary,0.2692307692307692,26,1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1,0.7307692307692308,0.4615384615384617
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q10maximizing,0.64,25,1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 0 & 1,0.64,0.28
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q11optimizing,0.8461538461538461,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0,0.8461538461538461,0.6923076923076923
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q13outcome_multip,0.9230769230769231,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1,0.9230769230769231,0.8461538461538463
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q14sol_scheme_mul,0.46153846153846156,26,1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1,0.5384615384615384,0.07692307692307687
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q15dec_verifiability,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q16shared_knowledge,0.9615384615384616,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9615384615384616,0.9230769230769231
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q17within_sys_sol,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q18ans_recog,0.8076923076923077,26,1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0,0.8076923076923077,0.6153846153846154
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q19time_solvability,0.9230769230769231,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0,0.9230769230769231,0.8461538461538463
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q1concept_behav,0,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q20type_3_type_4,1,26,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,1,1
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q22confl_tradeoffs,0.2692307692307692,26,0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1,0.7307692307692308,0.4615384615384617
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q23ss_out_uncert,0.46153846153846156,26,0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1,0.5384615384615384,0.07692307692307687
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q24eureka_question,0.11538461538461539,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8846153846153846,0.7692307692307692
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q3type_1_planning,0.11538461538461539,26,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0,0.8846153846153846,0.7692307692307692
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q4type_2_generate,0.11538461538461539,26,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0,0.8846153846153846,0.7692307692307692
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q6type_5_cc,0.07692307692307693,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9230769230769231,0.8461538461538463
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q7type_7_battle,0.2,25,0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0,0.8,0.6000000000000001
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q8type_8_performance,0.07692307692307693,26,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9230769230769231,0.8461538461538463
Mastermind,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3e3bc094bd3bef84457f519fd02ab3e5217088c1,Q9divisible_unitary,0.16,25,0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1,0.84,0.6799999999999999
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q10maximizing,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q11optimizing,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9565217391304348,0.9130434782608696
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q13outcome_multip,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q14sol_scheme_mul,0.17391304347826086,23,0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.8260869565217391,0.6521739130434783
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q15dec_verifiability,0.13043478260869565,23,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.8695652173913043,0.7391304347826086
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q16shared_knowledge,0.18181818181818182,22,1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.8181818181818181,0.6363636363636362
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q17within_sys_sol,0.7727272727272727,22,1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1,0.7727272727272727,0.5454545454545454
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q18ans_recog,0.13636363636363635,22,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.8636363636363636,0.7272727272727273
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q19time_solvability,0.19047619047619047,21,0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.8095238095238095,0.6190476190476191
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q1concept_behav,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q20type_3_type_4,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.9565217391304348,0.9130434782608696
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q22confl_tradeoffs,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0,0.8260869565217391,0.6521739130434783
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q23ss_out_uncert,0.19047619047619047,21,0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.8095238095238095,0.6190476190476191
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q24eureka_question,0,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q3type_1_planning,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8260869565217391,0.6521739130434783
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q4type_2_generate,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8695652173913043,0.7391304347826086
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q6type_5_cc,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8695652173913043,0.7391304347826086
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q7type_7_battle,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q8type_8_performance,0.08695652173913043,23,1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Minimal Group Paradigm (study diversity),https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3ed563b352b519b887c83522c58ddcbddc8b2291,Q9divisible_unitary,0.2608695652173913,23,0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1,0.7391304347826086,0.4782608695652173
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q10maximizing,0.5217391304347826,23,0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 1,0.5217391304347826,0.04347826086956519
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q11optimizing,0.5217391304347826,23,1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1,0.5217391304347826,0.04347826086956519
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q13outcome_multip,0.6086956521739131,23,1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 0,0.6086956521739131,0.21739130434782616
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q14sol_scheme_mul,0.391304347826087,23,1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0,0.6086956521739131,0.21739130434782616
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q15dec_verifiability,0.6956521739130435,23,1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 1,0.6956521739130435,0.3913043478260869
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q16shared_knowledge,0.391304347826087,23,1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0,0.6086956521739131,0.21739130434782616
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q17within_sys_sol,0.6521739130434783,23,1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.6521739130434783,0.30434782608695654
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q18ans_recog,0.5652173913043478,23,1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1,0.5652173913043478,0.13043478260869557
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q19time_solvability,0.43478260869565216,23,0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1,0.5652173913043479,0.1304347826086958
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q20type_3_type_4,0.4782608695652174,23,0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1,0.5217391304347826,0.04347826086956519
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q22confl_tradeoffs,0.5652173913043478,23,0 & 0 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1,0.5652173913043478,0.13043478260869557
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q23ss_out_uncert,0.8260869565217391,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 1,0.8260869565217391,0.6521739130434783
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q24eureka_question,0.13043478260869565,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0,0.8695652173913043,0.7391304347826086
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q3type_1_planning,0.13043478260869565,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8695652173913043,0.7391304347826086
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q4type_2_generate,0.13043478260869565,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0,0.8695652173913043,0.7391304347826086
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q6type_5_cc,0.08695652173913043,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9130434782608696,0.8260869565217392
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q7type_7_battle,0.391304347826087,23,1 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 1,0.6086956521739131,0.21739130434782616
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q8type_8_performance,0.17391304347826086,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 1,0.8260869565217391,0.6521739130434783
Minimum-effort tacit coordination game,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/3d4b3029fdc8eee10b845f35bdb7c46e54636726,Q9divisible_unitary,0.13636363636363635,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0,0.8636363636363636,0.7272727272727273
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q10maximizing,0.13043478260869565,23,1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.8695652173913043,0.7391304347826086
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q11optimizing,0.5652173913043478,23,1 & 0 & 1 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1,0.5652173913043478,0.13043478260869557
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q13outcome_multip,0.391304347826087,23,1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0,0.6086956521739131,0.21739130434782616
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q14sol_scheme_mul,0.2608695652173913,23,1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 1 & 0,0.7391304347826086,0.4782608695652173
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q15dec_verifiability,0.3181818181818182,22,0 & 0 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.6818181818181819,0.36363636363636376
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q16shared_knowledge,0.043478260869565216,23,0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q17within_sys_sol,0.8095238095238095,21,1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1,0.8095238095238095,0.6190476190476191
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q18ans_recog,0.3181818181818182,22,0 & 1 & 0 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 1,0.6818181818181819,0.36363636363636376
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q19time_solvability,0.43478260869565216,23,0 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 1,0.5652173913043479,0.1304347826086958
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q1concept_behav,0,23,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q20type_3_type_4,0.18181818181818182,22,0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0,0.8181818181818181,0.6363636363636362
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q22confl_tradeoffs,0.8636363636363636,22,1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1,0.8636363636363636,0.7272727272727273
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q23ss_out_uncert,0.5909090909090909,22,0 & 1 & 1 & 0 & 1 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 0 & 0 & 0 & 1 & 0 & 1 & 1 & 1 & 0,0.5909090909090909,0.18181818181818188
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q24eureka_question,0,22,0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,1,1
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q3type_1_planning,0.21739130434782608,23,0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 0 & 0 & 0 & 0,0.782608695652174,0.5652173913043479
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q4type_2_generate,0.30434782608695654,23,1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1 & 0 & 0 & 1 & 1,0.6956521739130435,0.3913043478260869
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q6type_5_cc,0.9565217391304348,23,1 & 1 & 1 & 1 & 1 & 1 & 1 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1 & 1,0.9565217391304348,0.9130434782608696
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q7type_7_battle,0.043478260869565216,23,0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0,0.9565217391304348,0.9130434782608696
Mock jury,https://api.github.com/repos/Watts-Lab/task-mapping/git/blobs/df0badb889715b1714c5d8f6ac9c2774b5198c06,Q8type_8_performance,0.5652173913043478,23,1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 0 & 1 & 1 & 1 & 1 & 0 & 1 & 0 & 1 & 0 & 0 & 0 & 0 & 1 & 1,0.5652173913043478,0.13043478260869557