diff --git a/questions/yamls/041.yaml b/questions/yamls/041.yaml new file mode 100644 index 0000000000000000000000000000000000000000..558bc459fd5ddd6cec1286021bc333f854ae9071 --- /dev/null +++ b/questions/yamls/041.yaml @@ -0,0 +1,16 @@ +category: Chair +name: applaro +video_id: S3bH_dNQ4Mw +frame_idx: 0 +question_category: "mating" +template_type: "1part" +question_params: + query_part: + - "2" +options: + - "raw": "0" + - "raw": "4" + - "raw": "1" +correct_option: + "raw": ["0", "4"] + "idx": [0, 1] diff --git a/questions/yamls/042.yaml b/questions/yamls/042.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4a73468369e6ac6db870a05b72eaf3bffb0d0a89 --- /dev/null +++ b/questions/yamls/042.yaml @@ -0,0 +1,13 @@ +category: Chair +name: applaro +video_id: S3bH_dNQ4Mw +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["2", "1"] + - "raw": ["2", "4"] + - "raw": ["2", "0"] +correct_option: + "raw": [["2", "4"], ["2", "0"]] + "idx": [1, 2] diff --git a/questions/yamls/043.yaml b/questions/yamls/043.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3173ba0dd4e061baf42282791105802784b3b3cb --- /dev/null +++ b/questions/yamls/043.yaml @@ -0,0 +1,13 @@ +category: Chair +name: applaro +video_id: S3bH_dNQ4Mw +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["2", "1"] + - "raw": ["1", "3"] + - "raw": ["1", "5"] +correct_option: + "raw": [["1", "3"], ["1", "5"]] + "idx": [1, 2] diff --git a/questions/yamls/044.yaml b/questions/yamls/044.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0b9007259061c3e0a99f002761bf33f26c143b17 --- /dev/null +++ b/questions/yamls/044.yaml @@ -0,0 +1,13 @@ +category: Chair +name: applaro +video_id: S3bH_dNQ4Mw +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["5", "1"] + - "raw": ["5", "0"] + - "raw": ["5", "2"] +correct_option: + "raw": [["5", "1"], ["5", "0"]] + "idx": [0, 1] diff --git a/questions/yamls/045.yaml b/questions/yamls/045.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7f95559bd58922d117e2ffa2a5197e04eefe631 --- /dev/null +++ b/questions/yamls/045.yaml @@ -0,0 +1,15 @@ +category: Shelf +name: laiva +video_id: -DQCye36pJE +frame_idx: 0 +question_category: "temporal_ord" +template_type: "edge_order" +options: + - "raw": [["12", "14"], ["11", "13"], ["18", "16"], ["17", "15"]] + - "raw": [["17", "15"], ["18", "16"], ["11", "13"], ["12", "14"]] + - "raw": [["12", "14"], ["11", "13"], ["17", "15"], ["18", "16"]] + - "raw": [["12", "14"], ["17", "15"], ["11", "13"], ["18", "16"]] +correct_option: + "raw": [["17", "15"], ["18", "16"], ["11", "13"], ["12", "14"]] + "idx": 1 # 0-indexed + diff --git a/questions/yamls/046.yaml b/questions/yamls/046.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e1d186ed659702a1e0084d7b7fd15ed1871b5c61 --- /dev/null +++ b/questions/yamls/046.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "2": "7" + - "7": "5" + - "5": "0" + - "3": "4" + - "4": "3" +options: + - "raw": [["0", "2"], ["2", "7"], ["7", "5"], ["5", "0"], ["3", "4"]] + - "raw": [["0", "7"], ["2", "2"], ["7", "0"], ["5", "5"], ["3", "4"]] + - "raw": [["0", "0"], ["2", "5"], ["7", "2"], ["5", "7"], ["3", "4"]] + - "raw": [["0", "5"], ["2", "0"], ["7", "2"], ["5", "7"], ["3", "4"]] +correct_option: + "raw": [["0", "2"], ["2", "7"], ["7", "5"], ["5", "0"], ["3", "4"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/047.yaml b/questions/yamls/047.yaml new file mode 100644 index 0000000000000000000000000000000000000000..36ddafe7841fa61dfede39964e6701a95a36d334 --- /dev/null +++ b/questions/yamls/047.yaml @@ -0,0 +1,25 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: "tracking" +template_type: "track_single" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "2": "7" + - "7": "5" + - "5": "0" + - "3": "4" + - "4": "3" +question_params: + query_part: + - "0" +options: + - "raw": "7" + - "raw": "5" + - "raw": "2" + - "raw": "0" +correct_option: + "raw": "2" + "idx": 2 # 0-indexed + diff --git a/questions/yamls/048.yaml b/questions/yamls/048.yaml new file mode 100644 index 0000000000000000000000000000000000000000..90cffd356ba85ee115f67ab6b106a1f2612a9388 --- /dev/null +++ b/questions/yamls/048.yaml @@ -0,0 +1,15 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: 1890 +question_category: "temporal_loc" +template_type: "latest_change" +options: + - "raw": "1" + - "raw": "6" + - "raw": "3" + - "raw": "0" +correct_option: + "raw": "6" + "idx": 1 # 0-indexed + diff --git a/questions/yamls/049.yaml b/questions/yamls/049.yaml new file mode 100644 index 0000000000000000000000000000000000000000..72cc310ded461604a401fd5013eba256ce5cb3cd --- /dev/null +++ b/questions/yamls/049.yaml @@ -0,0 +1,26 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: [30, 311] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "1": "0" + - "2": "1" + - "3": "4" + - "4": "5" + - "5": "3" + - "6": "9" + - "7": "8" + - "8": "6" + - "9": "7" +options: + - "raw": [["0", "1"], ["1", "0"], ["2", "2"]] + - "raw": [["0", "2"], ["1", "0"], ["2", "1"]] + - "raw": [["0", "0"], ["1", "1"], ["2", "2"]] + - "raw": [["0", "1"], ["1", "2"], ["2", "0"]] +correct_option: + "raw": [["0", "2"], ["1", "0"], ["2", "1"]] + "idx": 1 # 0-indexed + diff --git a/questions/yamls/050.yaml b/questions/yamls/050.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e919b912d97291c446e9779eb707f3755297322d --- /dev/null +++ b/questions/yamls/050.yaml @@ -0,0 +1,29 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: [30, 311] # order sensititve +question_category: "tracking" +template_type: "track_single" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "1": "0" + - "2": "1" + - "3": "4" + - "4": "5" + - "5": "3" + - "6": "9" + - "7": "8" + - "8": "6" + - "9": "7" +question_params: + query_part: + - "7" +options: + - "raw": "7" + - "raw": "9" + - "raw": "8" + - "raw": "6" +correct_option: + "raw": "8" + "idx": 2 # 0-indexed + diff --git a/questions/yamls/051.yaml b/questions/yamls/051.yaml new file mode 100644 index 0000000000000000000000000000000000000000..26edaf1711d3157bd6faa2469e2bd8808009aec8 --- /dev/null +++ b/questions/yamls/051.yaml @@ -0,0 +1,26 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: [95, 311] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "1": "0" + - "2": "1" + - "3": "4" + - "4": "5" + - "5": "3" + - "6": "9" + - "7": "8" + - "8": "6" + - "9": "7" +options: + - "raw": [["0", "1"], ["1", "0"], ["2", "2"]] + - "raw": [["0", "2"], ["1", "1"], ["2", "0"]] + - "raw": [["0", "2"], ["1", "0"], ["2", "1"]] + - "raw": [["0", "1"], ["1", "2"], ["2", "0"]] +correct_option: + "raw": [["0", "2"], ["1", "0"], ["2", "1"]] + "idx": 2 # 0-indexed + diff --git a/questions/yamls/052.yaml b/questions/yamls/052.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3fed3544b06943f1dcb29dcfb2c0af78a73f3e81 --- /dev/null +++ b/questions/yamls/052.yaml @@ -0,0 +1,26 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: [95, 311] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "1": "0" + - "2": "1" + - "3": "4" + - "4": "5" + - "5": "3" + - "6": "9" + - "7": "8" + - "8": "6" + - "9": "7" +options: + - "raw": [["6", "7"], ["7", "6"], ["8", "9"], ["9", "8"]] + - "raw": [["6", "8"], ["7", "9"], ["8", "7"], ["9", "6"]] + - "raw": [["6", "9"], ["7", "8"], ["8", "6"], ["9", "7"]] + - "raw": [["6", "6"], ["7", "7"], ["8", "8"], ["9", "9"]] +correct_option: + "raw": [["6", "9"], ["7", "8"], ["8", "6"], ["9", "7"]] + "idx": 2 # 0-indexed + diff --git a/questions/yamls/053.yaml b/questions/yamls/053.yaml new file mode 100644 index 0000000000000000000000000000000000000000..695931c04a70e742abab6c6b678fbad94c43a155 --- /dev/null +++ b/questions/yamls/053.yaml @@ -0,0 +1,24 @@ +category: Misc +name: satsumas_2 +video_id: Mznn3UeAV24 +frame_idx: [303, 0] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "1": "0" + - "2": "1" + - "6": "9" + - "7": "8" + - "8": "6" + - "9": "7" +options: + - "raw": [["0", "1"], ["1", "0"]] + - "raw": [["0", "2"], ["1", "0"]] + - "raw": [["0", "2"], ["1", "1"]] + - "raw": [["0", "1"], ["1", "2"]] +correct_option: + "raw": [["0", "2"], ["1", "0"]] + "idx": 1 # 0-indexed + + diff --git a/questions/yamls/054.yaml b/questions/yamls/054.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c105936cbee399b039367912be768b7eae6d3467 --- /dev/null +++ b/questions/yamls/054.yaml @@ -0,0 +1,22 @@ +category: Misc +name: satsumas_2 +video_id: Mznn3UeAV24 +frame_idx: [303, 0] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "2" + - "1": "0" + - "2": "1" + - "6": "7" + - "7": "8" + - "8": "6" +options: + - "raw": [["6", "6"], ["7", "7"], ["8", "8"]] + - "raw": [["6", "7"], ["7", "6"], ["8", "7"]] + - "raw": [["6", "7"], ["7", "8"], ["8", "6"]] + - "raw": [["6", "8"], ["7", "6"], ["8", "7"]] +correct_option: + "raw": [["6", "7"], ["7", "8"], ["8", "6"]] + "idx": 2 # 0-indexed + diff --git a/questions/yamls/055.yaml b/questions/yamls/055.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f270b380f53b6c70e3daf7bfc8255aa9c0bf97e4 --- /dev/null +++ b/questions/yamls/055.yaml @@ -0,0 +1,22 @@ +category: Misc +name: vittsjo_2 +video_id: MsbHf4RuvF8 +frame_idx: [19, 22] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "4" + - "1": "6" + - "2": "5" + - "4": "0" + - "5": "2" + - "6": "1" +options: + - "raw": [["2", "5"], ["1", "6"], ["5", "2"], ["6", "1"]] + - "raw": [["2", "1"], ["1", "2"], ["5", "6"], ["6", "5"]] + - "raw": [["2", "1"], ["1", "5"], ["5", "6"], ["6", "2"]] + - "raw": [["2", "6"], ["1", "5"], ["5", "2"], ["6", "1"]] +correct_option: + "raw": [["2", "5"], ["1", "6"], ["5", "2"], ["6", "1"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/056.yaml b/questions/yamls/056.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c0e015ed0017e1dd30f6c27366108ff89543072e --- /dev/null +++ b/questions/yamls/056.yaml @@ -0,0 +1,25 @@ +category: Misc +name: vittsjo_2 +video_id: MsbHf4RuvF8 +frame_idx: [19, 22] # order sensititve +question_category: "tracking" +template_type: "track_single" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "4" + - "1": "6" + - "2": "5" + - "4": "0" + - "5": "2" + - "6": "1" +question_params: + query_part: + - "0" +options: + - "raw": "1" + - "raw": "2" + - "raw": "6" + - "raw": "4" +correct_option: + "raw": "4" + "idx": 3 # 0-indexed + diff --git a/questions/yamls/057.yaml b/questions/yamls/057.yaml new file mode 100644 index 0000000000000000000000000000000000000000..05623e9cc8041bb27e35c0c7c4718b6085422f85 --- /dev/null +++ b/questions/yamls/057.yaml @@ -0,0 +1,19 @@ +category: Misc +name: vesken +video_id: ZyPg4wfBCcs +frame_idx: [0, 105] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "0": "1" + - "1": "2" + - "2": "0" +options: + - "raw": [["0", "2"], ["1", "0"], ["2", "1"]] + - "raw": [["0", "1"], ["1", "2"], ["2", "0"]] + - "raw": [["0", "0"], ["1", "1"], ["2", "2"]] + - "raw": [["0", "2"], ["1", "1"], ["2", "0"]] +correct_option: + "raw": [["0", "1"], ["1", "2"], ["2", "0"]] + "idx": 1 # 0-indexed + diff --git a/questions/yamls/058.yaml b/questions/yamls/058.yaml new file mode 100644 index 0000000000000000000000000000000000000000..beeb5688b564a48643a5af82abb2b03b41230ad4 --- /dev/null +++ b/questions/yamls/058.yaml @@ -0,0 +1,20 @@ +category: Misc +name: vesken +video_id: RSLLplYxmv0 +frame_idx: [2, 83] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping (do it symmetrically) + - "7": "8" + - "8": "7" + - "9": "10" + - "10": "9" +options: + - "raw": [["7", "8"], ["8", "7"], ["9", "10"], ["10", "9"]] + - "raw": [["7", "10"], ["8", "9"], ["9", "8"], ["10", "7"]] + - "raw": [["7", "9"], ["8", "10"], ["9", "7"], ["10", "8"]] + - "raw": [["7", "7"], ["8", "8"], ["9", "9"], ["10", "10"]] +correct_option: + "raw": [["7", "8"], ["8", "7"], ["9", "10"], ["10", "9"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/059.yaml b/questions/yamls/059.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17e2afa236b87a1cb8183ad05e9cef54d1313030 --- /dev/null +++ b/questions/yamls/059.yaml @@ -0,0 +1,15 @@ +category: Misc +name: vesken +video_id: RSLLplYxmv0 +frame_idx: 83 +question_category: "temporal_ord" +template_type: "edge_order" +options: + - "raw": [["8", "2"], ["10", "2"], ["9", "2"], ["7", "2"]] + - "raw": [["7", "2"], ["10", "2"], ["9", "2"], ["8", "2"]] + - "raw": [["8", "2"], ["9", "2"], ["10", "2"], ["7", "2"]] + - "raw": [["7", "2"], ["8", "2"], ["9", "2"], ["10", "2"]] +correct_option: + "raw": [["8", "2"], ["10", "2"], ["9", "2"], ["7", "2"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/060.yaml b/questions/yamls/060.yaml new file mode 100644 index 0000000000000000000000000000000000000000..308f076c75af6123e03a9eb7663566935c580063 --- /dev/null +++ b/questions/yamls/060.yaml @@ -0,0 +1,15 @@ +category: Misc +name: vesken +video_id: RSLLplYxmv0 +frame_idx: 83 +question_category: "temporal_loc" +template_type: "latest_change" +options: + - "raw": "7" + - "raw": "8" + - "raw": "9" + - "raw": "10" +correct_option: + "raw": "7" + "idx": 0 # 0-indexed + diff --git a/questions/yamls/062.yaml b/questions/yamls/062.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e761a1b025a403676bb6a7b19d10163ba36fdd32 --- /dev/null +++ b/questions/yamls/062.yaml @@ -0,0 +1,27 @@ +category: Bench +name: applaro_3 +video_id: WWdR52SIjQU +frame_idx: [0, 4] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "2": "12" + - "3": "7" + - "7": "3" + - "12": "2" + - "8": "10" + - "10": "8" + - "11": "1" + - "1": "11" + - "4": "5" + - "5": "4" + - "6": "6" +options: + - "raw": [["12", "2"], ["7", "3"], ["4","5"], ["8", "10"]] + - "raw": [["12", "3"], ["7", "2"], ["4","10"], ["8", "5"]] + - "raw": [["12", "10"], ["7", "5"], ["4","2"], ["8", "3"]] + - "raw": [["12", "3"], ["7", "2"], ["4","5"], ["8", "10"]] +correct_option: + "raw": [["12", "2"], ["7", "3"], ["4","5"], ["8", "10"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/064.yaml b/questions/yamls/064.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cbb6169778921ee4b50b385570b7f92e12ebb3cb --- /dev/null +++ b/questions/yamls/064.yaml @@ -0,0 +1,20 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: [1, 72] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "3": "4" + - "4": "3" + - "2": "5" + - "5": "2" +options: + - "raw": [["3", "4"], ["2", "5"], ["5", "2"]] + - "raw": [["3", "3"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "4"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "5"], ["2", "3"], ["5", "2"]] +correct_option: + "raw": [["3", "4"], ["2", "5"], ["5", "2"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/065.yaml b/questions/yamls/065.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fe2005cbe97c9c8570c0cd6d5fcc94b7dde876fe --- /dev/null +++ b/questions/yamls/065.yaml @@ -0,0 +1,20 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: [1, 179] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "3": "4" + - "4": "3" + - "2": "5" + - "5": "2" +options: + - "raw": [["3", "4"], ["4", "3"], ["2", "5"], ["5", "2"]] + - "raw": [["3", "3"], ["4", "4"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "4"], ["4", "3"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "5"], ["4", "4"], ["2", "3"], ["5", "2"]] +correct_option: + "raw": [["3", "4"], ["4", "3"], ["2", "5"], ["5", "2"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/066.yaml b/questions/yamls/066.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5c12ce8153a34aa9cbab2b48f687bfa2675fc39c --- /dev/null +++ b/questions/yamls/066.yaml @@ -0,0 +1,20 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: [1, 116] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "3": "4" + - "4": "3" + - "2": "5" + - "5": "2" +options: + - "raw": [["3", "4"], ["4", "3"], ["2", "5"], ["5", "2"]] + - "raw": [["3", "3"], ["4", "4"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "4"], ["4", "3"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "5"], ["4", "4"], ["2", "3"], ["5", "2"]] +correct_option: + "raw": [["3", "4"], ["4", "3"], ["2", "5"], ["5", "2"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/067.yaml b/questions/yamls/067.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b8b47f491170c09d339f90f4288a3a53086b2146 --- /dev/null +++ b/questions/yamls/067.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: [116, 185] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "2": "3" + - "3": "5" + - "5": "2" +options: + - "raw": [["3", "5"], ["2", "3"], ["5", "2"]] + - "raw": [["3", "3"], ["2", "2"], ["5", "5"]] + - "raw": [["3", "2"], ["2", "3"], ["5", "5"]] + - "raw": [["3", "2"], ["2", "5"], ["5", "3"]] +correct_option: + "raw": [["3", "5"], ["2", "3"], ["5", "2"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/068.yaml b/questions/yamls/068.yaml new file mode 100644 index 0000000000000000000000000000000000000000..38bcc2ee78d43c9f9dc53e59150f994e96623a9e --- /dev/null +++ b/questions/yamls/068.yaml @@ -0,0 +1,15 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: 116 +question_category: "temporal_ord" +template_type: "edge_order" +options: + - "raw": [["0", "3"], ["0", "5"], ["0", "2"], ["0", "4"], ["0", "1"]] + - "raw": [["0", "4"], ["0", "3"], ["0", "2"], ["0", "4"], ["0", "1"]] + - "raw": [["0", "4"], ["0", "3"], ["0", "4"], ["0", "2"], ["0", "1"]] + - "raw": [["0", "3"], ["0", "4"], ["0", "5"], ["0", "2"], ["0", "1"]] +correct_option: + "raw": [["0", "3"], ["0", "5"], ["0", "2"], ["0", "4"], ["0", "1"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/069.yaml b/questions/yamls/069.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0adaec42cf0cd7769e131e82c993eee6168e0042 --- /dev/null +++ b/questions/yamls/069.yaml @@ -0,0 +1,15 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: 1 +question_category: "temporal_ord" +template_type: "edge_order" +options: + - "raw": [["0", "3"], ["0", "5"], ["0", "2"], ["0", "4"], ["0", "1"]] + - "raw": [["0", "4"], ["0", "3"], ["0", "2"], ["0", "4"], ["0", "1"]] + - "raw": [["0", "4"], ["0", "3"], ["0", "4"], ["0", "2"], ["0", "1"]] + - "raw": [["0", "3"], ["0", "4"], ["0", "5"], ["0", "2"], ["0", "1"]] +correct_option: + "raw": [["0", "3"], ["0", "5"], ["0", "2"], ["0", "4"], ["0", "1"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/071.yaml b/questions/yamls/071.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e09da098b0a6430c009b8faca010d620e81d50cf --- /dev/null +++ b/questions/yamls/071.yaml @@ -0,0 +1,21 @@ +category: Chair +name: grubban +video_id: UyOsfaIK2hA +frame_idx: [0, 102] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "2": "4" + - "3": "2" + - "4": "3" + - "0": "1" + - "1": "0" +options: + - "raw": [["0", "1"], ["1", "0"], ["3", "2"], ["4", "3"]] + - "raw": [["0", "1"], ["1", "0"], ["3", "4"], ["4", "3"]] + - "raw": [["0", "0"], ["1", "1"], ["3", "3"], ["4", "4"]] + - "raw": [["0", "1"], ["1", "0"], ["3", "4"], ["4", "2"]] +correct_option: + "raw": [["0", "1"], ["1", "0"], ["3", "2"], ["4", "3"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/072.yaml b/questions/yamls/072.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7bcd52c21a5bb57ae903bf578c40def61ac9c0e7 --- /dev/null +++ b/questions/yamls/072.yaml @@ -0,0 +1,20 @@ +category: Chair +name: nordviken +video_id: P_QFo8h1SX8 +frame_idx: [31, 195] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "1": "1" + - "5": "4" + - "4": "2" + - "2": "5" +options: + - "raw": [["1", "1"], ["5", "4"], ["4", "2"], ["2", "5"]] + - "raw": [["1", "5"], ["5", "1"], ["4", "5"], ["2", "4"]] + - "raw": [["1", "1"], ["5", "2"], ["4", "5"], ["2", "4"]] + - "raw": [["1", "1"], ["5", "5"], ["4", "4"], ["2", "2"]] +correct_option: + "raw": [["1", "1"], ["5", "4"], ["4", "2"], ["2", "5"]] + "idx": 0 # 0-indexed + diff --git a/questions/yamls/073.yaml b/questions/yamls/073.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f6f0e071053c2fa4114303554f98ef34494a48a7 --- /dev/null +++ b/questions/yamls/073.yaml @@ -0,0 +1,22 @@ +category: Chair +name: nordviken +video_id: P_QFo8h1SX8 +frame_idx: [31, 195] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "1": "1" + - "5": "4" + - "4": "2" + - "2": "5" + - "0": "6" + - "6": "0" +options: + - "raw": [["0", "0"], ["6", "6"], ["5", "2"], ["4", "5"], ["2", "4"]] + - "raw": [["0", "6"], ["6", "0"], ["5", "2"], ["4", "5"], ["2", "4"]] + - "raw": [["0", "6"], ["6", "0"], ["5", "4"], ["4", "2"], ["2", "5"]] + - "raw": [["0", "0"], ["6", "6"], ["5", "5"], ["4", "4"], ["2", "2"]] +correct_option: + "raw": [["0", "6"], ["6", "0"], ["5", "4"], ["4", "2"], ["2", "5"]] + "idx": 2 # 0-indexed + diff --git a/questions/yamls/074.yaml b/questions/yamls/074.yaml new file mode 100644 index 0000000000000000000000000000000000000000..09d81844b3776f04fd45e820e9689c0b234ecd5d --- /dev/null +++ b/questions/yamls/074.yaml @@ -0,0 +1,15 @@ +category: Chair +name: nordviken +video_id: P_QFo8h1SX8 +frame_idx: 605 +question_category: "temporal_loc" +template_type: "latest_change" +options: + - "raw": "5" + - "raw": "4" + - "raw": "6" + - "raw": "3" +correct_option: + "raw": "3" + "idx": 3 # 0-indexed + diff --git a/questions/yamls/075.yaml b/questions/yamls/075.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eea3fa55c8e71baefd94d0bcd825d69d742fa88d --- /dev/null +++ b/questions/yamls/075.yaml @@ -0,0 +1,22 @@ +category: Chair +name: teodores +video_id: yYBa6o3mv4M +frame_idx: [10, 291] # order sensititve +question_category: "tracking" +template_type: "track_multi" +jumble_map: # use this mapping for swapping in second frame (do it symmetrically) + - "1": "2" + - "2": "1" + - "0": "4" + - "4": "0" + - "6": "7" + - "7": "6" +options: + - "raw": [["0", "0"], ["4", "4"], ["1", "1"], ["2", "2"], ["6", "7"], ["7", "6"]] + - "raw": [["0", "1"], ["1", "0"], ["1", "4"], ["4", "1"], ["6", "6"], ["7", "7"]] + - "raw": [["0", "4"], ["4", "0"], ["1", "2"], ["2", "1"], ["6", "7"], ["7", "6"]] + - "raw": [["0", "1"], ["1", "0"], ["1", "4"], ["4", "1"], ["6", "7"], ["7", "6"]] +correct_option: + "raw": [["0", "4"], ["4", "0"], ["1", "2"], ["2", "1"], ["6", "7"], ["7", "6"]] + "idx": 2 # 0-indexed + diff --git a/questions/yamls/076.yaml b/questions/yamls/076.yaml new file mode 100644 index 0000000000000000000000000000000000000000..efebe3fb4c3a0f248fa9c068bf376ec5b0d62341 --- /dev/null +++ b/questions/yamls/076.yaml @@ -0,0 +1,13 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: 95 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["6", "1"] + - "raw": ["6", "0"] + - "raw": ["6", "2"] +correct_option: + "raw": ["6", "1"] + "idx": 0 \ No newline at end of file diff --git a/questions/yamls/077.yaml b/questions/yamls/077.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4bd415e1cdc5c256bd163d077bed75386250020c --- /dev/null +++ b/questions/yamls/077.yaml @@ -0,0 +1,13 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: 95 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["8", "1"] + - "raw": ["8", "0"] + - "raw": ["8", "2"] +correct_option: + "raw": ["8", "0"] + "idx": 1 \ No newline at end of file diff --git a/questions/yamls/078.yaml b/questions/yamls/078.yaml new file mode 100644 index 0000000000000000000000000000000000000000..28d385d0d88aec3c6a0afd4f4b56e65cebda298a --- /dev/null +++ b/questions/yamls/078.yaml @@ -0,0 +1,13 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: 95 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["4", "9"] + - "raw": ["4", "8"] + - "raw": ["4", "6"] +correct_option: + "raw": ["4", "6"] + "idx": 2 \ No newline at end of file diff --git a/questions/yamls/079.yaml b/questions/yamls/079.yaml new file mode 100644 index 0000000000000000000000000000000000000000..17b3f90224fbc6768506a6e1dad8436b0f70e514 --- /dev/null +++ b/questions/yamls/079.yaml @@ -0,0 +1,13 @@ +category: Misc +name: satsumas_2 +video_id: Mznn3UeAV24 +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["6", "1"] + - "raw": ["6", "0"] + - "raw": ["6", "2"] +correct_option: + "raw": ["6", "1"] + "idx": 0 \ No newline at end of file diff --git a/questions/yamls/080.yaml b/questions/yamls/080.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae62251f775a3696947d317525777fd136a48cd6 --- /dev/null +++ b/questions/yamls/080.yaml @@ -0,0 +1,13 @@ +category: Misc +name: satsumas_2 +video_id: Mznn3UeAV24 +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["8", "1"] + - "raw": ["8", "0"] + - "raw": ["8", "2"] +correct_option: + "raw": ["8", "0"] + "idx": 1 \ No newline at end of file diff --git a/questions/yamls/081.yaml b/questions/yamls/081.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a3059a8098775920ce0f602910ffb5409bc4dabe --- /dev/null +++ b/questions/yamls/081.yaml @@ -0,0 +1,14 @@ +category: Misc +name: satsumas_2 +video_id: Mznn3UeAV24 +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["2", "9"] + - "raw": ["1", "8"] + - "raw": ["0", "6"] + - "raw": ["2", "8"] +correct_option: + "raw": ["2", "9"] + "idx": 0 \ No newline at end of file diff --git a/questions/yamls/082.yaml b/questions/yamls/082.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dc5f99bc5686696d43457db8b537ef45a2037016 --- /dev/null +++ b/questions/yamls/082.yaml @@ -0,0 +1,16 @@ +category: Misc +name: satsumas_2 +video_id: D3kQDzdDwfA +frame_idx: 95 +question_category: "mating" +template_type: "1part" +question_params: + query_part: + - "0" +options: + - "raw": "6" + - "raw": "8" + - "raw": "9" +correct_option: + "raw": "8" + "idx": 1 \ No newline at end of file diff --git a/questions/yamls/083.yaml b/questions/yamls/083.yaml new file mode 100644 index 0000000000000000000000000000000000000000..83922a844751a83adb1c895c05cafe370d6bce04 --- /dev/null +++ b/questions/yamls/083.yaml @@ -0,0 +1,16 @@ +category: Chair +name: teodores +video_id: y8cs8MC9x2k +frame_idx: 0 +question_category: "mating" +template_type: "1part" +question_params: + query_part: + - "0" +options: + - "raw": "1" + - "raw": "2" + - "raw": "4" +correct_option: + "raw": "1" + "idx": 0 \ No newline at end of file diff --git a/questions/yamls/084.yaml b/questions/yamls/084.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5b7a150e766434c21ab21aa7880bd44783d7267b --- /dev/null +++ b/questions/yamls/084.yaml @@ -0,0 +1,16 @@ +category: Chair +name: teodores +video_id: y8cs8MC9x2k +frame_idx: 0 +question_category: "mating" +template_type: "1part" +question_params: + query_part: + - "2" +options: + - "raw": "1" + - "raw": "0" + - "raw": "4" +correct_option: + "raw": "4" + "idx": 2 \ No newline at end of file diff --git a/questions/yamls/085.yaml b/questions/yamls/085.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5bd3065f20d8483e287a7d5e479b6715d69420b0 --- /dev/null +++ b/questions/yamls/085.yaml @@ -0,0 +1,13 @@ +category: Chair +name: teodores +video_id: y8cs8MC9x2k +frame_idx: 0 +question_category: "mating" +template_type: "find_edges" +options: + - "raw": ["1", "0"] + - "raw": ["1", "4"] + - "raw": ["2", "0"] +correct_option: + "raw": ["1", "0"] + "idx": 0 \ No newline at end of file diff --git a/questions/yamls/093.yaml b/questions/yamls/093.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ff1808f8954afb29ce847911c55148ad6ee5070e --- /dev/null +++ b/questions/yamls/093.yaml @@ -0,0 +1,13 @@ +category: Chair +name: vedbo +video_id: NdkuJ9cwOuE +frame_idx: 417 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '2' +- raw: '1' +- raw: '3' +correct_option: + raw: '2' + idx: 0 diff --git a/questions/yamls/120.yaml b/questions/yamls/120.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ca109e7c9b39dee85e92517e171a0cc6885e623f --- /dev/null +++ b/questions/yamls/120.yaml @@ -0,0 +1,19 @@ +category: Chair +name: vedbo +video_id: UUEBbyiiK1U +frame_idx: [102, 286] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['1', '1'], ['3', '2']] +- raw: [['0', '0'], ['1', '1'], ['3', '3']] +- raw: [['0', '0'], ['1', '2'], ['3', '2']] +- raw: [['0', '0'], ['1', '3'], ['3', '1']] +correct_option: + raw: [['0', '0'], ['1', '1'], ['3', '2']] + idx: 0 +jumble_map: + '0': '0' + '1': '1' + '2': '3' + '3': '2' diff --git a/questions/yamls/234.yaml b/questions/yamls/234.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0057353ad7fd3241677751472692bb52495e5af5 --- /dev/null +++ b/questions/yamls/234.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 173 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['0', '2'], ['0', '6'], ['0', '5']] +- raw: [['0', '2'], ['0', '3'], ['0', '5'], ['0', '6']] +- raw: [['0', '3'], ['0', '2'], ['0', '5'], ['0', '6']] +- raw: [['0', '3'], ['0', '6'], ['0', '2'], ['0', '5']] +correct_option: + raw: [['0', '3'], ['0', '2'], ['0', '5'], ['0', '6']] + idx: 2 diff --git a/questions/yamls/235.yaml b/questions/yamls/235.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8ffe3fe836075452647257dec3879d1819632580 --- /dev/null +++ b/questions/yamls/235.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 211 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['1', '3'], ['0', '6']] +- raw: [['0', '6'], ['1', '6'], ['0', '3']] +- raw: [['0', '3'], ['1', '6'], ['0', '6']] +- raw: [['0', '3'], ['0', '6'], ['1', '3']] +correct_option: + raw: [['0', '3'], ['1', '3'], ['0', '6']] + idx: 0 diff --git a/questions/yamls/236.yaml b/questions/yamls/236.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bdde50f64c95ebf06de243a38a626e0a27a3d08d --- /dev/null +++ b/questions/yamls/236.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 35 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['0', '2'], ['0', '6'], ['0', '5']] +- raw: [['0', '2'], ['0', '3'], ['0', '5'], ['0', '6']] +- raw: [['0', '3'], ['0', '2'], ['0', '5'], ['0', '6']] +- raw: [['0', '3'], ['0', '6'], ['0', '2'], ['0', '5']] +correct_option: + raw: [['0', '3'], ['0', '2'], ['0', '5'], ['0', '6']] + idx: 2 diff --git a/questions/yamls/237.yaml b/questions/yamls/237.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2cb716c56d1fa7198ec9faf3f393e29bee441a1 --- /dev/null +++ b/questions/yamls/237.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 0 +question_category: temporal_loc +template_type: next_change +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '3' + idx: 1 diff --git a/questions/yamls/238.yaml b/questions/yamls/238.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7ceede3c2d94283cac62b79502a417304599170 --- /dev/null +++ b/questions/yamls/238.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 35 +question_category: temporal_loc +template_type: next_change +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '5' + idx: 2 diff --git a/questions/yamls/239.yaml b/questions/yamls/239.yaml new file mode 100644 index 0000000000000000000000000000000000000000..296cdab6aec68164d3da34e0272f4f7eed59248f --- /dev/null +++ b/questions/yamls/239.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 35 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '2' +- raw: '0' +- raw: '3' +correct_option: + raw: '1' + idx: 0 diff --git a/questions/yamls/240.yaml b/questions/yamls/240.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2de6a7a52924c4b00c524cffc2a76d6fdd2dfedc --- /dev/null +++ b/questions/yamls/240.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 173 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '4' +- raw: '0' +- raw: '7' +correct_option: + raw: '4' + idx: 1 diff --git a/questions/yamls/241.yaml b/questions/yamls/241.yaml new file mode 100644 index 0000000000000000000000000000000000000000..442562e89fd8cdec3ec9e255bd66d80217093747 --- /dev/null +++ b/questions/yamls/241.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: iH8Qsicas0I +frame_idx: 211 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '4' +- raw: '0' +- raw: '7' +correct_option: + raw: '4' + idx: 1 diff --git a/questions/yamls/242.yaml b/questions/yamls/242.yaml new file mode 100644 index 0000000000000000000000000000000000000000..715552b88c29d8a308b99430a739a00dca4b7622 --- /dev/null +++ b/questions/yamls/242.yaml @@ -0,0 +1,27 @@ +category: Shelf +name: laiva +video_id: 28FOnQ-9yy8 +frame_idx: [334, 371] +question_category: tracking +template_type: track_multi +options: +- raw: [['17', '11']] +- raw: [['18', '11']] +- raw: [['12', '11']] +- raw: [['11', '11']] +correct_option: + raw: [['17', '11']] + idx: 0 +jumble_map: + '11': '17' + '17': '11' + '18': '12' + '12': '18' + '2': '5' + '5': '2' + '3': '6' + '6': '4' + '4': '3' + '9': '8' + '8': '10' + '10': '9' diff --git a/questions/yamls/243.yaml b/questions/yamls/243.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7a17c85e35c08cf4010913a4d23c3f334754ca54 --- /dev/null +++ b/questions/yamls/243.yaml @@ -0,0 +1,27 @@ +category: Shelf +name: laiva +video_id: 28FOnQ-9yy8 +frame_idx: [334, 371] +question_category: tracking +template_type: track_multi +options: +- raw: [['17', '11'], ['10', '9']] +- raw: [['18', '11'], ['10', '8']] +- raw: [['12', '11'], ['10', '9']] +- raw: [['11', '11'], ['10', '10']] +correct_option: + raw: [['17', '11'], ['10', '9']] + idx: 0 +jumble_map: + '11': '17' + '17': '11' + '18': '12' + '12': '18' + '2': '5' + '5': '2' + '3': '6' + '6': '4' + '4': '3' + '9': '8' + '8': '10' + '10': '9' diff --git a/questions/yamls/244.yaml b/questions/yamls/244.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dcce7473e01881105d29a8f8464498e6de7bc9fc --- /dev/null +++ b/questions/yamls/244.yaml @@ -0,0 +1,29 @@ +category: Shelf +name: laiva +video_id: 28FOnQ-9yy8 +frame_idx: [334, 371] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '10' +- raw: '8' +- raw: '9' +- raw: '11' +correct_option: + raw: '9' + idx: 2 +jumble_map: + '11': '17' + '17': '11' + '18': '12' + '12': '18' + '2': '5' + '5': '2' + '3': '6' + '6': '4' + '4': '3' + '9': '8' + '8': '10' + '10': '9' diff --git a/questions/yamls/245.yaml b/questions/yamls/245.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8a0b22bc189ad5d0266b03a87911cbc0f0f1d55a --- /dev/null +++ b/questions/yamls/245.yaml @@ -0,0 +1,29 @@ +category: Shelf +name: laiva +video_id: 28FOnQ-9yy8 +frame_idx: [350, 371] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '10' +- raw: '8' +- raw: '9' +- raw: '11' +correct_option: + raw: '9' + idx: 2 +jumble_map: + '11': '17' + '17': '11' + '18': '12' + '12': '18' + '2': '5' + '5': '2' + '3': '6' + '6': '4' + '4': '3' + '9': '8' + '8': '10' + '10': '9' diff --git a/questions/yamls/246.yaml b/questions/yamls/246.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7153d72e0bcf9d0f3c34fb49843175a9c8cd11e7 --- /dev/null +++ b/questions/yamls/246.yaml @@ -0,0 +1,14 @@ +category: Shelf +name: laiva +video_id: 28FOnQ-9yy8 +frame_idx: 371 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '1' +- raw: '5' +- raw: '4' +correct_option: + raw: '1' + idx: 1 diff --git a/questions/yamls/247.yaml b/questions/yamls/247.yaml new file mode 100644 index 0000000000000000000000000000000000000000..959d5c30d65afb618f9521e5d98f9e8e67f465c4 --- /dev/null +++ b/questions/yamls/247.yaml @@ -0,0 +1,14 @@ +category: Shelf +name: laiva +video_id: 28FOnQ-9yy8 +frame_idx: 334 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '10' +- raw: '3' +- raw: '6' +- raw: '2' +correct_option: + raw: '2' + idx: 3 diff --git a/questions/yamls/248.yaml b/questions/yamls/248.yaml new file mode 100644 index 0000000000000000000000000000000000000000..369b3def1d70c08bd0970bbc88661adeff71fba5 --- /dev/null +++ b/questions/yamls/248.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 1 +question_category: mating +template_type: find_edges +options: +- raw: [['0', '2']] +- raw: [['1', '4']] +- raw: [['0', '1']] +- raw: [['1', '2']] +correct_option: + raw: [['0', '1']] + idx: 2 diff --git a/questions/yamls/249.yaml b/questions/yamls/249.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa5058877ce3b908fe82f230d5291e5ec6d4109e --- /dev/null +++ b/questions/yamls/249.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 1 +question_category: mating +template_type: find_edges +options: +- raw: [['0', '2']] +- raw: [['1', '4']] +- raw: [['2', '4']] +- raw: [['0', '4']] +correct_option: + raw: [['2', '4']] + idx: 2 diff --git a/questions/yamls/250.yaml b/questions/yamls/250.yaml new file mode 100644 index 0000000000000000000000000000000000000000..35b5944a541aea0b90ccf3d8e740e8c49bc7dbde --- /dev/null +++ b/questions/yamls/250.yaml @@ -0,0 +1,21 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: [1, 126] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['4', '4'], ['1', '2'], ['2', '1']] +- raw: [['0', '4'], ['4', '0'], ['1', '1'], ['2', '2']] +- raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] +- raw: [['0', '0'], ['4', '4'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] + idx: 2 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '7': '8' + '8': '7' diff --git a/questions/yamls/251.yaml b/questions/yamls/251.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2031a109eaad5abcc899d626d69381ea9a97a988 --- /dev/null +++ b/questions/yamls/251.yaml @@ -0,0 +1,21 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: [1, 82] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['4', '4'], ['1', '2'], ['2', '1']] +- raw: [['0', '4'], ['4', '0'], ['1', '1'], ['2', '2']] +- raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] +- raw: [['0', '0'], ['4', '4'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] + idx: 2 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '7': '8' + '8': '7' diff --git a/questions/yamls/252.yaml b/questions/yamls/252.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1abd06967788b6bb3c142acfa33d3c769d20c446 --- /dev/null +++ b/questions/yamls/252.yaml @@ -0,0 +1,21 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: [1, 36] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['4', '4'], ['1', '2'], ['2', '1']] +- raw: [['0', '4'], ['4', '0'], ['1', '1'], ['2', '2']] +- raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] +- raw: [['0', '0'], ['4', '4'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] + idx: 2 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '7': '8' + '8': '7' diff --git a/questions/yamls/253.yaml b/questions/yamls/253.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7e73e99a10007aeb9e56f5c9830fc690f484a659 --- /dev/null +++ b/questions/yamls/253.yaml @@ -0,0 +1,21 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: [126, 82] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['4', '4'], ['7', '8'], ['8', '7']] +- raw: [['0', '4'], ['4', '0'], ['7', '7'], ['8', '8']] +- raw: [['0', '4'], ['4', '0'], ['7', '8'], ['8', '7']] +- raw: [['0', '0'], ['4', '4'], ['7', '7'], ['8', '8']] +correct_option: + raw: [['0', '4'], ['4', '0'], ['7', '8'], ['8', '7']] + idx: 2 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '7': '8' + '8': '7' diff --git a/questions/yamls/254.yaml b/questions/yamls/254.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0f8578869915b5e7daa9ba44dc3c0d5b9a6b1684 --- /dev/null +++ b/questions/yamls/254.yaml @@ -0,0 +1,21 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: [36, 82] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['4', '4'], ['1', '2'], ['2', '1']] +- raw: [['0', '4'], ['4', '0'], ['1', '1'], ['2', '2']] +- raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] +- raw: [['0', '0'], ['4', '4'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['0', '4'], ['4', '0'], ['1', '2'], ['2', '1']] + idx: 2 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '7': '8' + '8': '7' diff --git a/questions/yamls/255.yaml b/questions/yamls/255.yaml new file mode 100644 index 0000000000000000000000000000000000000000..356b8cca60887cc7b27b0ad0a3eb85435540299b --- /dev/null +++ b/questions/yamls/255.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 126 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['0', '1'], ['8', '0'], ['3', '0'], ['7', '0']] +- raw: [['0', '1'], ['2', '4'], ['8', '0'], ['3', '0'], ['7', '0']] +- raw: [['0', '1'], ['2', '4'], ['3', '0'], ['8', '0'], ['7', '0']] +- raw: [['2', '4'], ['0', '1'], ['3', '0'], ['8', '0'], ['7', '0']] +correct_option: + raw: [['2', '4'], ['0', '1'], ['3', '0'], ['8', '0'], ['7', '0']] + idx: 3 diff --git a/questions/yamls/256.yaml b/questions/yamls/256.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c43dd7f47792af9acdc5c753b4da469a93cfd773 --- /dev/null +++ b/questions/yamls/256.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['0', '1'], ['3', '0'], ['7', '0'], ['8', '0']] +- raw: [['0', '1'], ['2', '4'], ['8', '0'], ['3', '0'], ['7', '0']] +- raw: [['0', '1'], ['2', '4'], ['3', '0'], ['8', '0'], ['7', '0']] +- raw: [['2', '4'], ['0', '1'], ['3', '0'], ['8', '0'], ['7', '0']] +correct_option: + raw: [['2', '4'], ['0', '1'], ['3', '0'], ['8', '0'], ['7', '0']] + idx: 3 diff --git a/questions/yamls/257.yaml b/questions/yamls/257.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e6dcc1056d15e2df5e2eb9d4f6801ab7a35af7d1 --- /dev/null +++ b/questions/yamls/257.yaml @@ -0,0 +1,16 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '0' +options: +- raw: ['3', '1', '7', '8'] +- raw: ['1', '3', '8', '7'] +- raw: ['1', '3', '7', '8'] +- raw: ['1', '7', '8', '3'] +correct_option: + raw: ['1', '3', '8', '7'] + idx: 1 diff --git a/questions/yamls/258.yaml b/questions/yamls/258.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f5ba0837ea6b501963872ab891170f726bf1a47 --- /dev/null +++ b/questions/yamls/258.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['0', '1'], ['7', '0'], ['3', '0']] +- raw: [['0', '1'], ['2', '4'], ['8', '0'], ['3', '0']] +- raw: [['0', '1'], ['2', '4'], ['3', '0'], ['8', '0']] +- raw: [['2', '4'], ['0', '1'], ['3', '0'], ['8', '0']] +correct_option: + raw: [['2', '4'], ['0', '1'], ['3', '0'], ['8', '0']] + idx: 3 diff --git a/questions/yamls/259.yaml b/questions/yamls/259.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7f8efe53bd91863bd6e2ece7812d330543ec6a92 --- /dev/null +++ b/questions/yamls/259.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['0', '1'], ['3', '1'], ['7', '4'], ['8', '4']] +- raw: [['0', '1'], ['2', '4'], ['8', '4'], ['3', '1'], ['7', '4']] +- raw: [['0', '1'], ['2', '4'], ['3', '1'], ['8', '4'], ['7', '4']] +- raw: [['2', '4'], ['0', '1'], ['3', '1'], ['8', '4'], ['7', '4']] +correct_option: + raw: [['2', '4'], ['0', '1'], ['3', '1'], ['8', '4'], ['7', '4']] + idx: 3 diff --git a/questions/yamls/260.yaml b/questions/yamls/260.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86441ec6488bac21d1b8f88663bc668a23b43291 --- /dev/null +++ b/questions/yamls/260.yaml @@ -0,0 +1,16 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '4' +options: +- raw: ['3', '2', '7', '8'] +- raw: ['2', '3', '8', '7'] +- raw: ['2', '3', '7', '8'] +- raw: ['2', '7', '8', '3'] +correct_option: + raw: ['2', '3', '8', '7'] + idx: 1 diff --git a/questions/yamls/261.yaml b/questions/yamls/261.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d7023be52214354581094ca6ee49045ce4a39363 --- /dev/null +++ b/questions/yamls/261.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_loc +template_type: next_change +options: +- raw: '7' +- raw: '8' +- raw: '3' +- raw: '2' +correct_option: + raw: '8' + idx: 1 diff --git a/questions/yamls/262.yaml b/questions/yamls/262.yaml new file mode 100644 index 0000000000000000000000000000000000000000..abc36c930fe7c9a490bacb1f35ddf81be7ded0bf --- /dev/null +++ b/questions/yamls/262.yaml @@ -0,0 +1,14 @@ +category: Chair +name: teodores +video_id: 9uMjr9AL7Hk +frame_idx: 82 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '1' +- raw: '3' +- raw: '2' +correct_option: + raw: '3' + idx: 2 diff --git a/questions/yamls/263.yaml b/questions/yamls/263.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25c9ad0bd6fab6d8b714ccd54fc77cad633c0fe7 --- /dev/null +++ b/questions/yamls/263.yaml @@ -0,0 +1,14 @@ +category: Chair +name: mammut_1 +video_id: FoVtnbm0hPc +frame_idx: 72 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '4' +correct_option: + raw: '4' + idx: 3 diff --git a/questions/yamls/264.yaml b/questions/yamls/264.yaml new file mode 100644 index 0000000000000000000000000000000000000000..12dcd267e02bdcd94d10dd319346f4d2d8f7651a --- /dev/null +++ b/questions/yamls/264.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 10 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['0', '6'], ['0', '5']] +- raw: [['0', '3'], ['0', '5'], ['0', '6']] +- raw: [['0', '5'], ['0', '3'], ['0', '6']] +- raw: [['0', '5'], ['0', '6'], ['0', '3']] +correct_option: + raw: [['0', '3'], ['0', '5'], ['0', '6']] + idx: 1 diff --git a/questions/yamls/265.yaml b/questions/yamls/265.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cc55b329db7abc60ab963ba7adfa5dec17268ff8 --- /dev/null +++ b/questions/yamls/265.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 98 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '0' +options: +- raw: ['2', '3', '6', '5'] +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '5', '6'] +- raw: ['2', '5', '6', '3'] +correct_option: + raw: ['2', '3', '5', '6'] + idx: 2 diff --git a/questions/yamls/266.yaml b/questions/yamls/266.yaml new file mode 100644 index 0000000000000000000000000000000000000000..70b772bae93e2571b69a9c545659eed8305a0143 --- /dev/null +++ b/questions/yamls/266.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 169 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '0' +options: +- raw: ['2', '3', '6', '5'] +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '5', '6'] +- raw: ['2', '5', '6', '3'] +correct_option: + raw: ['2', '3', '5', '6'] + idx: 2 diff --git a/questions/yamls/267.yaml b/questions/yamls/267.yaml new file mode 100644 index 0000000000000000000000000000000000000000..27bed0f1cb8f42c9525e1a477afa3b1b2aed5dd7 --- /dev/null +++ b/questions/yamls/267.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 10 +question_category: mating +template_type: find_edges +options: +- raw: [['3', '7']] +- raw: [['2', '7']] +- raw: [['5', '7']] +- raw: [['6', '7']] +correct_option: + raw: [['2', '7']] + idx: 1 diff --git a/questions/yamls/268.yaml b/questions/yamls/268.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7f6c66f23dd4e73fe922358142ea0e69a3d68f05 --- /dev/null +++ b/questions/yamls/268.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 44 +question_category: mating +template_type: find_edges +options: +- raw: [['3', '7']] +- raw: [['2', '7']] +- raw: [['5', '7']] +- raw: [['6', '7']] +correct_option: + raw: [['2', '7']] + idx: 1 diff --git a/questions/yamls/269.yaml b/questions/yamls/269.yaml new file mode 100644 index 0000000000000000000000000000000000000000..78eb001831ebbab808cf40b1aaa60c89f039afdc --- /dev/null +++ b/questions/yamls/269.yaml @@ -0,0 +1,15 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 10 +question_category: mating +template_type: find_edges +options: +- raw: [['3', '4']] +- raw: [['5', '4']] +- raw: [['6', '4']] +correct_option: + raw: + - [['5', '4']] + - [['6', '4']] + idx: [1, 2] diff --git a/questions/yamls/270.yaml b/questions/yamls/270.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5e2cc150148a0f3c1ff66e17c721d15453864b98 --- /dev/null +++ b/questions/yamls/270.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 10 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['1', '2'], ['4', '0']] +- raw: [['0', '3'], ['0', '6'], ['0', '5'], ['0', '7'], ['1', '2'], ['4', '0']] +- raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['4', '0'], ['1', '2']] +- raw: [['0', '5'], ['0', '6'], ['0', '3'], ['1', '2'], ['0', '7'], ['4', '0']] +correct_option: + raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['1', '2'], ['4', '0']] + idx: 0 diff --git a/questions/yamls/271.yaml b/questions/yamls/271.yaml new file mode 100644 index 0000000000000000000000000000000000000000..03dec68e91aa236524fc9456f3e7dc45be2a0a3f --- /dev/null +++ b/questions/yamls/271.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 98 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['1', '2'], ['4', '0']] +- raw: [['0', '3'], ['0', '6'], ['0', '5'], ['0', '7'], ['1', '2'], ['4', '0']] +- raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['4', '0'], ['1', '2']] +- raw: [['0', '5'], ['0', '6'], ['0', '3'], ['1', '2'], ['0', '7'], ['4', '0']] +correct_option: + raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['1', '2'], ['4', '0']] + idx: 0 diff --git a/questions/yamls/272.yaml b/questions/yamls/272.yaml new file mode 100644 index 0000000000000000000000000000000000000000..650669211f8bf97e82b5c0ec6c3694982af65f69 --- /dev/null +++ b/questions/yamls/272.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 169 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['1', '2'], ['4', '0']] +- raw: [['0', '3'], ['0', '6'], ['0', '5'], ['0', '7'], ['1', '2'], ['4', '0']] +- raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['4', '0'], ['1', '2']] +- raw: [['0', '5'], ['0', '6'], ['0', '3'], ['1', '2'], ['0', '7'], ['4', '0']] +correct_option: + raw: [['0', '3'], ['0', '5'], ['0', '6'], ['0', '7'], ['1', '2'], ['4', '0']] + idx: 0 diff --git a/questions/yamls/273.yaml b/questions/yamls/273.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0acd001412aa0ec11f37b1b470b0ddc1076f7430 --- /dev/null +++ b/questions/yamls/273.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 98 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '1' + idx: 0 diff --git a/questions/yamls/274.yaml b/questions/yamls/274.yaml new file mode 100644 index 0000000000000000000000000000000000000000..78d081f40a0493e6c1541cd65998bda4ef95dc52 --- /dev/null +++ b/questions/yamls/274.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 169 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '7' +- raw: '4' +- raw: '2' +correct_option: + raw: '4' + idx: 2 diff --git a/questions/yamls/275.yaml b/questions/yamls/275.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6bb91e03f7d1345427922fb5f47498f23d48336f --- /dev/null +++ b/questions/yamls/275.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 92 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '7' +- raw: '3' +- raw: '2' +correct_option: + raw: '1' + idx: 0 diff --git a/questions/yamls/276.yaml b/questions/yamls/276.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f2b039d47e511d93372eb17642ca1ccd4a72732d --- /dev/null +++ b/questions/yamls/276.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 79 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '7' +- raw: '3' +- raw: '2' +correct_option: + raw: '7' + idx: 1 diff --git a/questions/yamls/277.yaml b/questions/yamls/277.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8fa78b589bc355489e27a33e2770c8cf6929dd99 --- /dev/null +++ b/questions/yamls/277.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 69 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '6' +- raw: '3' +- raw: '2' +correct_option: + raw: '6' + idx: 1 diff --git a/questions/yamls/278.yaml b/questions/yamls/278.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1f477a8506803ea491a9a7c5f85cd03425fd76c4 --- /dev/null +++ b/questions/yamls/278.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: 44 +question_category: temporal_loc +template_type: next_change +options: +- raw: '5' +- raw: '6' +- raw: '7' +- raw: '1' +correct_option: + raw: '5' + idx: 0 diff --git a/questions/yamls/279.yaml b/questions/yamls/279.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9768b1a2901930e440fec7cf5ffc852db6b00664 --- /dev/null +++ b/questions/yamls/279.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '3'], ['5', '5'], ['6', '6'], ['0', '0'], ['1', '1']] +- raw: [['3', '6'], ['5', '3'], ['6', '5'], ['0', '1'], ['1', '0']] +- raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '1'], ['1', '0']] +- raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '0'], ['1', '1']] +correct_option: + raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '1'], ['1', '0']] + idx: 2 +jumble_map: + '3': '5' + '5': '6' + '6': '3' + '0': '1' + '1': '0' + '4': '7' + '2': '2' + '7': '4' diff --git a/questions/yamls/280.yaml b/questions/yamls/280.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4f808a6cdab27727e2bce422a9240f1c4c1b1e51 --- /dev/null +++ b/questions/yamls/280.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '3'], ['5', '5'], ['6', '6']] +- raw: [['3', '6'], ['5', '3'], ['6', '5']] +- raw: [['3', '5'], ['5', '6'], ['6', '3']] +- raw: [['3', '5'], ['5', '3'], ['6', '6']] +correct_option: + raw: [['3', '5'], ['5', '6'], ['6', '3']] + idx: 2 +jumble_map: + '3': '5' + '5': '6' + '6': '3' + '0': '1' + '1': '0' + '4': '7' + '2': '2' + '7': '4' diff --git a/questions/yamls/281.yaml b/questions/yamls/281.yaml new file mode 100644 index 0000000000000000000000000000000000000000..133f53be4beb7970ec63ec806d57f60bbb583df6 --- /dev/null +++ b/questions/yamls/281.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 98] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '3'], ['5', '5'], ['6', '6']] +- raw: [['3', '6'], ['5', '3'], ['6', '5']] +- raw: [['3', '5'], ['5', '6'], ['6', '3']] +- raw: [['3', '5'], ['5', '3'], ['6', '6']] +correct_option: + raw: [['3', '5'], ['5', '6'], ['6', '3']] + idx: 2 +jumble_map: + '3': '5' + '5': '6' + '6': '3' + '0': '1' + '1': '0' + '4': '7' + '2': '2' + '7': '4' diff --git a/questions/yamls/282.yaml b/questions/yamls/282.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eac8cad1fb70e539768395ae42d510112639c57f --- /dev/null +++ b/questions/yamls/282.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 98] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '3'], ['5', '5'], ['6', '6'], ['0', '0'], ['1', '1']] +- raw: [['3', '6'], ['5', '3'], ['6', '5'], ['0', '1'], ['1', '0']] +- raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '1'], ['1', '0']] +- raw: [['3', '5'], ['5', '3'], ['6', '6'], ['0', '1'], ['1', '0']] +correct_option: + raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '1'], ['1', '0']] + idx: 2 +jumble_map: + '3': '5' + '5': '6' + '6': '3' + '0': '1' + '1': '0' + '4': '7' + '2': '2' + '7': '4' diff --git a/questions/yamls/283.yaml b/questions/yamls/283.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b15cb4233ee838be58cb7f0a60f1c0b2e598d04e --- /dev/null +++ b/questions/yamls/283.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 96] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '3'], ['5', '5'], ['6', '6'], ['0', '0'], ['1', '1']] +- raw: [['3', '6'], ['5', '3'], ['6', '5'], ['0', '1'], ['1', '0']] +- raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '1'], ['1', '0']] +- raw: [['3', '5'], ['5', '3'], ['6', '6'], ['0', '1'], ['1', '0']] +correct_option: + raw: [['3', '5'], ['5', '6'], ['6', '3'], ['0', '1'], ['1', '0']] + idx: 2 +jumble_map: + '3': '5' + '5': '6' + '6': '3' + '0': '1' + '1': '0' + '4': '7' + '2': '2' + '7': '4' diff --git a/questions/yamls/284.yaml b/questions/yamls/284.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e32f02b073e6b9c08e313418435653907d96d9a5 --- /dev/null +++ b/questions/yamls/284.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 96] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '3'], ['5', '5'], ['6', '6']] +- raw: [['3', '6'], ['5', '3'], ['6', '5']] +- raw: [['3', '5'], ['5', '6'], ['6', '3']] +- raw: [['3', '5'], ['5', '3'], ['6', '6']] +correct_option: + raw: [['3', '5'], ['5', '6'], ['6', '3']] + idx: 2 +jumble_map: + '3': '5' + '5': '6' + '6': '3' + '0': '1' + '1': '0' + '4': '7' + '2': '2' + '7': '4' diff --git a/questions/yamls/285.yaml b/questions/yamls/285.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6bf34142d8944fde5ad51cdd597a9e4c3086dd14 --- /dev/null +++ b/questions/yamls/285.yaml @@ -0,0 +1,20 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 94] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '3' +- raw: '6' +- raw: '0' +correct_option: + raw: '6' + idx: 2 +jumble_map: + '2': '6' + '3': '2' + '6': '3' diff --git a/questions/yamls/286.yaml b/questions/yamls/286.yaml new file mode 100644 index 0000000000000000000000000000000000000000..218b71b0a3f3841c105964c3d02e7298ee8e7b5f --- /dev/null +++ b/questions/yamls/286.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 96] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '6' +- raw: '5' +- raw: '3' +correct_option: + raw: '3' + idx: 3 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/287.yaml b/questions/yamls/287.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3d51517285b758977d064e7d99c5f0b914e4dc7b --- /dev/null +++ b/questions/yamls/287.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 96] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '2' +- raw: '6' +- raw: '5' +- raw: '3' +correct_option: + raw: '6' + idx: 1 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/288.yaml b/questions/yamls/288.yaml new file mode 100644 index 0000000000000000000000000000000000000000..18e626450adcfdb7b97c7f3c3dbe7ccc73418525 --- /dev/null +++ b/questions/yamls/288.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '6' +- raw: '5' +- raw: '3' +correct_option: + raw: '3' + idx: 3 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/289.yaml b/questions/yamls/289.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3a9e59af5d831dddb2e16971722ffe6d49823605 --- /dev/null +++ b/questions/yamls/289.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '2' +- raw: '6' +- raw: '5' +- raw: '3' +correct_option: + raw: '5' + idx: 2 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/290.yaml b/questions/yamls/290.yaml new file mode 100644 index 0000000000000000000000000000000000000000..279282b81633ed2fdb97af866cc17eda4e94a0c1 --- /dev/null +++ b/questions/yamls/290.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '2' +- raw: '6' +- raw: '5' +- raw: '3' +correct_option: + raw: '6' + idx: 1 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/291.yaml b/questions/yamls/291.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4f1f868ed5b98c3a34bcec6e53298d04e3a2c3ea --- /dev/null +++ b/questions/yamls/291.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_single +question_params: + query_part: '6' +options: +- raw: '2' +- raw: '6' +- raw: '5' +- raw: '3' +correct_option: + raw: '2' + idx: 0 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/292.yaml b/questions/yamls/292.yaml new file mode 100644 index 0000000000000000000000000000000000000000..605bf2cda13a831be96a41b13919137bbbec17fc --- /dev/null +++ b/questions/yamls/292.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [44, 169] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['2', '2'], ['3', '3']] +- raw: [['0', '0'], ['1', '1'], ['2', '2'], ['3', '3']] +- raw: [['0', '1'], ['1', '0'], ['2', '3'], ['3', '5']] +- raw: [['0', '1'], ['1', '0'], ['2', '3'], ['3', '6']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['2', '3'], ['3', '5']] + idx: 2 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' + '0': '1' + '1': '0' diff --git a/questions/yamls/293.yaml b/questions/yamls/293.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e7cf8319014a3ffa2f02fb005c42b61fd3072ae7 --- /dev/null +++ b/questions/yamls/293.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [44, 169] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['4', '4'], ['7', '7'], ['2', '3']] +- raw: [['0', '0'], ['1', '1'], ['4', '7'], ['7', '4'], ['2', '2']] +- raw: [['0', '1'], ['1', '0'], ['4', '7'], ['7', '4'], ['2', '3']] +- raw: [['0', '1'], ['1', '0'], ['4', '7'], ['7', '4'], ['2', '5']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['4', '7'], ['7', '4'], ['2', '3']] + idx: 2 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' + '0': '1' + '1': '0' + '4': '7' + '7': '4' diff --git a/questions/yamls/294.yaml b/questions/yamls/294.yaml new file mode 100644 index 0000000000000000000000000000000000000000..74f97e11cc775580b2a74029e64362968ae354e3 --- /dev/null +++ b/questions/yamls/294.yaml @@ -0,0 +1,23 @@ +category: Chair +name: bekvam_3017 +video_id: 4QA9SYic4aE +frame_idx: [10, 169] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['4', '4'], ['7', '7'], ['2', '3']] +- raw: [['0', '0'], ['1', '1'], ['4', '7'], ['7', '4'], ['2', '2']] +- raw: [['0', '1'], ['1', '0'], ['4', '7'], ['7', '4'], ['2', '3']] +- raw: [['0', '1'], ['1', '0'], ['4', '7'], ['7', '4'], ['2', '5']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['4', '7'], ['7', '4'], ['2', '3']] + idx: 2 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' + '0': '1' + '1': '0' + '4': '7' + '7': '4' diff --git a/questions/yamls/295.yaml b/questions/yamls/295.yaml new file mode 100644 index 0000000000000000000000000000000000000000..302d8814403101142bb098dd6e157276a238c8a3 --- /dev/null +++ b/questions/yamls/295.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_2 +video_id: mnIOdgULIws +frame_idx: [0, 50] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '3'], ['2', '4']] +- raw: [['3', '3'], ['4', '4']] +- raw: [['2', '3'], ['4', '4']] +- raw: [['3', '3'], ['2', '4']] +correct_option: + raw: [['1', '3'], ['2', '4']] + idx: 0 +jumble_map: + '1': '3' + '2': '4' + '3': '2' + '4': '1' diff --git a/questions/yamls/296.yaml b/questions/yamls/296.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b597e221269181cda05c5bbfa2680f1a2a12f997 --- /dev/null +++ b/questions/yamls/296.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_2 +video_id: mnIOdgULIws +frame_idx: [0, 48] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '1'], ['2', '2'], ['3', '3'], ['4', '4']] +- raw: [['1', '2'], ['2', '3'], ['3', '4'], ['4', '1']] +- raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] +- raw: [['1', '3'], ['2', '1'], ['3', '4'], ['4', '2']] +correct_option: + raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] + idx: 2 +jumble_map: + '1': '3' + '2': '4' + '3': '2' + '4': '1' diff --git a/questions/yamls/297.yaml b/questions/yamls/297.yaml new file mode 100644 index 0000000000000000000000000000000000000000..875f9dd742da235285bdfbb4002839bff372e57b --- /dev/null +++ b/questions/yamls/297.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_2 +video_id: mnIOdgULIws +frame_idx: [0, 37] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '1'], ['2', '2'], ['3', '3'], ['4', '4']] +- raw: [['1', '2'], ['2', '3'], ['3', '4'], ['4', '1']] +- raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] +- raw: [['1', '3'], ['2', '1'], ['3', '4'], ['4', '2']] +correct_option: + raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] + idx: 2 +jumble_map: + '1': '3' + '2': '4' + '3': '2' + '4': '1' diff --git a/questions/yamls/298.yaml b/questions/yamls/298.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1dac7dadc5c8e8332665c5c1131a7961fb2d3d7b --- /dev/null +++ b/questions/yamls/298.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_2 +video_id: mnIOdgULIws +frame_idx: [0, 25] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '1'], ['2', '2'], ['3', '3'], ['4', '4']] +- raw: [['1', '2'], ['2', '3'], ['3', '4'], ['4', '1']] +- raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] +- raw: [['1', '3'], ['2', '1'], ['3', '4'], ['4', '2']] +correct_option: + raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] + idx: 2 +jumble_map: + '1': '3' + '2': '4' + '3': '2' + '4': '1' diff --git a/questions/yamls/299.yaml b/questions/yamls/299.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dc4d3284c0553ff5d99af86ff1b930dad9c5700f --- /dev/null +++ b/questions/yamls/299.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_2 +video_id: mnIOdgULIws +frame_idx: [0, 22] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '1'], ['2', '2'], ['3', '3'], ['4', '4']] +- raw: [['1', '2'], ['2', '3'], ['3', '4'], ['4', '1']] +- raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] +- raw: [['1', '3'], ['2', '1'], ['3', '4'], ['4', '2']] +correct_option: + raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] + idx: 2 +jumble_map: + '1': '3' + '2': '4' + '3': '2' + '4': '1' diff --git a/questions/yamls/300.yaml b/questions/yamls/300.yaml new file mode 100644 index 0000000000000000000000000000000000000000..821d8b9079051f8e0f91b664fa9e1a28d6f9085a --- /dev/null +++ b/questions/yamls/300.yaml @@ -0,0 +1,19 @@ +category: Chair +name: mammut_2 +video_id: mnIOdgULIws +frame_idx: [0, 20] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '1'], ['2', '2'], ['3', '3'], ['4', '4']] +- raw: [['1', '2'], ['2', '3'], ['3', '4'], ['4', '1']] +- raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] +- raw: [['1', '3'], ['2', '1'], ['3', '4'], ['4', '2']] +correct_option: + raw: [['1', '3'], ['2', '4'], ['3', '2'], ['4', '1']] + idx: 2 +jumble_map: + '1': '3' + '2': '4' + '3': '2' + '4': '1' diff --git a/questions/yamls/301.yaml b/questions/yamls/301.yaml new file mode 100644 index 0000000000000000000000000000000000000000..50d1795e26d7837aa3c7f6a74963119b26daa2ec --- /dev/null +++ b/questions/yamls/301.yaml @@ -0,0 +1,22 @@ +category: Shelf +name: laiva +video_id: wnGdkC8PmIE +frame_idx: [81, 267] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '4' +- raw: '5' +- raw: '6' +correct_option: + raw: '5' + idx: 2 +jumble_map: + '2': '5' + '6': '4' + '5': '3' + '3': '2' + '4': '6' diff --git a/questions/yamls/302.yaml b/questions/yamls/302.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0ca33f70382ea08500318d1703f8716241a4daa9 --- /dev/null +++ b/questions/yamls/302.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '4' +options: +- raw: ['7', '8', '2'] +- raw: ['2', '7', '8'] +- raw: ['7', '2', '8'] +- raw: ['2', '8', '7'] +correct_option: + raw: ['2', '7', '8'] + idx: 1 diff --git a/questions/yamls/303.yaml b/questions/yamls/303.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a0ac8254faa4a7402be10290fbf1f04336915813 --- /dev/null +++ b/questions/yamls/303.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['4', '7'], ['4', '8'], ['4', '2']] +- raw: [['4', '2'], ['4', '7'], ['4', '8']] +- raw: [['4', '2'], ['4', '8'], ['4', '7']] +- raw: [['4', '8'], ['4', '7'], ['4', '2']] +correct_option: + raw: [['4', '2'], ['4', '7'], ['4', '8']] + idx: 1 diff --git a/questions/yamls/304.yaml b/questions/yamls/304.yaml new file mode 100644 index 0000000000000000000000000000000000000000..453bba2b3604a6d07717539b743367a5f1f26fcb --- /dev/null +++ b/questions/yamls/304.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: 1part +question_params: + query_part: '4' +options: +- raw: '1' +- raw: '2' +- raw: '0' +correct_option: + raw: ['2', '0'] + idx: [1, 2] diff --git a/questions/yamls/305.yaml b/questions/yamls/305.yaml new file mode 100644 index 0000000000000000000000000000000000000000..faecac8a67ba5e878572a1753da1cd559f088cf0 --- /dev/null +++ b/questions/yamls/305.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: 1part +question_params: + query_part: '3' +options: +- raw: '1' +- raw: '2' +- raw: '0' +correct_option: + raw: ['1', '0'] + idx: [0, 2] diff --git a/questions/yamls/306.yaml b/questions/yamls/306.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5fd5d9f01571c3373a98d78609eceae142b35c4b --- /dev/null +++ b/questions/yamls/306.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: 1part +question_params: + query_part: '3' +options: +- raw: '1' +- raw: '2' +- raw: '0' +correct_option: + raw: ['1', '0'] + idx: [0, 2] diff --git a/questions/yamls/307.yaml b/questions/yamls/307.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19ac795aa8a190bab8809774452ff711810ea44c --- /dev/null +++ b/questions/yamls/307.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: 1part +question_params: + query_part: '4' +options: +- raw: '1' +- raw: '2' +- raw: '0' +correct_option: + raw: ['2', '0'] + idx: [1, 2] diff --git a/questions/yamls/308.yaml b/questions/yamls/308.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b8ffa19d8c91e6925effffe5a5c3d6b7b2f60cfa --- /dev/null +++ b/questions/yamls/308.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '1' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/309.yaml b/questions/yamls/309.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2551012ae611e374adf6e6420a2be95ff5da0070 --- /dev/null +++ b/questions/yamls/309.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '2' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/310.yaml b/questions/yamls/310.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6e7ebb5bd5e242e8c87dfd27223256a1dc17bbea --- /dev/null +++ b/questions/yamls/310.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '2' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/311.yaml b/questions/yamls/311.yaml new file mode 100644 index 0000000000000000000000000000000000000000..898be677d744a775373a51b7869bd91bcb975e3c --- /dev/null +++ b/questions/yamls/311.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '1' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/312.yaml b/questions/yamls/312.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3ab20cf72902e2caf31d9f41869b8f7f0bbad0cd --- /dev/null +++ b/questions/yamls/312.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '1' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/313.yaml b/questions/yamls/313.yaml new file mode 100644 index 0000000000000000000000000000000000000000..83bd5d2c17e0f323fd46a3696ea05a7a999abee4 --- /dev/null +++ b/questions/yamls/313.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '2' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/314.yaml b/questions/yamls/314.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a2250d1cf232a57fea762b159b21f9bf045fbb06 --- /dev/null +++ b/questions/yamls/314.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '2' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/315.yaml b/questions/yamls/315.yaml new file mode 100644 index 0000000000000000000000000000000000000000..11083f43e18caf636777c102ef911563921c605d --- /dev/null +++ b/questions/yamls/315.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '1' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/316.yaml b/questions/yamls/316.yaml new file mode 100644 index 0000000000000000000000000000000000000000..df118c0bb64415170705fe18625219f14e125b1d --- /dev/null +++ b/questions/yamls/316.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: find_edges +options: +- raw: [['4', '0']] +- raw: [['4', '8']] +- raw: [['4', '1']] +correct_option: + raw: + - [['4', '0']] + - [['4', '8']] + idx: [0, 1] diff --git a/questions/yamls/317.yaml b/questions/yamls/317.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b775051ee78c91df093bfb28c6936c3e5b2a6cd7 --- /dev/null +++ b/questions/yamls/317.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: find_edges +options: +- raw: [['4', '0']] +- raw: [['4', '8']] +- raw: [['4', '2']] +correct_option: + raw: + - [['4', '0']] + - [['4', '8']] + - [['4', '2']] + idx: [0, 1, 2] diff --git a/questions/yamls/318.yaml b/questions/yamls/318.yaml new file mode 100644 index 0000000000000000000000000000000000000000..455e0bb0daaa7df497c13319df8e1325b473fba3 --- /dev/null +++ b/questions/yamls/318.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: mating +template_type: find_edges +options: +- raw: [['4', '0']] +- raw: [['4', '9']] +- raw: [['4', '2']] +correct_option: + raw: + - [['4', '0']] + - [['4', '2']] + idx: [0, 2] diff --git a/questions/yamls/319.yaml b/questions/yamls/319.yaml new file mode 100644 index 0000000000000000000000000000000000000000..630254b92d52dff2ef71ee5f49e42e7c87b7e3a5 --- /dev/null +++ b/questions/yamls/319.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: find_edges +options: +- raw: [['4', '0']] +- raw: [['4', '6']] +- raw: [['4', '2']] +correct_option: + raw: + - [['4', '0']] + - [['4', '6']] + - [['4', '2']] + idx: [0, 1, 2] diff --git a/questions/yamls/320.yaml b/questions/yamls/320.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e17a02824aa7e9f369303741e5cb8c830366b885 --- /dev/null +++ b/questions/yamls/320.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 19 +question_category: mating +template_type: find_edges +options: +- raw: [['4', '9']] +- raw: [['4', '6']] +- raw: [['4', '2']] +correct_option: + raw: + - [['4', '6']] + - [['4', '2']] + idx: [1, 2] diff --git a/questions/yamls/321.yaml b/questions/yamls/321.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51b96ffd20efa6f88a4b6465222fe3b484914cf3 --- /dev/null +++ b/questions/yamls/321.yaml @@ -0,0 +1,15 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 19 +question_category: mating +template_type: find_edges +options: +- raw: [['3', '9']] +- raw: [['3', '6']] +- raw: [['3', '1']] +correct_option: + raw: + - [['3', '6']] + - [['3', '1']] + idx: [1, 2] diff --git a/questions/yamls/322.yaml b/questions/yamls/322.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b26adf7f8ea63181d3079024ff65844dd8c9432b --- /dev/null +++ b/questions/yamls/322.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: mating +template_type: find_edges +options: +- raw: [['3', '9']] +- raw: [['3', '6']] +- raw: [['3', '2']] +- raw: [['3', '4']] +correct_option: + raw: [['3', '6']] + idx: 1 diff --git a/questions/yamls/323.yaml b/questions/yamls/323.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f10acf93a83d957fc70538149f02ff4c8d0419d8 --- /dev/null +++ b/questions/yamls/323.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '3' +- raw: '6' +- raw: '4' +- raw: '0' +correct_option: + raw: '3' + idx: 0 diff --git a/questions/yamls/324.yaml b/questions/yamls/324.yaml new file mode 100644 index 0000000000000000000000000000000000000000..edc3d0bd3123d26a1b9eaf9eeb106477eac39306 --- /dev/null +++ b/questions/yamls/324.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 19 +question_category: temporal_loc +template_type: next_change +options: +- raw: '0' +- raw: '1' +- raw: '8' +- raw: '9' +correct_option: + raw: '1' + idx: 1 diff --git a/questions/yamls/325.yaml b/questions/yamls/325.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d15be4300a9ec4a8366287aa47c69dfecb0d7afb --- /dev/null +++ b/questions/yamls/325.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 19 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['4', '6'], ['3', '6'], ['4', '2'], ['1', '3']] +- raw: [['3', '6'], ['4', '6'], ['1', '3'], ['4', '2']] +- raw: [['3', '6'], ['1', '3'], ['4', '6'], ['4', '2']] +- raw: [['4', '6'], ['4', '2'], ['3', '6'], ['1', '3']] +correct_option: + raw: [['4', '6'], ['3', '6'], ['4', '2'], ['1', '3']] + idx: 0 diff --git a/questions/yamls/326.yaml b/questions/yamls/326.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3ac1f58f202c773ce7b01c32c5db0a9c1ede82d5 --- /dev/null +++ b/questions/yamls/326.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['4', '6'], ['3', '6'], ['4', '2'], ['1', '3']] +- raw: [['3', '6'], ['4', '6'], ['1', '3'], ['4', '2']] +- raw: [['3', '6'], ['1', '3'], ['4', '6'], ['4', '2']] +- raw: [['4', '6'], ['4', '2'], ['3', '6'], ['1', '3']] +correct_option: + raw: [['4', '6'], ['3', '6'], ['4', '2'], ['1', '3']] + idx: 0 diff --git a/questions/yamls/327.yaml b/questions/yamls/327.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d8782c3c767dddae08f667ec7b91dedf5d86b018 --- /dev/null +++ b/questions/yamls/327.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 0 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['4', '2'], ['1', '3'], ['4', '0']] +- raw: [['1', '3'], ['4', '2'], ['4', '0']] +- raw: [['4', '0'], ['1', '3'], ['4', '2']] +- raw: [['4', '0'], ['4', '2'], ['1', '3']] +correct_option: + raw: [['4', '2'], ['1', '3'], ['4', '0']] + idx: 0 diff --git a/questions/yamls/328.yaml b/questions/yamls/328.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e349e88df4c01a7de867b214b4854eb61c06b36f --- /dev/null +++ b/questions/yamls/328.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['4', '2'], ['1', '3'], ['4', '0']] +- raw: [['1', '3'], ['4', '2'], ['4', '0']] +- raw: [['4', '0'], ['1', '3'], ['4', '2']] +- raw: [['4', '0'], ['4', '2'], ['1', '3']] +correct_option: + raw: [['4', '2'], ['1', '3'], ['4', '0']] + idx: 0 diff --git a/questions/yamls/329.yaml b/questions/yamls/329.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3ec652bf65b2221db0a540c57cc9a7672088d7b7 --- /dev/null +++ b/questions/yamls/329.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['4', '2'], ['1', '3'], ['4', '0'], ['1', '9']] +- raw: [['1', '3'], ['4', '2'], ['1', '9'], ['4', '0']] +- raw: [['1', '3'], ['4', '0'], ['4', '2'], ['1', '9']] +- raw: [['4', '0'], ['4', '2'], ['1', '9'], ['1', '3']] +correct_option: + raw: [['4', '2'], ['1', '3'], ['4', '0'], ['1', '9']] + idx: 0 diff --git a/questions/yamls/330.yaml b/questions/yamls/330.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3941a8df640cf59765055dc4db54b00243d8ea9e --- /dev/null +++ b/questions/yamls/330.yaml @@ -0,0 +1,14 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 81 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['3', '6'], ['1', '3'], ['3', '0']] +- raw: [['3', '0'], ['1', '3'], ['3', '6']] +- raw: [['3', '6'], ['3', '0'], ['1', '3']] +- raw: [['1', '3'], ['3', '6'], ['3', '0']] +correct_option: + raw: [['3', '6'], ['1', '3'], ['3', '0']] + idx: 0 diff --git a/questions/yamls/331.yaml b/questions/yamls/331.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e02322778cae3589a610f019762f24d168f01d35 --- /dev/null +++ b/questions/yamls/331.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 81 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '3' +options: +- raw: ['6', '1', '0'] +- raw: ['0', '1', '6'] +- raw: ['1', '6', '0'] +- raw: ['6', '0', '1'] +correct_option: + raw: ['6', '1', '0'] + idx: 0 diff --git a/questions/yamls/332.yaml b/questions/yamls/332.yaml new file mode 100644 index 0000000000000000000000000000000000000000..49d6211f4e6b88fa3bc6767f36ab33fac681d4a2 --- /dev/null +++ b/questions/yamls/332.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 37 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '3' +options: +- raw: ['6', '1', '0', '7'] +- raw: ['0', '1', '6', '7'] +- raw: ['7', '1', '6', '0'] +- raw: ['6', '1', '7', '0'] +correct_option: + raw: ['6', '1', '0', '7'] + idx: 0 diff --git a/questions/yamls/333.yaml b/questions/yamls/333.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39da6e71108d042b57774c52e56b3f36df9f2a5d --- /dev/null +++ b/questions/yamls/333.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '3' +options: +- raw: ['6', '1', '0', '7'] +- raw: ['0', '1', '6', '7'] +- raw: ['7', '1', '6', '0'] +- raw: ['6', '1', '7', '0'] +correct_option: + raw: ['6', '1', '0', '7'] + idx: 0 diff --git a/questions/yamls/334.yaml b/questions/yamls/334.yaml new file mode 100644 index 0000000000000000000000000000000000000000..04e929e619f5ac5c0d26160e9fe148e756a85039 --- /dev/null +++ b/questions/yamls/334.yaml @@ -0,0 +1,16 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: 6 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '4' +options: +- raw: ['6', '2', '0', '7'] +- raw: ['0', '2', '6', '7'] +- raw: ['7', '2', '6', '0'] +- raw: ['6', '2', '7', '0'] +correct_option: + raw: ['6', '2', '0', '7'] + idx: 0 diff --git a/questions/yamls/335.yaml b/questions/yamls/335.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ede3bfb1798d63026767c18b45cfe22f0f8943df --- /dev/null +++ b/questions/yamls/335.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 19] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '1' +correct_option: + raw: '5' + idx: 1 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/336.yaml b/questions/yamls/336.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d27deb9f94acc36d8db335364141fa3b2f31d0c2 --- /dev/null +++ b/questions/yamls/336.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 37] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '5' + idx: 1 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/337.yaml b/questions/yamls/337.yaml new file mode 100644 index 0000000000000000000000000000000000000000..98dbf18a24fa36d5a571797beb0f74c840c187a6 --- /dev/null +++ b/questions/yamls/337.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 81] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '5' + idx: 1 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/338.yaml b/questions/yamls/338.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4b8bf9334c354bb5f94b23e0406a4b03772ca450 --- /dev/null +++ b/questions/yamls/338.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 19] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '6' + idx: 2 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/339.yaml b/questions/yamls/339.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3e044139e9c860172833569ac774c90afbdde8d1 --- /dev/null +++ b/questions/yamls/339.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 37] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '6' + idx: 2 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/340.yaml b/questions/yamls/340.yaml new file mode 100644 index 0000000000000000000000000000000000000000..44969cb6137a71f6878783f9d2217c5f3747c9d3 --- /dev/null +++ b/questions/yamls/340.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 81] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '6' + idx: 2 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/341.yaml b/questions/yamls/341.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8177f33bf713cc8cea464fe0ba63455e832bea1b --- /dev/null +++ b/questions/yamls/341.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 19] +question_category: tracking +template_type: track_single +question_params: + query_part: '6' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/342.yaml b/questions/yamls/342.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cea967a7b9436187b211e5f79537c897095d938f --- /dev/null +++ b/questions/yamls/342.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 37] +question_category: tracking +template_type: track_single +question_params: + query_part: '6' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/343.yaml b/questions/yamls/343.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ef9683cc878d0123d137f750592b012325773346 --- /dev/null +++ b/questions/yamls/343.yaml @@ -0,0 +1,27 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 81] +question_category: tracking +template_type: track_single +question_params: + query_part: '6' +options: +- raw: '0' +- raw: '5' +- raw: '6' +- raw: '2' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/344.yaml b/questions/yamls/344.yaml new file mode 100644 index 0000000000000000000000000000000000000000..30a740d6d5a864342ec6efc7f7da86ffea114fcc --- /dev/null +++ b/questions/yamls/344.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [0, 93] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/345.yaml b/questions/yamls/345.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d7c7b05b7a8e4135cc68ca26afe47056dd9c1f18 --- /dev/null +++ b/questions/yamls/345.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [0, 113] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/346.yaml b/questions/yamls/346.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1038a1cf273b83d060fe2d5550b068fcbc0bfb64 --- /dev/null +++ b/questions/yamls/346.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [0, 114] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/347.yaml b/questions/yamls/347.yaml new file mode 100644 index 0000000000000000000000000000000000000000..91f7f5797ea1a468089d2729d97b419e201cfa3a --- /dev/null +++ b/questions/yamls/347.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 114] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/348.yaml b/questions/yamls/348.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6793b3cf690eb7eac3bcc55327095eca495b7e49 --- /dev/null +++ b/questions/yamls/348.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 113] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/349.yaml b/questions/yamls/349.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f1fb18fd170cdf1f8da17eb687de26a34d31e3f --- /dev/null +++ b/questions/yamls/349.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 93] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/350.yaml b/questions/yamls/350.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f88ead98e788bca7541496be51e7235c9cb61a5d --- /dev/null +++ b/questions/yamls/350.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [19, 93] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/351.yaml b/questions/yamls/351.yaml new file mode 100644 index 0000000000000000000000000000000000000000..59536a0fcce21ac1c4cef6215c8d95d1fe5803e5 --- /dev/null +++ b/questions/yamls/351.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [19, 113] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/352.yaml b/questions/yamls/352.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0bb544e3b2c8580728ce3d3f5cc85ee4952bb15c --- /dev/null +++ b/questions/yamls/352.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [19, 114] +question_category: tracking +template_type: track_multi +options: +- raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] +- raw: [['3', '3'], ['4', '4'], ['9', '9'], ['8', '8']] +- raw: [['3', '4'], ['4', '3'], ['9', '9'], ['8', '8']] +- raw: [['3', '3'], ['4', '4'], ['9', '8'], ['8', '9']] +correct_option: + raw: [['3', '4'], ['4', '3'], ['9', '8'], ['8', '9']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/353.yaml b/questions/yamls/353.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9e20a8e68a8eab592a1e84442ba3edcad9274f53 --- /dev/null +++ b/questions/yamls/353.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 19] +question_category: tracking +template_type: track_multi +options: +- raw: [['9', '8'], ['8', '9'], ['1', '2'], ['2', '1']] +- raw: [['9', '9'], ['8', '8'], ['1', '2'], ['2', '1']] +- raw: [['9', '8'], ['8', '9'], ['1', '1'], ['2', '2']] +- raw: [['9', '9'], ['8', '8'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['9', '8'], ['8', '9'], ['1', '2'], ['2', '1']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/354.yaml b/questions/yamls/354.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d3680685b8e325bc40672f10025c501d15a63f1d --- /dev/null +++ b/questions/yamls/354.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [0, 6] +question_category: tracking +template_type: track_multi +options: +- raw: [['9', '8'], ['8', '9'], ['1', '2'], ['2', '1']] +- raw: [['9', '9'], ['8', '8'], ['1', '2'], ['2', '1']] +- raw: [['9', '8'], ['8', '9'], ['1', '1'], ['2', '2']] +- raw: [['9', '9'], ['8', '8'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['9', '8'], ['8', '9'], ['1', '2'], ['2', '1']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/355.yaml b/questions/yamls/355.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fb5e26ae43e316826b11f4fbf8617a436ab0fcac --- /dev/null +++ b/questions/yamls/355.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [0, 19] +question_category: tracking +template_type: track_multi +options: +- raw: [['9', '8'], ['8', '9'], ['1', '2'], ['2', '1']] +- raw: [['9', '9'], ['8', '8'], ['1', '2'], ['2', '1']] +- raw: [['9', '8'], ['8', '9'], ['1', '1'], ['2', '2']] +- raw: [['9', '9'], ['8', '8'], ['1', '1'], ['2', '2']] +correct_option: + raw: [['9', '8'], ['8', '9'], ['1', '2'], ['2', '1']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/356.yaml b/questions/yamls/356.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ab9b2638365e749580468922c82353a1a0a2d17c --- /dev/null +++ b/questions/yamls/356.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 37] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '5'], ['5', '6'], ['6', '0']] +- raw: [['0', '0'], ['5', '5'], ['6', '6']] +- raw: [['0', '6'], ['5', '5'], ['6', '0']] +- raw: [['0', '0'], ['5', '6'], ['6', '5']] +correct_option: + raw: [['0', '5'], ['5', '6'], ['6', '0']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/357.yaml b/questions/yamls/357.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ce62a387971dad0be23ed84bc4bb7a553026a27f --- /dev/null +++ b/questions/yamls/357.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [6, 81] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '5'], ['5', '6'], ['6', '0']] +- raw: [['0', '0'], ['5', '5'], ['6', '6']] +- raw: [['0', '6'], ['5', '5'], ['6', '0']] +- raw: [['0', '0'], ['5', '6'], ['6', '5']] +correct_option: + raw: [['0', '5'], ['5', '6'], ['6', '0']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/358.yaml b/questions/yamls/358.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7baf53ad6fb27f5a7400d1a2ec946be20de8755b --- /dev/null +++ b/questions/yamls/358.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [19, 81] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '5'], ['5', '6'], ['6', '0']] +- raw: [['0', '0'], ['5', '5'], ['6', '6']] +- raw: [['0', '6'], ['5', '5'], ['6', '0']] +- raw: [['0', '0'], ['5', '6'], ['6', '5']] +correct_option: + raw: [['0', '5'], ['5', '6'], ['6', '0']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/359.yaml b/questions/yamls/359.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25ab613fd19f93b23cbca0fa143f745951b8cde0 --- /dev/null +++ b/questions/yamls/359.yaml @@ -0,0 +1,25 @@ +category: Chair +name: stig +video_id: _Fvk35D0kgM +frame_idx: [19, 37] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '5'], ['5', '6'], ['6', '0']] +- raw: [['0', '0'], ['5', '5'], ['6', '6']] +- raw: [['0', '6'], ['5', '5'], ['6', '0']] +- raw: [['0', '0'], ['5', '6'], ['6', '5']] +correct_option: + raw: [['0', '5'], ['5', '6'], ['6', '0']] + idx: 0 +jumble_map: + '1': '2' + '2': '1' + '8': '9' + '9': '8' + '3': '4' + '4': '3' + '0': '5' + '5': '6' + '6': '0' + '7': '7' diff --git a/questions/yamls/360.yaml b/questions/yamls/360.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b49b936121bb053cdc503590830ba1d3492fa7d0 --- /dev/null +++ b/questions/yamls/360.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 81 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '0' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/361.yaml b/questions/yamls/361.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f92dac4a4ce3b85ba971d96a7209e48350f664e8 --- /dev/null +++ b/questions/yamls/361.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 81 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '6' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/362.yaml b/questions/yamls/362.yaml new file mode 100644 index 0000000000000000000000000000000000000000..162eb977590c576ce428b871f6063371f1e66faa --- /dev/null +++ b/questions/yamls/362.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 11 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['1', '2', '7', '8'] +- raw: ['7', '2', '1', '8'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/363.yaml b/questions/yamls/363.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1e4dfa9fdd380d571558da26ddd2e7672dd7ada6 --- /dev/null +++ b/questions/yamls/363.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 23 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['1', '2', '7', '8'] +- raw: ['7', '2', '1', '8'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/364.yaml b/questions/yamls/364.yaml new file mode 100644 index 0000000000000000000000000000000000000000..597baba9693a6934237b22aaf789e8d0be17d2ee --- /dev/null +++ b/questions/yamls/364.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 28 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['1', '2', '7', '8'] +- raw: ['7', '2', '1', '8'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/365.yaml b/questions/yamls/365.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a4451f20e8388fcdede0c352cb6905ae0043f392 --- /dev/null +++ b/questions/yamls/365.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 31 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['1', '2', '7', '8'] +- raw: ['7', '2', '1', '8'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/366.yaml b/questions/yamls/366.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c3f2645947daac4850aa914d2f4f94fd2dd94942 --- /dev/null +++ b/questions/yamls/366.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 67 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['1', '2', '7', '8'] +- raw: ['7', '2', '1', '8'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/367.yaml b/questions/yamls/367.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d844add83feaad5ebaac7a6bf2c53e249f79cc1 --- /dev/null +++ b/questions/yamls/367.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 107 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['1', '2', '7', '8'] +- raw: ['7', '2', '1', '8'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/368.yaml b/questions/yamls/368.yaml new file mode 100644 index 0000000000000000000000000000000000000000..503f8c5ef149af3d540024ea1de0f55fb9a91452 --- /dev/null +++ b/questions/yamls/368.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 9 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2'] +- raw: ['1', '7', '2'] +- raw: ['1', '2', '7'] +- raw: ['7', '2', '1'] +correct_option: + raw: ['7', '1', '2'] + idx: 0 diff --git a/questions/yamls/369.yaml b/questions/yamls/369.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3405497b408cbe42257b32143caa4f8347463855 --- /dev/null +++ b/questions/yamls/369.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 11 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2'] +- raw: ['1', '7', '2'] +- raw: ['1', '2', '7'] +- raw: ['7', '2', '1'] +correct_option: + raw: ['7', '1', '2'] + idx: 0 diff --git a/questions/yamls/370.yaml b/questions/yamls/370.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8fd7583ba7a0b0ff166cb0403865734ca8a51480 --- /dev/null +++ b/questions/yamls/370.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 22 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '1', '2'] +- raw: ['1', '7', '2'] +- raw: ['1', '2', '7'] +- raw: ['7', '2', '1'] +correct_option: + raw: ['7', '1', '2'] + idx: 0 diff --git a/questions/yamls/371.yaml b/questions/yamls/371.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ecc741cc9a57998f0324a944714ab59b2f2ba3b4 --- /dev/null +++ b/questions/yamls/371.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 150 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '2', '8'] +- raw: ['8', '7', '2'] +- raw: ['2', '7', '8'] +- raw: ['7', '8', '2'] +correct_option: + raw: ['7', '2', '8'] + idx: 0 diff --git a/questions/yamls/372.yaml b/questions/yamls/372.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6b6d3ce1a366bdc37179ad3218c67f353f0e21a6 --- /dev/null +++ b/questions/yamls/372.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 57 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['7', '2', '8'] +- raw: ['8', '7', '2'] +- raw: ['2', '7', '8'] +- raw: ['7', '8', '2'] +correct_option: + raw: ['7', '2', '8'] + idx: 0 diff --git a/questions/yamls/373.yaml b/questions/yamls/373.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d8f0ec220de47bf7973e3de2c60479f5c36d4aef --- /dev/null +++ b/questions/yamls/373.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 150 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '10' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/374.yaml b/questions/yamls/374.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c81c1a1e26afeebbe1b3d00d3c71328851aa95b2 --- /dev/null +++ b/questions/yamls/374.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 150 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '9' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/375.yaml b/questions/yamls/375.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6503abfe1442cf76410fc84b65f4562e01cc55d6 --- /dev/null +++ b/questions/yamls/375.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 150 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '5' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/376.yaml b/questions/yamls/376.yaml new file mode 100644 index 0000000000000000000000000000000000000000..37cb1017f7a609ea4b2a5eb9f52e97642439acd3 --- /dev/null +++ b/questions/yamls/376.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 11 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '7' +- raw: '2' +- raw: '8' +correct_option: + raw: '2' + idx: 2 diff --git a/questions/yamls/377.yaml b/questions/yamls/377.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8557a00ec12dc112d13c9dceb22712da36cf8801 --- /dev/null +++ b/questions/yamls/377.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 28 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '10' +- raw: '9' +- raw: '2' +- raw: '8' +correct_option: + raw: '9' + idx: 1 diff --git a/questions/yamls/378.yaml b/questions/yamls/378.yaml new file mode 100644 index 0000000000000000000000000000000000000000..712dc3dca5620134e5655d9fef7dd7c4166449f2 --- /dev/null +++ b/questions/yamls/378.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 31 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '10' +- raw: '9' +- raw: '2' +- raw: '8' +correct_option: + raw: '9' + idx: 1 diff --git a/questions/yamls/379.yaml b/questions/yamls/379.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d1d43d26d6ec0ca171ae1f111db0add838e1f960 --- /dev/null +++ b/questions/yamls/379.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 31 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['10', '7'], ['10', '1'], ['10', '2'], ['9', '8']] +- raw: [['10', '1'], ['10', '7'], ['10', '2'], ['9', '8']] +- raw: [['9', '7'], ['9', '1'], ['9', '2'], ['10', '8']] +- raw: [['9', '1'], ['9', '7'], ['9', '2'], ['10', '8']] +correct_option: + raw: [['10', '7'], ['10', '1'], ['10', '2'], ['9', '8']] + idx: 0 diff --git a/questions/yamls/380.yaml b/questions/yamls/380.yaml new file mode 100644 index 0000000000000000000000000000000000000000..659dca089b2af9734e31922bc4b192a5d90a5031 --- /dev/null +++ b/questions/yamls/380.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 57 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['10', '7'], ['10', '2'], ['9', '8']] +- raw: [['10', '2'], ['10', '7'], ['9', '8']] +- raw: [['9', '7'], ['9', '2'], ['10', '8']] +- raw: [['9', '2'], ['9', '7'], ['10', '8']] +correct_option: + raw: [['10', '7'], ['10', '2'], ['9', '8']] + idx: 0 diff --git a/questions/yamls/381.yaml b/questions/yamls/381.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6e9e3d4ab39eef39b2de6e43e14f5dedaee34ab8 --- /dev/null +++ b/questions/yamls/381.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 107 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['10', '7'], ['10', '1'], ['9', '8'], ['6', '4'], ['5', '4']] +- raw: [['10', '1'], ['10', '7'], ['9', '8'], ['6', '4'], ['5', '4']] +- raw: [['9', '7'], ['10', '1'], ['10', '8'], ['6', '4'], ['5', '4']] +- raw: [['10', '7'], ['10', '1'], ['9', '8'], ['5', '4'], ['6', '4']] +correct_option: + raw: [['10', '7'], ['10', '1'], ['9', '8'], ['6', '4'], ['5', '4']] + idx: 0 diff --git a/questions/yamls/382.yaml b/questions/yamls/382.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b82d4b06d9d600358c4b66793cd2b037badd73b5 --- /dev/null +++ b/questions/yamls/382.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: 150 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['10', '7'], ['10', '2'], ['9', '8'], ['6', '4'], ['5', '4']] +- raw: [['10', '2'], ['10', '7'], ['9', '8'], ['6', '4'], ['5', '4']] +- raw: [['9', '7'], ['10', '2'], ['10', '8'], ['6', '4'], ['5', '4']] +- raw: [['10', '7'], ['10', '2'], ['9', '8'], ['5', '4'], ['6', '4']] +correct_option: + raw: [['10', '7'], ['10', '2'], ['9', '8'], ['6', '4'], ['5', '4']] + idx: 0 diff --git a/questions/yamls/385.yaml b/questions/yamls/385.yaml new file mode 100644 index 0000000000000000000000000000000000000000..823aa87a984b851066e6a893ed8fd476d9b50e7e --- /dev/null +++ b/questions/yamls/385.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 28] +question_category: tracking +template_type: track_single +question_params: + query_part: '1' +options: +- raw: '1' +- raw: '7' +- raw: '2' +- raw: '8' +correct_option: + raw: '2' + idx: 2 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/386.yaml b/questions/yamls/386.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c60852e47e127e0e674be9dde04bf4b15206f08e --- /dev/null +++ b/questions/yamls/386.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 28] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '1' +- raw: '7' +- raw: '2' +- raw: '8' +correct_option: + raw: '7' + idx: 1 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/387.yaml b/questions/yamls/387.yaml new file mode 100644 index 0000000000000000000000000000000000000000..41039df3317d59964918ad7cde944ebc905a46db --- /dev/null +++ b/questions/yamls/387.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 28] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '9' +- raw: '7' +- raw: '2' +- raw: '10' +correct_option: + raw: '9' + idx: 0 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/388.yaml b/questions/yamls/388.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2f9a978cc894c3dc2819e69de7011c833ac9afcd --- /dev/null +++ b/questions/yamls/388.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 31] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '9' +- raw: '7' +- raw: '2' +- raw: '10' +correct_option: + raw: '9' + idx: 0 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/389.yaml b/questions/yamls/389.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9712eb847d76eacf7540decb933a02462e7315ce --- /dev/null +++ b/questions/yamls/389.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 51] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '9' +- raw: '1' +- raw: '7' +- raw: '10' +correct_option: + raw: '9' + idx: 0 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/390.yaml b/questions/yamls/390.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fe5823b6134dd35ee39109b51093248e76af2f93 --- /dev/null +++ b/questions/yamls/390.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 51] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '9' +- raw: '1' +- raw: '7' +- raw: '10' +correct_option: + raw: '7' + idx: 2 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/391.yaml b/questions/yamls/391.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31c1bb59e51b19e05ac8cd811478ff5e4654e97e --- /dev/null +++ b/questions/yamls/391.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: jriFVMF4yB0 +frame_idx: [9, 107] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '2'], ['2', '7'], ['7', '8']] +- raw: [['1', '1'], ['2', '2'], ['7', '7']] +- raw: [['1', '1'], ['2', '8'], ['7', '7']] +- raw: [['1', '7'], ['2', '2'], ['7', '8']] +correct_option: + raw: [['1', '2'], ['2', '7'], ['7', '8']] + idx: 0 +jumble_map: + '5': '6' + '6': '5' + '0': '0' + '10': '9' + '9': '10' + '3': '4' + '4': '3' + '1': '2' + '2': '7' + '7': '8' + '8': '1' diff --git a/questions/yamls/392.yaml b/questions/yamls/392.yaml new file mode 100644 index 0000000000000000000000000000000000000000..49406a012ae8d756677969904f81128cfea239d8 --- /dev/null +++ b/questions/yamls/392.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 35 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '2' +- raw: '3' +- raw: '1' +correct_option: + raw: '5' + idx: 0 diff --git a/questions/yamls/393.yaml b/questions/yamls/393.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3b35c2ee5ef78f98f5c8f14a3c9770844205b3f3 --- /dev/null +++ b/questions/yamls/393.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 40 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '2' +- raw: '3' +- raw: '6' +correct_option: + raw: '6' + idx: 3 diff --git a/questions/yamls/394.yaml b/questions/yamls/394.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa12aa786829a7058720fe9b48aad3fc32ba00e1 --- /dev/null +++ b/questions/yamls/394.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 51 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '0' +- raw: '4' +- raw: '7' +correct_option: + raw: '0' + idx: 1 diff --git a/questions/yamls/395.yaml b/questions/yamls/395.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e64535290bf407fb062546a541cf1ac9ebaa4fb2 --- /dev/null +++ b/questions/yamls/395.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 51 +question_category: temporal_loc +template_type: next_change +options: +- raw: '5' +- raw: '2' +- raw: '4' +- raw: '7' +correct_option: + raw: '4' + idx: 2 diff --git a/questions/yamls/396.yaml b/questions/yamls/396.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1b69c4e2db078acb9d6d2a392c9a5cc22893b7e0 --- /dev/null +++ b/questions/yamls/396.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 114 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '2' +- raw: '4' +- raw: '7' +correct_option: + raw: '4' + idx: 2 diff --git a/questions/yamls/397.yaml b/questions/yamls/397.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bef5add6ab7554ec581d8a1374d138556bcc4021 --- /dev/null +++ b/questions/yamls/397.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 35 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5'] +- raw: ['2', '3', '5'] +- raw: ['2', '5', '3'] +- raw: ['3', '5', '2'] +correct_option: + raw: ['3', '2', '5'] + idx: 0 diff --git a/questions/yamls/398.yaml b/questions/yamls/398.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9e377f64fedfd8390cef5331ab035c40c9b18ca6 --- /dev/null +++ b/questions/yamls/398.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 39 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/399.yaml b/questions/yamls/399.yaml new file mode 100644 index 0000000000000000000000000000000000000000..edeca869e6b2957052bd40742781cd7d6182e239 --- /dev/null +++ b/questions/yamls/399.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 40 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/400.yaml b/questions/yamls/400.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2fc15349850f794208f7de8583e8571644962ed5 --- /dev/null +++ b/questions/yamls/400.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 46 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/401.yaml b/questions/yamls/401.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cd33a74b6fbcbb1af3218b7aa6779a7b1d3dd6dd --- /dev/null +++ b/questions/yamls/401.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 51 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/402.yaml b/questions/yamls/402.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7200ed82cf44488db30b844352d4d695ba01e236 --- /dev/null +++ b/questions/yamls/402.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 86 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/403.yaml b/questions/yamls/403.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a91375f490cca756a944c5d3f28c38f210378e6c --- /dev/null +++ b/questions/yamls/403.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 87 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/404.yaml b/questions/yamls/404.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b4dcf42e7bf4ab947a0f1ef33bc54dbbc119ff31 --- /dev/null +++ b/questions/yamls/404.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 118 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['3', '2', '5', '6'] +- raw: ['2', '3', '6', '5'] +- raw: ['2', '5', '3', '6'] +- raw: ['3', '2', '6', '5'] +correct_option: + raw: ['3', '2', '5', '6'] + idx: 0 diff --git a/questions/yamls/405.yaml b/questions/yamls/405.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cf9189f4a68029855279f3581146abfc1928d2ec --- /dev/null +++ b/questions/yamls/405.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 118 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['1', '3'], ['1', '2'], ['0', '5']] +- raw: [['1', '2'], ['1', '3'], ['0', '5']] +- raw: [['0', '3'], ['0', '2'], ['1', '5']] +- raw: [['0', '2'], ['0', '3'], ['1', '5']] +correct_option: + raw: [['1', '3'], ['1', '2'], ['0', '5']] + idx: 0 diff --git a/questions/yamls/406.yaml b/questions/yamls/406.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c6b3c235c1233709745b180a5cbeb393b8d56403 --- /dev/null +++ b/questions/yamls/406.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 118 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['1', '3'], ['1', '2'], ['0', '6']] +- raw: [['1', '2'], ['1', '3'], ['0', '6']] +- raw: [['0', '3'], ['0', '2'], ['1', '6']] +- raw: [['0', '2'], ['0', '3'], ['1', '6']] +correct_option: + raw: [['1', '3'], ['1', '2'], ['0', '6']] + idx: 0 diff --git a/questions/yamls/407.yaml b/questions/yamls/407.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5afa79dad0ef2668bb971b423566d24fa8434854 --- /dev/null +++ b/questions/yamls/407.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 118 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['1', '3'], ['1', '2'], ['7', '2'], ['4', '5']] +- raw: [['1', '3'], ['1', '2'], ['4', '5'], ['7', '2']] +- raw: [['1', '2'], ['1', '3'], ['4', '5'], ['7', '2']] +- raw: [['1', '2'], ['1', '3'], ['7', '2'], ['4', '5']] +correct_option: + raw: [['1', '3'], ['1', '2'], ['7', '2'], ['4', '5']] + idx: 0 diff --git a/questions/yamls/408.yaml b/questions/yamls/408.yaml new file mode 100644 index 0000000000000000000000000000000000000000..253d082f0c91d4cc17df4ae0fc070f69f6630418 --- /dev/null +++ b/questions/yamls/408.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 86 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['1', '3'], ['1', '2'], ['0', '6']] +- raw: [['1', '2'], ['1', '3'], ['0', '6']] +- raw: [['0', '3'], ['0', '2'], ['1', '6']] +- raw: [['0', '2'], ['0', '3'], ['1', '6']] +correct_option: + raw: [['1', '3'], ['1', '2'], ['0', '6']] + idx: 0 diff --git a/questions/yamls/409.yaml b/questions/yamls/409.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9460eff530b59d6138e1135f7d7dfc9719f6f7eb --- /dev/null +++ b/questions/yamls/409.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [8, 118] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '2' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/410.yaml b/questions/yamls/410.yaml new file mode 100644 index 0000000000000000000000000000000000000000..980d3cd4844ddd8011fe397cdcc7efc761ec4ddd --- /dev/null +++ b/questions/yamls/410.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [8, 87] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '2' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/411.yaml b/questions/yamls/411.yaml new file mode 100644 index 0000000000000000000000000000000000000000..11d3fef83afaf3ff4e3da9124a94204ecd548248 --- /dev/null +++ b/questions/yamls/411.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [8, 86] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '2' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/412.yaml b/questions/yamls/412.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d47560ae45cc5f7e640bb3729ade7cc5e498aa54 --- /dev/null +++ b/questions/yamls/412.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [8, 51] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '2' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/413.yaml b/questions/yamls/413.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5190d84e7bb428421b37331ed49dd37dc004a32e --- /dev/null +++ b/questions/yamls/413.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [39, 87] +question_category: tracking +template_type: track_single +question_params: + query_part: '6' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '5' + idx: 2 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/414.yaml b/questions/yamls/414.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e29c6135f3b35d5383dfda79edb8f3aef8299d0c --- /dev/null +++ b/questions/yamls/414.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [31, 87] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '3' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/415.yaml b/questions/yamls/415.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3f9893064c136dba33d774b5308ce29195749577 --- /dev/null +++ b/questions/yamls/415.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [31, 118] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '6' + idx: 3 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/416.yaml b/questions/yamls/416.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c3a18766d2fdcaa9a6f6535623d7fd03c2c90835 --- /dev/null +++ b/questions/yamls/416.yaml @@ -0,0 +1,25 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: [8, 118] +question_category: tracking +template_type: track_single +question_params: + query_part: '1' +options: +- raw: '0' +- raw: '1' +- raw: '5' +- raw: '6' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '3' + '3': '2' + '5': '6' + '6': '5' + '4': '7' + '7': '4' diff --git a/questions/yamls/417.yaml b/questions/yamls/417.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a7484231d0df7607c6993527cd2c2cf11ef0df88 --- /dev/null +++ b/questions/yamls/417.yaml @@ -0,0 +1,16 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 10 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '5' +options: +- raw: ['0', '7', '6'] +- raw: ['0', '6', '7'] +- raw: ['6', '7', '0'] +- raw: ['7', '6', '0'] +correct_option: + raw: ['0', '7', '6'] + idx: 0 diff --git a/questions/yamls/418.yaml b/questions/yamls/418.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c2cfc7dba7f0f63989c72d988f6bdfc82f20b3a4 --- /dev/null +++ b/questions/yamls/418.yaml @@ -0,0 +1,16 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 127 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '5' +options: +- raw: ['0', '7', '6'] +- raw: ['0', '6', '7'] +- raw: ['6', '7', '0'] +- raw: ['7', '6', '0'] +correct_option: + raw: ['0', '7', '6'] + idx: 0 diff --git a/questions/yamls/419.yaml b/questions/yamls/419.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fef07d7b8434a846bb2b4f9a99afee4b225d2318 --- /dev/null +++ b/questions/yamls/419.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [0, 10] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '6'], ['6', '0']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '6'], ['6', '0']] + idx: 1 +jumble_map: + '4': '5' + '5': '4' + '0': '7' + '7': '6' + '6': '0' diff --git a/questions/yamls/420.yaml b/questions/yamls/420.yaml new file mode 100644 index 0000000000000000000000000000000000000000..41b1307ffff9f6d2f9441aea6bf15d19d2844883 --- /dev/null +++ b/questions/yamls/420.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [10, 25] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '6'], ['6', '0']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '6'], ['6', '0']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '7': '6' + '6': '0' + '5': '4' diff --git a/questions/yamls/421.yaml b/questions/yamls/421.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c1a0ded41ae4c3f5c84fcd02cc39f09c632b7537 --- /dev/null +++ b/questions/yamls/421.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [10, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '0'], ['6', '6']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '0'], ['6', '6']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '0' + '6': '6' diff --git a/questions/yamls/422.yaml b/questions/yamls/422.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25cdab4ece71b959085f16943b7bce7529a9e585 --- /dev/null +++ b/questions/yamls/422.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [25, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '0'], ['6', '6']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '0'], ['6', '6']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '0' + '6': '6' diff --git a/questions/yamls/423.yaml b/questions/yamls/423.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e2f647eab0c23671616ba5f3e3dc0f9abf26bd6c --- /dev/null +++ b/questions/yamls/423.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [86, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '0'], ['6', '6']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '0'], ['6', '6']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '0' + '6': '6' diff --git a/questions/yamls/424.yaml b/questions/yamls/424.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f64294400a63e1aa779b396b35161212b9f8e1da --- /dev/null +++ b/questions/yamls/424.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [127, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '0'], ['6', '6']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '0'], ['6', '6']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '0' + '6': '6' diff --git a/questions/yamls/425.yaml b/questions/yamls/425.yaml new file mode 100644 index 0000000000000000000000000000000000000000..392015b60ccfd12978b637aa00d5499df3960242 --- /dev/null +++ b/questions/yamls/425.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [131, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['6', '6'], ['7', '7']] +- raw: [['0', '7'], ['7', '0'], ['6', '6']] +- raw: [['0', '6'], ['6', '7'], ['7', '0']] +- raw: [['0', '0'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['0', '7'], ['7', '0'], ['6', '6']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '0' + '6': '6' diff --git a/questions/yamls/426.yaml b/questions/yamls/426.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6b527fa1dfea155f2f974a1162c8facf11f92bb3 --- /dev/null +++ b/questions/yamls/426.yaml @@ -0,0 +1,20 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [10, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '0'], ['4', '5'], ['5', '4']] +- raw: [['0', '7'], ['4', '5'], ['5', '4']] +- raw: [['0', '6'], ['4', '4'], ['5', '5']] +- raw: [['0', '7'], ['4', '4'], ['5', '5']] +correct_option: + raw: [['0', '7'], ['4', '5'], ['5', '4']] + idx: 1 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '0' + '6': '6' diff --git a/questions/yamls/427.yaml b/questions/yamls/427.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdad7a3d81520060292e14e04f71b124c228fc9c --- /dev/null +++ b/questions/yamls/427.yaml @@ -0,0 +1,22 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [10, 49] +question_category: tracking +template_type: track_single +question_params: + query_part: '6' +options: +- raw: '0' +- raw: '6' +- raw: '7' +- raw: '4' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '6' + '6': '0' diff --git a/questions/yamls/428.yaml b/questions/yamls/428.yaml new file mode 100644 index 0000000000000000000000000000000000000000..830f6c093f0b2ffe2dfe54ea382143976ebbd0a8 --- /dev/null +++ b/questions/yamls/428.yaml @@ -0,0 +1,22 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: [10, 86] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '6' +- raw: '7' +- raw: '4' +correct_option: + raw: '7' + idx: 2 +jumble_map: + '4': '5' + '0': '7' + '5': '4' + '7': '6' + '6': '0' diff --git a/questions/yamls/429.yaml b/questions/yamls/429.yaml new file mode 100644 index 0000000000000000000000000000000000000000..32cac6d576560d4837004456300c831f8ce2a01c --- /dev/null +++ b/questions/yamls/429.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 10 +question_category: temporal_loc +template_type: next_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '1' +correct_option: + raw: '7' + idx: 2 diff --git a/questions/yamls/430.yaml b/questions/yamls/430.yaml new file mode 100644 index 0000000000000000000000000000000000000000..164b7687b972fe2ad86108f9240c3727742ffa45 --- /dev/null +++ b/questions/yamls/430.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 0 +question_category: temporal_loc +template_type: next_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '0' +correct_option: + raw: '0' + idx: 3 diff --git a/questions/yamls/431.yaml b/questions/yamls/431.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4e9a63fc894499c4bd45409522fc891235d0503b --- /dev/null +++ b/questions/yamls/431.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 11 +question_category: temporal_loc +template_type: next_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '0' +correct_option: + raw: '7' + idx: 2 diff --git a/questions/yamls/432.yaml b/questions/yamls/432.yaml new file mode 100644 index 0000000000000000000000000000000000000000..48a3e37824010fea705538c4aa99c10616428ade --- /dev/null +++ b/questions/yamls/432.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 49 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '5' +- raw: '7' +- raw: '0' +correct_option: + raw: '4' + idx: 0 diff --git a/questions/yamls/433.yaml b/questions/yamls/433.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c5dec00b744ea46495efc40141135748a4d9e7d2 --- /dev/null +++ b/questions/yamls/433.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 49 +question_category: temporal_loc +template_type: next_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '0' +correct_option: + raw: '6' + idx: 1 diff --git a/questions/yamls/434.yaml b/questions/yamls/434.yaml new file mode 100644 index 0000000000000000000000000000000000000000..02f934e720b0e17e4acd24b5fc5453384c76fec2 --- /dev/null +++ b/questions/yamls/434.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 49 +question_category: temporal_loc +template_type: next_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '1' +correct_option: + raw: '6' + idx: 1 diff --git a/questions/yamls/435.yaml b/questions/yamls/435.yaml new file mode 100644 index 0000000000000000000000000000000000000000..185691913a348877f54b325a5d13dcc11de030b9 --- /dev/null +++ b/questions/yamls/435.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 127 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '5' +correct_option: + raw: '4' + idx: 0 diff --git a/questions/yamls/436.yaml b/questions/yamls/436.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c1bc6737bc4f3eb7369fc6a0e92449b80543d85b --- /dev/null +++ b/questions/yamls/436.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 168 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '6' +- raw: '7' +- raw: '5' +correct_option: + raw: '4' + idx: 0 diff --git a/questions/yamls/437.yaml b/questions/yamls/437.yaml new file mode 100644 index 0000000000000000000000000000000000000000..525611b60b61008fd6d00c7778b99ef4e74e8a33 --- /dev/null +++ b/questions/yamls/437.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 168 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['5', '0'], ['5', '7'], ['5', '6'], ['4', '6'], ['5', '1']] +- raw: [['5', '7'], ['5', '0'], ['5', '6'], ['4', '6'], ['5', '1']] +- raw: [['5', '7'], ['5', '0'], ['4', '0'], ['5', '6'], ['5', '1']] +- raw: [['4', '7'], ['4', '0'], ['4', '6'], ['5', '6'], ['5', '1']] +correct_option: + raw: [['5', '0'], ['5', '7'], ['5', '6'], ['4', '6'], ['5', '1']] + idx: 0 diff --git a/questions/yamls/438.yaml b/questions/yamls/438.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3be7e9d2a4d54c800deae79b586660c4d68d62aa --- /dev/null +++ b/questions/yamls/438.yaml @@ -0,0 +1,15 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 40 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '2' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/439.yaml b/questions/yamls/439.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6db2f5b3ed706e34393055f8702190a517971956 --- /dev/null +++ b/questions/yamls/439.yaml @@ -0,0 +1,15 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 40 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '3' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/440.yaml b/questions/yamls/440.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b39acf9601de05803c70f27077d002e8264f8cdc --- /dev/null +++ b/questions/yamls/440.yaml @@ -0,0 +1,15 @@ +category: Chair +name: bekvam_3017 +video_id: R5JK_qhkdBo +frame_idx: 40 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '5' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/441.yaml b/questions/yamls/441.yaml new file mode 100644 index 0000000000000000000000000000000000000000..446b4b04d0a4f3940fb4ec58483f934cc5c16ffb --- /dev/null +++ b/questions/yamls/441.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 0 +question_category: mating +template_type: find_edges +options: +- raw: [['1', '7']] +- raw: [['1', '6']] +- raw: [['1', '0']] +- raw: [['4', '5']] +correct_option: + raw: [['1', '6']] + idx: 1 diff --git a/questions/yamls/442.yaml b/questions/yamls/442.yaml new file mode 100644 index 0000000000000000000000000000000000000000..686b9c5cf87515a4a9a7703a08516b75d8098f9e --- /dev/null +++ b/questions/yamls/442.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 10 +question_category: mating +template_type: find_edges +options: +- raw: [['1', '7']] +- raw: [['1', '6']] +- raw: [['1', '0']] +- raw: [['4', '5']] +correct_option: + raw: [['1', '6']] + idx: 1 diff --git a/questions/yamls/443.yaml b/questions/yamls/443.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ee95bb9aa36678b2b1da567914f68103644c9781 --- /dev/null +++ b/questions/yamls/443.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 11 +question_category: mating +template_type: find_edges +options: +- raw: [['1', '7']] +- raw: [['1', '6']] +- raw: [['1', '0']] +- raw: [['4', '5']] +correct_option: + raw: [['1', '6']] + idx: 1 diff --git a/questions/yamls/444.yaml b/questions/yamls/444.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f7eda8ee160d9dd4c2976feaef3a0df29ee26e84 --- /dev/null +++ b/questions/yamls/444.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 49 +question_category: mating +template_type: find_edges +options: +- raw: [['1', '7']] +- raw: [['1', '6']] +- raw: [['1', '0']] +- raw: [['4', '5']] +correct_option: + raw: [['1', '6']] + idx: 1 diff --git a/questions/yamls/445.yaml b/questions/yamls/445.yaml new file mode 100644 index 0000000000000000000000000000000000000000..12c6ce3b0449e680855cc892e114ff5b40e75c07 --- /dev/null +++ b/questions/yamls/445.yaml @@ -0,0 +1,14 @@ +category: Bench +name: tjusig +video_id: 9tGOUGtUapo +frame_idx: 86 +question_category: mating +template_type: find_edges +options: +- raw: [['1', '7']] +- raw: [['1', '6']] +- raw: [['1', '0']] +- raw: [['4', '5']] +correct_option: + raw: [['1', '6']] + idx: 1 diff --git a/questions/yamls/446.yaml b/questions/yamls/446.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0470892902926c5b88a5a83a65de4d5add3f19a6 --- /dev/null +++ b/questions/yamls/446.yaml @@ -0,0 +1,19 @@ +category: Table +name: gladom +video_id: N_OvOr_PmNw +frame_idx: [12, 92] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '3' + idx: 1 +jumble_map: + '0': '3' + '3': '0' + '1': '1' diff --git a/questions/yamls/447.yaml b/questions/yamls/447.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1a98cc984282bd64361969ce493c6c63ce81474f --- /dev/null +++ b/questions/yamls/447.yaml @@ -0,0 +1,19 @@ +category: Table +name: gladom +video_id: N_OvOr_PmNw +frame_idx: [12, 92] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '0': '3' + '3': '0' + '1': '1' diff --git a/questions/yamls/448.yaml b/questions/yamls/448.yaml new file mode 100644 index 0000000000000000000000000000000000000000..848465cde7e270b6cfb8d300ce1f9cf3322b346a --- /dev/null +++ b/questions/yamls/448.yaml @@ -0,0 +1,20 @@ +category: Table +name: gladom +video_id: swf3wH3ApfU +frame_idx: [5, 20] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '0': '0' + '1': '1' + '2': '2' + '3': '3' diff --git a/questions/yamls/449.yaml b/questions/yamls/449.yaml new file mode 100644 index 0000000000000000000000000000000000000000..910520f5f2d6e55ec33dddc20a536a0e0bbea4b3 --- /dev/null +++ b/questions/yamls/449.yaml @@ -0,0 +1,20 @@ +category: Table +name: gladom +video_id: swf3wH3ApfU +frame_idx: [5, 11] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '3' + idx: 1 +jumble_map: + '0': '3' + '1': '1' + '2': '2' + '3': '0' diff --git a/questions/yamls/450.yaml b/questions/yamls/450.yaml new file mode 100644 index 0000000000000000000000000000000000000000..72094ed3e554d1bcc0b7274b4b5a1710990b7f74 --- /dev/null +++ b/questions/yamls/450.yaml @@ -0,0 +1,20 @@ +category: Table +name: gladom +video_id: swf3wH3ApfU +frame_idx: [5, 20] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '0': '3' + '1': '1' + '2': '2' + '3': '0' diff --git a/questions/yamls/451.yaml b/questions/yamls/451.yaml new file mode 100644 index 0000000000000000000000000000000000000000..177c6bcd5a55ad07d5d87ac2773f2c1261852675 --- /dev/null +++ b/questions/yamls/451.yaml @@ -0,0 +1,23 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [4, 75] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '3' +- raw: '1' +- raw: '5' +- raw: '8' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '1': '3' + '3': '1' + '10': '11' + '11': '10' + '5': '8' + '8': '5' diff --git a/questions/yamls/452.yaml b/questions/yamls/452.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ad7a4fe6bf380fad61dcb588fa6d7fbe880f6ad4 --- /dev/null +++ b/questions/yamls/452.yaml @@ -0,0 +1,23 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [16, 75] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '3' +- raw: '1' +- raw: '5' +- raw: '8' +correct_option: + raw: '3' + idx: 0 +jumble_map: + '1': '1' + '10': '11' + '11': '10' + '5': '8' + '8': '5' + '3': '3' diff --git a/questions/yamls/453.yaml b/questions/yamls/453.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d2331634b5b9b6f4408ea5919847950412e16325 --- /dev/null +++ b/questions/yamls/453.yaml @@ -0,0 +1,23 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [16, 75] +question_category: tracking +template_type: track_single +question_params: + query_part: '1' +options: +- raw: '3' +- raw: '1' +- raw: '5' +- raw: '8' +correct_option: + raw: '3' + idx: 0 +jumble_map: + '10': '11' + '11': '10' + '5': '8' + '8': '5' + '1': '3' + '3': '1' diff --git a/questions/yamls/454.yaml b/questions/yamls/454.yaml new file mode 100644 index 0000000000000000000000000000000000000000..463f3754004095f53ff0a8f1ba461bce0fc1b218 --- /dev/null +++ b/questions/yamls/454.yaml @@ -0,0 +1,21 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [69, 140] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '3'], ['3', '1'], ['10', '11']] +- raw: [['1', '3'], ['3', '1'], ['10', '10']] +- raw: [['1', '1'], ['3', '3'], ['10', '11']] +- raw: [['1', '3'], ['3', '1'], ['10', '9']] +correct_option: + raw: [['1', '3'], ['3', '1'], ['10', '11']] + idx: 0 +jumble_map: + '1': '3' + '3': '1' + '5': '5' + '9': '10' + '10': '11' + '11': '9' diff --git a/questions/yamls/455.yaml b/questions/yamls/455.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19848d95719b2f0249bd7cad04e7f3b5a397f06c --- /dev/null +++ b/questions/yamls/455.yaml @@ -0,0 +1,21 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [75, 140] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '3'], ['3', '1'], ['10', '11'], ['11', '9']] +- raw: [['1', '3'], ['3', '1'], ['10', '10'], ['11', '9']] +- raw: [['1', '1'], ['3', '3'], ['10', '11'], ['11', '10']] +- raw: [['1', '3'], ['3', '1'], ['10', '9'], ['11', '11']] +correct_option: + raw: [['1', '3'], ['3', '1'], ['10', '11'], ['11', '9']] + idx: 0 +jumble_map: + '1': '3' + '3': '1' + '5': '5' + '9': '10' + '10': '11' + '11': '9' diff --git a/questions/yamls/456.yaml b/questions/yamls/456.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1d0f9950a4d5803ecda564916b4352fe7bd7c02f --- /dev/null +++ b/questions/yamls/456.yaml @@ -0,0 +1,26 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [130, 208] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '5' +- raw: '7' +- raw: '8' +- raw: '3' +correct_option: + raw: '7' + idx: 1 +jumble_map: + '1': '0' + '9': '10' + '10': '11' + '11': '9' + '5': '7' + '7': '5' + '0': '3' + '3': '1' + '8': '8' diff --git a/questions/yamls/457.yaml b/questions/yamls/457.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b0503e55e5897cc12968c5830727600952887b9f --- /dev/null +++ b/questions/yamls/457.yaml @@ -0,0 +1,25 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: [130, 208] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '5' +- raw: '7' +- raw: '1' +- raw: '3' +correct_option: + raw: '1' + idx: 2 +jumble_map: + '1': '0' + '9': '10' + '10': '11' + '11': '9' + '5': '7' + '7': '5' + '0': '3' + '3': '1' diff --git a/questions/yamls/458.yaml b/questions/yamls/458.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c742019166bedb1e2c731bbd731057cc345cc111 --- /dev/null +++ b/questions/yamls/458.yaml @@ -0,0 +1,13 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: 28 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '8' +- raw: '1' +- raw: '3' +correct_option: + raw: '1' + idx: 1 diff --git a/questions/yamls/459.yaml b/questions/yamls/459.yaml new file mode 100644 index 0000000000000000000000000000000000000000..40091af3935f822ccfecc1346e8f39adee5289bc --- /dev/null +++ b/questions/yamls/459.yaml @@ -0,0 +1,14 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: 69 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '1' +- raw: '3' +- raw: '10' +correct_option: + raw: '10' + idx: 3 diff --git a/questions/yamls/460.yaml b/questions/yamls/460.yaml new file mode 100644 index 0000000000000000000000000000000000000000..432f65cbeeb8a7fb5597bb0d85aaf5b175738b76 --- /dev/null +++ b/questions/yamls/460.yaml @@ -0,0 +1,14 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: 130 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '5' +- raw: '1' +- raw: '11' +- raw: '10' +correct_option: + raw: '11' + idx: 2 diff --git a/questions/yamls/461.yaml b/questions/yamls/461.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0dc5e688ffada35a57864b1bb8de2c7729276db3 --- /dev/null +++ b/questions/yamls/461.yaml @@ -0,0 +1,16 @@ +category: Table +name: tornviken +video_id: 2PBXoPSeV5E +frame_idx: 207 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '5' +options: +- raw: ['9', '4', '2'] +- raw: ['2', '4', '9'] +- raw: ['9', '2', '4'] +- raw: ['4', '2', '9'] +correct_option: + raw: ['9', '4', '2'] + idx: 0 diff --git a/questions/yamls/462.yaml b/questions/yamls/462.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aefe1f8f4015b123bd9dee96be9603d33faf9039 --- /dev/null +++ b/questions/yamls/462.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: 0 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['1', '7', '2'] +- raw: ['2', '7', '1'] +- raw: ['2', '1', '7'] +- raw: ['1', '2', '7'] +correct_option: + raw: ['1', '7', '2'] + idx: 0 diff --git a/questions/yamls/463.yaml b/questions/yamls/463.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dbf62d1a7065d7eb836716b7e482ccf7cca4f3cc --- /dev/null +++ b/questions/yamls/463.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: 3 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '10' +options: +- raw: ['1', '7', '2'] +- raw: ['2', '7', '1'] +- raw: ['2', '1', '7'] +- raw: ['1', '2', '7'] +correct_option: + raw: ['1', '7', '2'] + idx: 0 diff --git a/questions/yamls/464.yaml b/questions/yamls/464.yaml new file mode 100644 index 0000000000000000000000000000000000000000..64ecd4676b1ba79e087434138baffdc376ca520d --- /dev/null +++ b/questions/yamls/464.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: 24 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['10', '7'], ['10', '8'], ['9', '8']] +- raw: [['10', '8'], ['10', '7'], ['9', '8']] +- raw: [['9', '7'], ['9', '8'], ['10', '8']] +- raw: [['9', '8'], ['9', '7'], ['10', '8']] +correct_option: + raw: [['10', '7'], ['10', '8'], ['9', '8']] + idx: 0 diff --git a/questions/yamls/465.yaml b/questions/yamls/465.yaml new file mode 100644 index 0000000000000000000000000000000000000000..18af5af7087392aa8079d204767821faa533815c --- /dev/null +++ b/questions/yamls/465.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: 24 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '10' +- raw: '9' +- raw: '7' +- raw: '8' +correct_option: + raw: '9' + idx: 1 diff --git a/questions/yamls/466.yaml b/questions/yamls/466.yaml new file mode 100644 index 0000000000000000000000000000000000000000..92daa4222cbcfa9082f7abea8da78e4d66f9bbe9 --- /dev/null +++ b/questions/yamls/466.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: 0 +question_category: temporal_loc +template_type: next_change +options: +- raw: '1' +- raw: '2' +- raw: '7' +- raw: '8' +correct_option: + raw: '1' + idx: 0 diff --git a/questions/yamls/467.yaml b/questions/yamls/467.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dafc9d7034ae20ba60b6d280e8a00b182c6a5d65 --- /dev/null +++ b/questions/yamls/467.yaml @@ -0,0 +1,21 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: [0, 24] +question_category: tracking +template_type: track_multi +options: +- raw: [['2', '7'], ['7', '2'], ['10', '9']] +- raw: [['2', '2'], ['7', '7'], ['10', '9']] +- raw: [['2', '7'], ['7', '2'], ['10', '10']] +- raw: [['2', '2'], ['7', '7'], ['10', '10']] +correct_option: + raw: [['2', '7'], ['7', '2'], ['10', '9']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' diff --git a/questions/yamls/468.yaml b/questions/yamls/468.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8663a35139414ba72d409efd5f58993ef6ce81e1 --- /dev/null +++ b/questions/yamls/468.yaml @@ -0,0 +1,21 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: [0, 103] +question_category: tracking +template_type: track_multi +options: +- raw: [['2', '7'], ['7', '2'], ['10', '9']] +- raw: [['2', '2'], ['7', '7'], ['10', '9']] +- raw: [['2', '7'], ['7', '2'], ['10', '10']] +- raw: [['2', '2'], ['7', '7'], ['10', '10']] +correct_option: + raw: [['2', '7'], ['7', '2'], ['10', '9']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' diff --git a/questions/yamls/469.yaml b/questions/yamls/469.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ccf7c8b2835ea905dfae3da4b709e2ae8e95502 --- /dev/null +++ b/questions/yamls/469.yaml @@ -0,0 +1,21 @@ +category: Chair +name: poang_2 +video_id: MGtP_yDOF8I +frame_idx: [24, 103] +question_category: tracking +template_type: track_multi +options: +- raw: [['2', '7'], ['7', '8'], ['8', '2'], ['10', '9']] +- raw: [['2', '2'], ['7', '7'], ['8', '8'], ['10', '9']] +- raw: [['2', '7'], ['7', '8'], ['8', '2'], ['10', '10']] +- raw: [['2', '8'], ['8', '7'], ['7', '2'], ['10', '9']] +correct_option: + raw: [['2', '7'], ['7', '8'], ['8', '2'], ['10', '9']] + idx: 0 +jumble_map: + '9': '10' + '10': '9' + '2': '7' + '7': '8' + '8': '2' + '1': '1' diff --git a/questions/yamls/470.yaml b/questions/yamls/470.yaml new file mode 100644 index 0000000000000000000000000000000000000000..eceed15de90d2851ab82a550043fb60eaa3038ad --- /dev/null +++ b/questions/yamls/470.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: e5KVNqtdzwI +frame_idx: 50 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '6' +- raw: '3' +- raw: '10' +- raw: '9' +correct_option: + raw: '3' + idx: 1 diff --git a/questions/yamls/471.yaml b/questions/yamls/471.yaml new file mode 100644 index 0000000000000000000000000000000000000000..603146ad8e034cae8b0ec6e17184f99fcf5116a6 --- /dev/null +++ b/questions/yamls/471.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: e5KVNqtdzwI +frame_idx: 50 +question_category: temporal_loc +template_type: next_change +options: +- raw: '6' +- raw: '3' +- raw: '10' +- raw: '4' +correct_option: + raw: '4' + idx: 3 diff --git a/questions/yamls/472.yaml b/questions/yamls/472.yaml new file mode 100644 index 0000000000000000000000000000000000000000..edef486591167db21688de10d40cc546677bcbed --- /dev/null +++ b/questions/yamls/472.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: e5KVNqtdzwI +frame_idx: 50 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '9' +options: +- raw: ['7', '1', '2', '8'] +- raw: ['1', '7', '2', '8'] +- raw: ['8', '2', '7', '1'] +- raw: ['7', '1', '8', '2'] +correct_option: + raw: ['7', '1', '2', '8'] + idx: 0 diff --git a/questions/yamls/473.yaml b/questions/yamls/473.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ec3bbb4f44c9b5608f3ee83d0b98678aad894cc8 --- /dev/null +++ b/questions/yamls/473.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 6 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '9' +options: +- raw: ['7', '2', '8', '1'] +- raw: ['7', '8', '2', '1'] +- raw: ['7', '2', '1', '8'] +- raw: ['7', '1', '8', '2'] +correct_option: + raw: ['7', '2', '8', '1'] + idx: 0 diff --git a/questions/yamls/474.yaml b/questions/yamls/474.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4737bb6096161e157cb92f8cd13e79b0bc38d8ab --- /dev/null +++ b/questions/yamls/474.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 12 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '9' +options: +- raw: ['7', '2', '8', '1'] +- raw: ['7', '8', '2', '1'] +- raw: ['7', '2', '1', '8'] +- raw: ['7', '1', '8', '2'] +correct_option: + raw: ['7', '2', '8', '1'] + idx: 0 diff --git a/questions/yamls/475.yaml b/questions/yamls/475.yaml new file mode 100644 index 0000000000000000000000000000000000000000..226af64c2b52612fd3c6f27fc655057bd3fcc898 --- /dev/null +++ b/questions/yamls/475.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 39 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '9' +options: +- raw: ['7', '2', '8', '1'] +- raw: ['7', '8', '2', '1'] +- raw: ['7', '2', '1', '8'] +- raw: ['7', '1', '8', '2'] +correct_option: + raw: ['7', '2', '8', '1'] + idx: 0 diff --git a/questions/yamls/476.yaml b/questions/yamls/476.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f1fcc062594bc147718641c994ee1f9b116c12af --- /dev/null +++ b/questions/yamls/476.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 78 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '9' +options: +- raw: ['2', '8', '1'] +- raw: ['8', '2', '1'] +- raw: ['2', '1', '8'] +- raw: ['1', '8', '2'] +correct_option: + raw: ['2', '8', '1'] + idx: 0 diff --git a/questions/yamls/477.yaml b/questions/yamls/477.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bf9613c5965f95b18c9b9eeff4ff88216e887377 --- /dev/null +++ b/questions/yamls/477.yaml @@ -0,0 +1,16 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 84 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '9' +options: +- raw: ['7', '2', '8', '1'] +- raw: ['7', '8', '2', '1'] +- raw: ['7', '2', '1', '8'] +- raw: ['7', '1', '8', '2'] +correct_option: + raw: ['7', '2', '8', '1'] + idx: 0 diff --git a/questions/yamls/478.yaml b/questions/yamls/478.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ae96aae155b9172420fb4f24ccb4678032f4a69 --- /dev/null +++ b/questions/yamls/478.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 39 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['9', '7'], ['9', '2'], ['10', '8']] +- raw: [['10', '7'], ['10', '2'], ['9', '8']] +- raw: [['9', '2'], ['9', '7'], ['10', '8']] +- raw: [['10', '2'], ['10', '7'], ['9', '8']] +correct_option: + raw: [['9', '7'], ['9', '2'], ['10', '8']] + idx: 0 diff --git a/questions/yamls/479.yaml b/questions/yamls/479.yaml new file mode 100644 index 0000000000000000000000000000000000000000..509503459dad6b2de2da7371e5bd7aea694f371e --- /dev/null +++ b/questions/yamls/479.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 78 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['9', '8'], ['9', '2'], ['10', '1']] +- raw: [['10', '2'], ['10', '8'], ['9', '1']] +- raw: [['9', '2'], ['9', '1'], ['10', '8']] +- raw: [['10', '2'], ['10', '1'], ['9', '8']] +correct_option: + raw: [['9', '2'], ['9', '1'], ['10', '8']] + idx: 2 diff --git a/questions/yamls/480.yaml b/questions/yamls/480.yaml new file mode 100644 index 0000000000000000000000000000000000000000..11d406d1f1a6762370aeb150d1b6a5d99ff1ef40 --- /dev/null +++ b/questions/yamls/480.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 84 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['9', '7'], ['9', '2'], ['10', '8']] +- raw: [['10', '7'], ['10', '2'], ['9', '8']] +- raw: [['9', '2'], ['9', '7'], ['10', '8']] +- raw: [['10', '2'], ['10', '7'], ['9', '8']] +correct_option: + raw: [['9', '7'], ['9', '2'], ['10', '8']] + idx: 0 diff --git a/questions/yamls/481.yaml b/questions/yamls/481.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7cd6619a5e9df7e6951fd6f27f82847dee6767b3 --- /dev/null +++ b/questions/yamls/481.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 39 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '9' +- raw: '8' +- raw: '1' +correct_option: + raw: '0' + idx: 0 diff --git a/questions/yamls/482.yaml b/questions/yamls/482.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1c2d4a010af8a4ee0504f43ecc7c6d6b85f4351e --- /dev/null +++ b/questions/yamls/482.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 12 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '7' +- raw: '2' +- raw: '8' +- raw: '1' +correct_option: + raw: '8' + idx: 2 diff --git a/questions/yamls/483.yaml b/questions/yamls/483.yaml new file mode 100644 index 0000000000000000000000000000000000000000..84c35b1e78d78f05f6a072aa5fe0c93bebe5d336 --- /dev/null +++ b/questions/yamls/483.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: 78 +question_category: mating +template_type: find_edges +options: +- raw: [['4', '6']] +- raw: [['4', '9']] +- raw: [['4', '10']] +- raw: [['4', '0']] +correct_option: + raw: [['4', '6']] + idx: 0 diff --git a/questions/yamls/484.yaml b/questions/yamls/484.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f365f718c6de2a27f3970122cd25b164ff6c34e1 --- /dev/null +++ b/questions/yamls/484.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 12] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['2', '7'], ['7', '2'], ['8', '1']] +- raw: [['1', '1'], ['2', '2'], ['7', '7'], ['8', '8']] +- raw: [['1', '2'], ['2', '7'], ['7', '8'], ['8', '2']] +- raw: [['1', '7'], ['2', '8'], ['7', '2'], ['8', '1']] +correct_option: + raw: [['1', '8'], ['2', '7'], ['7', '2'], ['8', '1']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/485.yaml b/questions/yamls/485.yaml new file mode 100644 index 0000000000000000000000000000000000000000..14bea07e82122bc782759c8a26d3f2e4d42739fe --- /dev/null +++ b/questions/yamls/485.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 39] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['2', '7'], ['7', '2'], ['8', '1']] +- raw: [['1', '1'], ['2', '2'], ['7', '7'], ['8', '8']] +- raw: [['1', '2'], ['2', '7'], ['7', '8'], ['8', '2']] +- raw: [['1', '7'], ['2', '8'], ['7', '2'], ['8', '1']] +correct_option: + raw: [['1', '8'], ['2', '7'], ['7', '2'], ['8', '1']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/486.yaml b/questions/yamls/486.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2228bec3efa14aab94ecaf1c71749314bedd22ee --- /dev/null +++ b/questions/yamls/486.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 78] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['8', '1'], ['9', '10'], ['10', '9']] +- raw: [['1', '1'], ['8', '8'], ['9', '10'], ['10', '9']] +- raw: [['1', '7'], ['8', '1'], ['9', '9'], ['10', '10']] +- raw: [['1', '1'], ['8', '8'], ['9', '9'], ['10', '10']] +correct_option: + raw: [['1', '8'], ['8', '1'], ['9', '10'], ['10', '9']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/487.yaml b/questions/yamls/487.yaml new file mode 100644 index 0000000000000000000000000000000000000000..938074b1b26d38aaab4debf801dd4e077eafe371 --- /dev/null +++ b/questions/yamls/487.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [12, 78] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['8', '1'], ['9', '10']] +- raw: [['1', '1'], ['8', '8'], ['9', '10']] +- raw: [['1', '7'], ['8', '1'], ['9', '9']] +- raw: [['1', '1'], ['8', '8'], ['9', '9']] +correct_option: + raw: [['1', '8'], ['8', '1'], ['9', '10']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/488.yaml b/questions/yamls/488.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6182b8f166fa4b649b2170cf3eb048f23c1fc37a --- /dev/null +++ b/questions/yamls/488.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [39, 78] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['8', '1'], ['9', '10'], ['10', '9']] +- raw: [['1', '1'], ['8', '8'], ['9', '10'], ['10', '9']] +- raw: [['1', '8'], ['8', '1'], ['9', '9'], ['10', '10']] +- raw: [['1', '1'], ['8', '8'], ['9', '9'], ['10', '10']] +correct_option: + raw: [['1', '8'], ['8', '1'], ['9', '10'], ['10', '9']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/489.yaml b/questions/yamls/489.yaml new file mode 100644 index 0000000000000000000000000000000000000000..52fb7748041d231bfda4d794a1609edd1d754884 --- /dev/null +++ b/questions/yamls/489.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 84] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['8', '1'], ['9', '10'], ['10', '9']] +- raw: [['1', '1'], ['8', '8'], ['9', '10'], ['10', '9']] +- raw: [['1', '2'], ['8', '1'], ['9', '9'], ['10', '10']] +- raw: [['1', '1'], ['8', '8'], ['9', '9'], ['10', '10']] +correct_option: + raw: [['1', '8'], ['8', '1'], ['9', '10'], ['10', '9']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/490.yaml b/questions/yamls/490.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6638024ed5160d6920c1c40cc35f212370f61924 --- /dev/null +++ b/questions/yamls/490.yaml @@ -0,0 +1,26 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 84] +question_category: tracking +template_type: track_multi +options: +- raw: [['1', '8'], ['8', '1'], ['2', '7'], ['7', '2']] +- raw: [['1', '1'], ['8', '8'], ['2', '2'], ['7', '7']] +- raw: [['1', '2'], ['8', '1'], ['2', '7'], ['7', '8']] +- raw: [['1', '1'], ['8', '8'], ['2', '7'], ['7', '2']] +correct_option: + raw: [['1', '8'], ['8', '1'], ['2', '7'], ['7', '2']] + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/491.yaml b/questions/yamls/491.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c20e3da36e7f15c1ce0f391be7d74789505e504 --- /dev/null +++ b/questions/yamls/491.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 84] +question_category: tracking +template_type: track_single +question_params: + query_part: '9' +options: +- raw: '10' +- raw: '9' +- raw: '1' +- raw: '2' +correct_option: + raw: '10' + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/492.yaml b/questions/yamls/492.yaml new file mode 100644 index 0000000000000000000000000000000000000000..428bac5e624ec75d048c03df29e45cb2bbd57fba --- /dev/null +++ b/questions/yamls/492.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 78] +question_category: tracking +template_type: track_single +question_params: + query_part: '9' +options: +- raw: '10' +- raw: '9' +- raw: '1' +- raw: '7' +correct_option: + raw: '10' + idx: 0 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/493.yaml b/questions/yamls/493.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3e5b3808ece54862f1e8f63836cb6997e6bf5837 --- /dev/null +++ b/questions/yamls/493.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 39] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '10' +- raw: '9' +- raw: '1' +- raw: '2' +correct_option: + raw: '9' + idx: 1 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/494.yaml b/questions/yamls/494.yaml new file mode 100644 index 0000000000000000000000000000000000000000..727f53fdee863adb1357ae92e49f047b611d52cd --- /dev/null +++ b/questions/yamls/494.yaml @@ -0,0 +1,28 @@ +category: Chair +name: poang_2 +video_id: 5RertVto1RU +frame_idx: [6, 33] +question_category: tracking +template_type: track_single +question_params: + query_part: '10' +options: +- raw: '10' +- raw: '9' +- raw: '1' +- raw: '7' +correct_option: + raw: '9' + idx: 1 +jumble_map: + '1': '8' + '8': '1' + '2': '7' + '7': '2' + '9': '10' + '10': '9' + '3': '4' + '4': '3' + '5': '6' + '6': '5' + '0': '0' diff --git a/questions/yamls/495.yaml b/questions/yamls/495.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ea62efea0302e2a52070a61806e997ae0764526b --- /dev/null +++ b/questions/yamls/495.yaml @@ -0,0 +1,14 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 53 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '5' +- raw: '6' +- raw: '7' +correct_option: + raw: '7' + idx: 3 diff --git a/questions/yamls/496.yaml b/questions/yamls/496.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ac6638e9c9fe87f5161ce93152532ce0527b1944 --- /dev/null +++ b/questions/yamls/496.yaml @@ -0,0 +1,14 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 36 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '5' +- raw: '6' +- raw: '7' +correct_option: + raw: '5' + idx: 1 diff --git a/questions/yamls/497.yaml b/questions/yamls/497.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6d4e1388b3be521fe57e89bf130ac272a7e96105 --- /dev/null +++ b/questions/yamls/497.yaml @@ -0,0 +1,14 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 53 +question_category: temporal_loc +template_type: next_change +options: +- raw: '2' +- raw: '3' +- raw: '0' +- raw: '7' +correct_option: + raw: '2' + idx: 0 diff --git a/questions/yamls/498.yaml b/questions/yamls/498.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ee1210133141e06597027f7383203bd908964937 --- /dev/null +++ b/questions/yamls/498.yaml @@ -0,0 +1,16 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 53 +question_category: mating +template_type: 1part +question_params: + query_part: '2' +options: +- raw: '6' +- raw: '4' +- raw: '5' +- raw: '0' +correct_option: + raw: '6' + idx: 0 diff --git a/questions/yamls/499.yaml b/questions/yamls/499.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fdff5f3c1f11ab80b9b8cd342dce3a6f1415a58b --- /dev/null +++ b/questions/yamls/499.yaml @@ -0,0 +1,16 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 36 +question_category: mating +template_type: 1part +question_params: + query_part: '2' +options: +- raw: '6' +- raw: '4' +- raw: '5' +- raw: '0' +correct_option: + raw: '6' + idx: 0 diff --git a/questions/yamls/500.yaml b/questions/yamls/500.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d7728915db67a7d40e5f19cd73983d592a5fb485 --- /dev/null +++ b/questions/yamls/500.yaml @@ -0,0 +1,16 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 36 +question_category: mating +template_type: 1part +question_params: + query_part: '3' +options: +- raw: '6' +- raw: '4' +- raw: '7' +- raw: '0' +correct_option: + raw: '4' + idx: 1 diff --git a/questions/yamls/501.yaml b/questions/yamls/501.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d6cbc4eab4fd9ea8095bd624847d418095e34e93 --- /dev/null +++ b/questions/yamls/501.yaml @@ -0,0 +1,15 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 53 +question_category: mating +template_type: 1part +question_params: + query_part: '3' +options: +- raw: '6' +- raw: '5' +- raw: '4' +correct_option: + raw: ['5', '4'] + idx: [1, 2] diff --git a/questions/yamls/502.yaml b/questions/yamls/502.yaml new file mode 100644 index 0000000000000000000000000000000000000000..433cc488b1e4969dd5cf4912c8bbe9495e2c8a90 --- /dev/null +++ b/questions/yamls/502.yaml @@ -0,0 +1,15 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 36 +question_category: mating +template_type: 1part +question_params: + query_part: '2' +options: +- raw: '6' +- raw: '7' +- raw: '4' +correct_option: + raw: ['6', '7'] + idx: [0, 1] diff --git a/questions/yamls/503.yaml b/questions/yamls/503.yaml new file mode 100644 index 0000000000000000000000000000000000000000..85fbcf1ba37825da60473d380ee35e3ecb438580 --- /dev/null +++ b/questions/yamls/503.yaml @@ -0,0 +1,16 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 93 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['4', '5', '6', '7'] +- raw: ['5', '4', '6', '7'] +- raw: ['4', '5', '7', '6'] +- raw: ['6', '7', '5', '4'] +correct_option: + raw: ['4', '5', '6', '7'] + idx: 0 diff --git a/questions/yamls/504.yaml b/questions/yamls/504.yaml new file mode 100644 index 0000000000000000000000000000000000000000..36d06df56ec15944eaf0ff926ff7a5fada7d3051 --- /dev/null +++ b/questions/yamls/504.yaml @@ -0,0 +1,16 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 53 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['4', '5', '6', '7'] +- raw: ['5', '4', '6', '7'] +- raw: ['4', '5', '7', '6'] +- raw: ['6', '7', '5', '4'] +correct_option: + raw: ['4', '5', '6', '7'] + idx: 0 diff --git a/questions/yamls/505.yaml b/questions/yamls/505.yaml new file mode 100644 index 0000000000000000000000000000000000000000..629cd9e11260cca3ce6264e94af81d0999e94dee --- /dev/null +++ b/questions/yamls/505.yaml @@ -0,0 +1,16 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: 36 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '1' +options: +- raw: ['4', '5', '6', '7'] +- raw: ['5', '4', '6', '7'] +- raw: ['4', '5', '7', '6'] +- raw: ['6', '7', '5', '4'] +correct_option: + raw: ['4', '5', '6', '7'] + idx: 0 diff --git a/questions/yamls/506.yaml b/questions/yamls/506.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ab16a5ee3e5e4331968be7a8a4493dbce672ff34 --- /dev/null +++ b/questions/yamls/506.yaml @@ -0,0 +1,18 @@ +category: Chair +name: marius +video_id: 2Hgl4ZtO1Lc +frame_idx: [0, 36] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '2' diff --git a/questions/yamls/507.yaml b/questions/yamls/507.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4ddde0ac921b6622f2d9a4f5609c84abd38db5fb --- /dev/null +++ b/questions/yamls/507.yaml @@ -0,0 +1,18 @@ +category: Chair +name: marius +video_id: 2Hgl4ZtO1Lc +frame_idx: [0, 21] +question_category: tracking +template_type: track_single +question_params: + query_part: '1' +options: +- raw: '0' +- raw: '1' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '2' diff --git a/questions/yamls/508.yaml b/questions/yamls/508.yaml new file mode 100644 index 0000000000000000000000000000000000000000..770ef3e4053c8d852f147c9652614178bb029442 --- /dev/null +++ b/questions/yamls/508.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 107] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] +- raw: [['4', '4'], ['7', '7'], ['5', '5'], ['6', '6']] +- raw: [['4', '5'], ['5', '4'], ['6', '7'], ['7', '6']] +- raw: [['4', '4'], ['5', '5'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/509.yaml b/questions/yamls/509.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6a2e373d133228dc85e5453599f2e3cd3634bb5f --- /dev/null +++ b/questions/yamls/509.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [93, 107] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] +- raw: [['4', '4'], ['7', '7'], ['5', '5'], ['6', '6']] +- raw: [['4', '5'], ['5', '4'], ['6', '7'], ['7', '6']] +- raw: [['4', '4'], ['5', '5'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/510.yaml b/questions/yamls/510.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b82b221f150d930e720c0e114964051ec5d943c1 --- /dev/null +++ b/questions/yamls/510.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [53, 107] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] +- raw: [['4', '4'], ['7', '7'], ['5', '5'], ['6', '6']] +- raw: [['4', '5'], ['5', '4'], ['6', '7'], ['7', '6']] +- raw: [['4', '4'], ['5', '5'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/511.yaml b/questions/yamls/511.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f812308f6df2d93e32d8b5d6f2c5fd62033f1d79 --- /dev/null +++ b/questions/yamls/511.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [53, 110] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] +- raw: [['4', '4'], ['7', '7'], ['5', '5'], ['6', '6']] +- raw: [['4', '5'], ['5', '4'], ['6', '7'], ['7', '6']] +- raw: [['4', '4'], ['5', '5'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/512.yaml b/questions/yamls/512.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86016862699244a714a6a765f41ae9bc2a37d1fa --- /dev/null +++ b/questions/yamls/512.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 110] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] +- raw: [['4', '4'], ['7', '7'], ['5', '5'], ['6', '6']] +- raw: [['4', '5'], ['5', '4'], ['6', '7'], ['7', '6']] +- raw: [['4', '4'], ['5', '5'], ['6', '7'], ['7', '6']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['5', '6'], ['6', '5']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/513.yaml b/questions/yamls/513.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5e3210e3e5f1de59402e92b8c453ad586c63d48f --- /dev/null +++ b/questions/yamls/513.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 138] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['7', '7'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['7', '4'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['7', '7'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/514.yaml b/questions/yamls/514.yaml new file mode 100644 index 0000000000000000000000000000000000000000..84a02c10afa545ef1ed6ce4d2f434f4880fd4130 --- /dev/null +++ b/questions/yamls/514.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 93] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['7', '7'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['7', '4'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['7', '7'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/515.yaml b/questions/yamls/515.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4db67771addf18164b44753826c0efe3f128faf3 --- /dev/null +++ b/questions/yamls/515.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 108] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['7', '7'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['7', '4'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['7', '7'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/516.yaml b/questions/yamls/516.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4043dd86cc8526d387975bceb18ba03156457dee --- /dev/null +++ b/questions/yamls/516.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 109] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['7', '7'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['7', '4'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['7', '7'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['7', '4'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/517.yaml b/questions/yamls/517.yaml new file mode 100644 index 0000000000000000000000000000000000000000..79a8e1af92a8ed1a751366f76c7ff0384e536560 --- /dev/null +++ b/questions/yamls/517.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [36, 138] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['6', '5'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['6', '6'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['6', '5'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['6', '6'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['6', '5'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/518.yaml b/questions/yamls/518.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7e0e221c2f58d90ae9b21e6a07ea53ef11ed34d2 --- /dev/null +++ b/questions/yamls/518.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [53, 138] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['6', '5'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['6', '6'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['6', '5'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['6', '6'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['6', '5'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/519.yaml b/questions/yamls/519.yaml new file mode 100644 index 0000000000000000000000000000000000000000..22370ed57e5bc76f8e01421b12c433eef34a6c65 --- /dev/null +++ b/questions/yamls/519.yaml @@ -0,0 +1,21 @@ +category: Table +name: satsumas +video_id: CdpuSW0zEAk +frame_idx: [108, 138] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '7'], ['6', '5'], ['2', '3'], ['3', '2']] +- raw: [['4', '4'], ['6', '6'], ['2', '2'], ['3', '3']] +- raw: [['4', '7'], ['6', '5'], ['2', '2'], ['3', '3']] +- raw: [['4', '4'], ['6', '6'], ['2', '3'], ['3', '2']] +correct_option: + raw: [['4', '7'], ['6', '5'], ['2', '3'], ['3', '2']] + idx: 0 +jumble_map: + '4': '7' + '7': '4' + '5': '6' + '6': '5' + '2': '3' + '3': '2' diff --git a/questions/yamls/520.yaml b/questions/yamls/520.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a172a043c4a41eeaddb05a6ddb81e407351ae697 --- /dev/null +++ b/questions/yamls/520.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 106 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] +- raw: [['1', '4'], ['1', '3'], ['2', '4'], ['1', '0']] +- raw: [['2', '0'], ['2', '3'], ['1', '0'], ['1', '4']] +- raw: [['2', '3'], ['2', '4'], ['1', '4'], ['1', '0']] +correct_option: + raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] + idx: 0 diff --git a/questions/yamls/521.yaml b/questions/yamls/521.yaml new file mode 100644 index 0000000000000000000000000000000000000000..20d7d67609746b496011dff9a8ff907b3bb0d491 --- /dev/null +++ b/questions/yamls/521.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 0 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] +- raw: [['1', '4'], ['1', '3'], ['2', '4'], ['1', '0']] +- raw: [['2', '0'], ['2', '3'], ['1', '0'], ['1', '4']] +- raw: [['2', '3'], ['2', '4'], ['1', '4'], ['1', '0']] +correct_option: + raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] + idx: 0 diff --git a/questions/yamls/522.yaml b/questions/yamls/522.yaml new file mode 100644 index 0000000000000000000000000000000000000000..efd29c01651c68036a9a6aeab541fb0eacf446cb --- /dev/null +++ b/questions/yamls/522.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 79 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] +- raw: [['1', '4'], ['1', '3'], ['2', '4'], ['1', '0']] +- raw: [['2', '0'], ['2', '3'], ['1', '0'], ['1', '4']] +- raw: [['2', '3'], ['2', '4'], ['1', '4'], ['1', '0']] +correct_option: + raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] + idx: 0 diff --git a/questions/yamls/523.yaml b/questions/yamls/523.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3fa5c26ce9bc062a6f724ba110b661383cdc6ee4 --- /dev/null +++ b/questions/yamls/523.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 50 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] +- raw: [['1', '4'], ['1', '3'], ['2', '4'], ['1', '0']] +- raw: [['2', '0'], ['2', '3'], ['1', '0'], ['1', '4']] +- raw: [['2', '3'], ['2', '4'], ['1', '4'], ['1', '0']] +correct_option: + raw: [['2', '4'], ['2', '3'], ['1', '4'], ['1', '0']] + idx: 0 diff --git a/questions/yamls/524.yaml b/questions/yamls/524.yaml new file mode 100644 index 0000000000000000000000000000000000000000..90617d57f64a63651b3a7effe3dea968629e9927 --- /dev/null +++ b/questions/yamls/524.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 0 +question_category: mating +template_type: 1part +question_params: + query_part: '4' +options: +- raw: '2' +- raw: '3' +- raw: '1' +correct_option: + raw: ['2', '1'] + idx: [0, 2] diff --git a/questions/yamls/525.yaml b/questions/yamls/525.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4c5db8e8912542ad6d84f681bd0833c6d7cdf314 --- /dev/null +++ b/questions/yamls/525.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 0 +question_category: mating +template_type: 1part +question_params: + query_part: '0' +options: +- raw: '2' +- raw: '3' +- raw: '1' +correct_option: + raw: ['2', '1'] + idx: [0, 2] diff --git a/questions/yamls/526.yaml b/questions/yamls/526.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d92760287a56a4aa0442421fd0fe009cfc7dd417 --- /dev/null +++ b/questions/yamls/526.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 0 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '0' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/527.yaml b/questions/yamls/527.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a434f70303b50b4d079f1b26ebd695324e7dd48a --- /dev/null +++ b/questions/yamls/527.yaml @@ -0,0 +1,15 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 0 +question_category: mating +template_type: 2parts +question_params: + query_part1: '3' + query_part2: '4' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/528.yaml b/questions/yamls/528.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7830ccb0738502478ea6e1fa28362bd9de86e14a --- /dev/null +++ b/questions/yamls/528.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 49 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '1' +- raw: '3' +- raw: '2' +- raw: '4' +correct_option: + raw: '1' + idx: 0 diff --git a/questions/yamls/529.yaml b/questions/yamls/529.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5b618daabf53ae095b11e5c62f846e804348f3fe --- /dev/null +++ b/questions/yamls/529.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 88 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '0' + idx: 0 diff --git a/questions/yamls/530.yaml b/questions/yamls/530.yaml new file mode 100644 index 0000000000000000000000000000000000000000..92b03980eefced0226119db8ed1e92db2e543a58 --- /dev/null +++ b/questions/yamls/530.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 117 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '1' +- raw: '3' +- raw: '4' +correct_option: + raw: '0' + idx: 0 diff --git a/questions/yamls/531.yaml b/questions/yamls/531.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f753e9845df7da1a341e07087a7c76d6f89efd10 --- /dev/null +++ b/questions/yamls/531.yaml @@ -0,0 +1,14 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 123 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '0' + idx: 0 diff --git a/questions/yamls/532.yaml b/questions/yamls/532.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e0d6b50d85a70311674e93aa08dfe16c00c1b87a --- /dev/null +++ b/questions/yamls/532.yaml @@ -0,0 +1,13 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: 139 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '0' +- raw: '2' +- raw: '4' +correct_option: + raw: '0' + idx: 0 diff --git a/questions/yamls/533.yaml b/questions/yamls/533.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e943203f2114eb05883a20c5f50d72a2509ee5f7 --- /dev/null +++ b/questions/yamls/533.yaml @@ -0,0 +1,20 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: [0, 27] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '0'], ['1', '2'], ['2', '1']] +- raw: [['4', '1'], ['1', '2'], ['2', '0']] +- raw: [['4', '0'], ['1', '1'], ['2', '2']] +- raw: [['4', '3'], ['1', '2'], ['2', '1']] +correct_option: + raw: [['4', '0'], ['1', '2'], ['2', '1']] + idx: 0 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '3': '3' diff --git a/questions/yamls/534.yaml b/questions/yamls/534.yaml new file mode 100644 index 0000000000000000000000000000000000000000..762e2da87d754d0ced618e5c91963bd4be145e20 --- /dev/null +++ b/questions/yamls/534.yaml @@ -0,0 +1,20 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: [0, 49] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '0'], ['1', '2'], ['2', '1']] +- raw: [['4', '1'], ['1', '2'], ['2', '0']] +- raw: [['4', '0'], ['1', '1'], ['2', '2']] +- raw: [['4', '3'], ['1', '2'], ['2', '1']] +correct_option: + raw: [['4', '0'], ['1', '2'], ['2', '1']] + idx: 0 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '3': '3' diff --git a/questions/yamls/535.yaml b/questions/yamls/535.yaml new file mode 100644 index 0000000000000000000000000000000000000000..52eeeb99952f0ab44ee97ee1fa6ef60fa1a210a3 --- /dev/null +++ b/questions/yamls/535.yaml @@ -0,0 +1,20 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: [0, 50] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '0'], ['1', '2'], ['2', '1'], ['0', '4']] +- raw: [['4', '4'], ['1', '1'], ['2', '2'], ['0', '0']] +- raw: [['4', '0'], ['1', '1'], ['2', '2'], ['0', '4']] +- raw: [['4', '4'], ['1', '2'], ['2', '1'], ['0', '0']] +correct_option: + raw: [['4', '0'], ['1', '2'], ['2', '1'], ['0', '4']] + idx: 0 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '3': '3' diff --git a/questions/yamls/536.yaml b/questions/yamls/536.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2784664edcf5990b59e07a4ce07b7cc2d21aab9d --- /dev/null +++ b/questions/yamls/536.yaml @@ -0,0 +1,20 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: [0, 79] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '0'], ['1', '2'], ['2', '1'], ['0', '4']] +- raw: [['4', '4'], ['1', '1'], ['2', '2'], ['0', '0']] +- raw: [['4', '0'], ['1', '1'], ['2', '2'], ['0', '4']] +- raw: [['4', '4'], ['1', '2'], ['2', '1'], ['0', '0']] +correct_option: + raw: [['4', '0'], ['1', '2'], ['2', '1'], ['0', '4']] + idx: 0 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '3': '3' diff --git a/questions/yamls/537.yaml b/questions/yamls/537.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2c8eda91b35830a3ad0f99989917aba559635bd3 --- /dev/null +++ b/questions/yamls/537.yaml @@ -0,0 +1,20 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: [0, 106] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '0'], ['1', '2'], ['2', '1'], ['0', '4']] +- raw: [['4', '4'], ['1', '1'], ['2', '2'], ['0', '0']] +- raw: [['4', '0'], ['1', '1'], ['2', '2'], ['0', '4']] +- raw: [['4', '4'], ['1', '2'], ['2', '1'], ['0', '0']] +correct_option: + raw: [['4', '0'], ['1', '2'], ['2', '1'], ['0', '4']] + idx: 0 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '3': '3' diff --git a/questions/yamls/538.yaml b/questions/yamls/538.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3f3d28a88c9db728be174dbe484172085e65133c --- /dev/null +++ b/questions/yamls/538.yaml @@ -0,0 +1,20 @@ +category: Chair +name: poang_1 +video_id: ILFsV9mSF0E +frame_idx: [0, 123] +question_category: tracking +template_type: track_multi +options: +- raw: [['4', '0'], ['1', '2'], ['0', '4']] +- raw: [['4', '4'], ['1', '1'], ['0', '0']] +- raw: [['4', '0'], ['1', '1'], ['0', '4']] +- raw: [['4', '4'], ['1', '2'], ['0', '0']] +correct_option: + raw: [['4', '0'], ['1', '2'], ['0', '4']] + idx: 0 +jumble_map: + '0': '4' + '4': '0' + '1': '2' + '2': '1' + '3': '3' diff --git a/questions/yamls/539.yaml b/questions/yamls/539.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b23a9064b04ee78eee269b1ee78693a23d378c5c --- /dev/null +++ b/questions/yamls/539.yaml @@ -0,0 +1,14 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: 65 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '3' +- raw: '2' +- raw: '0' +correct_option: + raw: '3' + idx: 1 diff --git a/questions/yamls/540.yaml b/questions/yamls/540.yaml new file mode 100644 index 0000000000000000000000000000000000000000..43ab221c517dd9250f0e8d5b2d67b16694181dee --- /dev/null +++ b/questions/yamls/540.yaml @@ -0,0 +1,13 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: 46 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '2' +- raw: '0' +correct_option: + raw: '2' + idx: 1 diff --git a/questions/yamls/541.yaml b/questions/yamls/541.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c682d1783636795e7ebcfbebe0eaf7cb2e838759 --- /dev/null +++ b/questions/yamls/541.yaml @@ -0,0 +1,13 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: 43 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '4' +- raw: '1' +- raw: '0' +correct_option: + raw: '1' + idx: 1 diff --git a/questions/yamls/542.yaml b/questions/yamls/542.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d2ffb33ddba7b5d88b4e6360a50df24165c592a9 --- /dev/null +++ b/questions/yamls/542.yaml @@ -0,0 +1,14 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: 61 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '4'], ['1', '4'], ['1', '2']] +- raw: [['1', '4'], ['0', '4'], ['1', '2']] +- raw: [['0', '2'], ['1', '2'], ['0', '4']] +- raw: [['1', '2'], ['0', '2'], ['0', '4']] +correct_option: + raw: [['0', '4'], ['1', '4'], ['1', '2']] + idx: 0 diff --git a/questions/yamls/543.yaml b/questions/yamls/543.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a4d1e07a96d6e5c72a520b28efc0fc757e71243e --- /dev/null +++ b/questions/yamls/543.yaml @@ -0,0 +1,14 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: 65 +question_category: temporal_ord +template_type: edge_order +options: +- raw: [['0', '4'], ['1', '4'], ['1', '2']] +- raw: [['1', '4'], ['0', '4'], ['1', '2']] +- raw: [['0', '2'], ['1', '2'], ['0', '4']] +- raw: [['1', '2'], ['0', '2'], ['0', '4']] +correct_option: + raw: [['0', '4'], ['1', '4'], ['1', '2']] + idx: 0 diff --git a/questions/yamls/544.yaml b/questions/yamls/544.yaml new file mode 100644 index 0000000000000000000000000000000000000000..247aad800820cf8658f6dc07035cdc0fceedb03a --- /dev/null +++ b/questions/yamls/544.yaml @@ -0,0 +1,21 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [0, 43] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +- raw: '2' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/545.yaml b/questions/yamls/545.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b95f7f5a7df025016126be4272aad0ba6f351480 --- /dev/null +++ b/questions/yamls/545.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [0, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/546.yaml b/questions/yamls/546.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f66d05e091f07e72e7f1fc93a314669b319d31e2 --- /dev/null +++ b/questions/yamls/546.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [27, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/547.yaml b/questions/yamls/547.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bd10d046dde4de177bf5158fa2885ba6dab7d0f1 --- /dev/null +++ b/questions/yamls/547.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [43, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/548.yaml b/questions/yamls/548.yaml new file mode 100644 index 0000000000000000000000000000000000000000..62c53c84cc21265244f6bd1f1ebd2931b6e2efd3 --- /dev/null +++ b/questions/yamls/548.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [43, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '1' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '0' + idx: 0 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/549.yaml b/questions/yamls/549.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25b7ecd8e27c6732e20b180f67e8b6a989a35784 --- /dev/null +++ b/questions/yamls/549.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [43, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '4' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '2' + idx: 2 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/550.yaml b/questions/yamls/550.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f740a5490b879a52b8a00bd53fc7299d4bd82c56 --- /dev/null +++ b/questions/yamls/550.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [46, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '4' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '2' + idx: 2 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/551.yaml b/questions/yamls/551.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2e415478e4820158bc3cfaec102232fe9ea54549 --- /dev/null +++ b/questions/yamls/551.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [46, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '4' + idx: 3 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/552.yaml b/questions/yamls/552.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d42f3ca29cf4e472c819723cff81bf5b4e983920 --- /dev/null +++ b/questions/yamls/552.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [46, 61] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/553.yaml b/questions/yamls/553.yaml new file mode 100644 index 0000000000000000000000000000000000000000..830844223083940e28bd22dae64cc4f2c056d934 --- /dev/null +++ b/questions/yamls/553.yaml @@ -0,0 +1,22 @@ +category: Chair +name: ingolf +video_id: r_PoGW0Mft0 +frame_idx: [8, 65] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '0' +- raw: '1' +- raw: '2' +- raw: '4' +correct_option: + raw: '1' + idx: 1 +jumble_map: + '0': '1' + '1': '0' + '2': '4' + '4': '2' + '3': '3' diff --git a/questions/yamls/564.yaml b/questions/yamls/564.yaml new file mode 100644 index 0000000000000000000000000000000000000000..41516015e56e033309c7d178d9014fcad6498b6b --- /dev/null +++ b/questions/yamls/564.yaml @@ -0,0 +1,19 @@ +category: Chair +name: lisabo +video_id: QMjLsSkmNWU +frame_idx: [1, 14] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '4' +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '4' + idx: 0 +jumble_map: + '0': '4' + '4': '0' diff --git a/questions/yamls/567.yaml b/questions/yamls/567.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8403e2f0d00f3cea99fff7315b3aef878c9c5caf --- /dev/null +++ b/questions/yamls/567.yaml @@ -0,0 +1,19 @@ +category: Chair +name: lisabo +video_id: QMjLsSkmNWU +frame_idx: [103, 1] +question_category: tracking +template_type: track_single +question_params: + query_part: '4' +options: +- raw: '4' +- raw: '0' +- raw: '3' +- raw: '1' +correct_option: + raw: '0' + idx: 1 +jumble_map: + '0': '4' + '4': '0' diff --git a/questions/yamls/568.yaml b/questions/yamls/568.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1f2eafa1f2fb94bdf1bf1e0c1c5190712bb3ee73 --- /dev/null +++ b/questions/yamls/568.yaml @@ -0,0 +1,20 @@ +category: Chair +name: grubban +video_id: UyOsfaIK2hA +frame_idx: [60, 44] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['2', '4'], ['4', '2']] +- raw: [['0', '0'], ['1', '1'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['2', '2']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] + idx: 0 +jumble_map: + '3': '4' + '4': '2' + '2': '3' + '0': '1' + '1': '0' diff --git a/questions/yamls/569.yaml b/questions/yamls/569.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07caac2815f0e16e9f5db03d741b38db50bb3ab0 --- /dev/null +++ b/questions/yamls/569.yaml @@ -0,0 +1,20 @@ +category: Chair +name: grubban +video_id: UyOsfaIK2hA +frame_idx: [60, 52] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['2', '4'], ['4', '2']] +- raw: [['0', '0'], ['1', '1'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['2', '2']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] + idx: 0 +jumble_map: + '3': '4' + '4': '2' + '2': '3' + '0': '1' + '1': '0' diff --git a/questions/yamls/570.yaml b/questions/yamls/570.yaml new file mode 100644 index 0000000000000000000000000000000000000000..151b726443cffa339e95f171f61d038615476334 --- /dev/null +++ b/questions/yamls/570.yaml @@ -0,0 +1,20 @@ +category: Chair +name: grubban +video_id: UyOsfaIK2hA +frame_idx: [75, 52] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['2', '4'], ['4', '2']] +- raw: [['0', '0'], ['1', '1'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['2', '2']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] + idx: 0 +jumble_map: + '3': '4' + '4': '2' + '2': '3' + '0': '1' + '1': '0' diff --git a/questions/yamls/571.yaml b/questions/yamls/571.yaml new file mode 100644 index 0000000000000000000000000000000000000000..31501933cc5875c8aa5b3b9f24c6be4cab125046 --- /dev/null +++ b/questions/yamls/571.yaml @@ -0,0 +1,20 @@ +category: Chair +name: grubban +video_id: UyOsfaIK2hA +frame_idx: [102, 44] +question_category: tracking +template_type: track_multi +options: +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['2', '4'], ['4', '2']] +- raw: [['0', '0'], ['1', '1'], ['3', '4'], ['4', '2']] +- raw: [['0', '1'], ['1', '0'], ['3', '4'], ['2', '2']] +correct_option: + raw: [['0', '1'], ['1', '0'], ['3', '4'], ['4', '2']] + idx: 0 +jumble_map: + '3': '4' + '4': '2' + '2': '3' + '0': '1' + '1': '0' diff --git a/questions/yamls/572.yaml b/questions/yamls/572.yaml new file mode 100644 index 0000000000000000000000000000000000000000..26cf603c489e90e96b01f291cc5bd5ddea7e72bd --- /dev/null +++ b/questions/yamls/572.yaml @@ -0,0 +1,14 @@ +category: Chair +name: grubban +video_id: UyOsfaIK2hA +frame_idx: 108 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '2' +- raw: '5' +- raw: '0' +- raw: '1' +correct_option: + raw: '5' + idx: 1 diff --git a/questions/yamls/573.yaml b/questions/yamls/573.yaml new file mode 100644 index 0000000000000000000000000000000000000000..52f012523d599c4e26e276a1bcd0e5dd7031b9d0 --- /dev/null +++ b/questions/yamls/573.yaml @@ -0,0 +1,15 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: 1 +question_category: mating +template_type: 2parts +question_params: + query_part1: '2' + query_part2: '7' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/574.yaml b/questions/yamls/574.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c5658a2c5b0431761ddcb61806d05daeb991dc2c --- /dev/null +++ b/questions/yamls/574.yaml @@ -0,0 +1,15 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: 1 +question_category: mating +template_type: 2parts +question_params: + query_part1: '2' + query_part2: '4' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/575.yaml b/questions/yamls/575.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0732cd74e4cfd1bca41128a98f1cffef492d0a5c --- /dev/null +++ b/questions/yamls/575.yaml @@ -0,0 +1,14 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: 25 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '6' + idx: 3 diff --git a/questions/yamls/576.yaml b/questions/yamls/576.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fe3225be63e07cd3eec3961bf1a149a997ca3430 --- /dev/null +++ b/questions/yamls/576.yaml @@ -0,0 +1,16 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: 25 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '0' +options: +- raw: ['2', '5', '6'] +- raw: ['5', '2', '6'] +- raw: ['2', '6', '5'] +- raw: ['5', '6', '2'] +correct_option: + raw: ['2', '5', '6'] + idx: 0 diff --git a/questions/yamls/577.yaml b/questions/yamls/577.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f3d84f4093e7cede6c3ecd631a287df2315a930 --- /dev/null +++ b/questions/yamls/577.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: [1, 25] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '5' + idx: 2 +jumble_map: + '2': '5' + '5': '6' + '6': '3' + '3': '2' diff --git a/questions/yamls/578.yaml b/questions/yamls/578.yaml new file mode 100644 index 0000000000000000000000000000000000000000..59a794563b162ddd3c36201ebb8ff3850db9b81c --- /dev/null +++ b/questions/yamls/578.yaml @@ -0,0 +1,19 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: [55, 25] +question_category: tracking +template_type: track_multi +options: +- raw: [['5', '6'], ['6', '3'], ['3', '2']] +- raw: [['5', '5'], ['6', '6'], ['3', '3']] +- raw: [['5', '2'], ['6', '3'], ['3', '6']] +- raw: [['5', '6'], ['6', '3'], ['3', '6']] +correct_option: + raw: [['5', '6'], ['6', '3'], ['3', '2']] + idx: 0 +jumble_map: + '2': '5' + '5': '6' + '6': '3' + '3': '2' diff --git a/questions/yamls/579.yaml b/questions/yamls/579.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bae2fb00628144f801392e3f1e3bde58f86b0d3f --- /dev/null +++ b/questions/yamls/579.yaml @@ -0,0 +1,19 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: [26, 25] +question_category: tracking +template_type: track_multi +options: +- raw: [['2', '5'], ['3', '2']] +- raw: [['2', '3'], ['3', '2']] +- raw: [['2', '6'], ['3', '3']] +- raw: [['2', '5'], ['3', '6']] +correct_option: + raw: [['2', '5'], ['3', '2']] + idx: 0 +jumble_map: + '2': '5' + '5': '6' + '6': '3' + '3': '2' diff --git a/questions/yamls/580.yaml b/questions/yamls/580.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6ebd473aaed2deccb598c85f96624790a83f4109 --- /dev/null +++ b/questions/yamls/580.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: [26, 25] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '3' + idx: 1 +jumble_map: + '2': '3' + '3': '5' + '5': '6' + '6': '2' diff --git a/questions/yamls/581.yaml b/questions/yamls/581.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9f83b795e09f34ecefa113d8be931e1c66603a74 --- /dev/null +++ b/questions/yamls/581.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: [26, 25] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '5' + idx: 2 +jumble_map: + '2': '5' + '5': '6' + '6': '3' + '3': '2' diff --git a/questions/yamls/582.yaml b/questions/yamls/582.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6d50b46b33c85b1b403a2c269e2fe7d87c0f737d --- /dev/null +++ b/questions/yamls/582.yaml @@ -0,0 +1,21 @@ +category: Chair +name: bekvam_3017 +video_id: yL9VPiHVYtI +frame_idx: [26, 25] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '2' +- raw: '3' +- raw: '5' +- raw: '6' +correct_option: + raw: '2' + idx: 0 +jumble_map: + '2': '5' + '5': '6' + '6': '3' + '3': '2' diff --git a/questions/yamls/583.yaml b/questions/yamls/583.yaml new file mode 100644 index 0000000000000000000000000000000000000000..60db5a3cff109538a86335c8a41214ac5684acff --- /dev/null +++ b/questions/yamls/583.yaml @@ -0,0 +1,16 @@ +category: Misc +name: vittsjo_2 +video_id: LRsTrDctI9o +frame_idx: 14 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '4' +options: +- raw: ['2', '5', '1', '6'] +- raw: ['1', '6', '2', '5'] +- raw: ['5', '2', '6', '1'] +- raw: ['5', '1', '6', '2'] +correct_option: + raw: ['2', '5', '1', '6'] + idx: 0 diff --git a/questions/yamls/584.yaml b/questions/yamls/584.yaml new file mode 100644 index 0000000000000000000000000000000000000000..03f276fbf3eef4a158b7ccc2222dac5db0932662 --- /dev/null +++ b/questions/yamls/584.yaml @@ -0,0 +1,16 @@ +category: Misc +name: vittsjo_2 +video_id: LRsTrDctI9o +frame_idx: 29 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '4' +options: +- raw: ['2', '5', '1', '6'] +- raw: ['1', '6', '2', '5'] +- raw: ['5', '2', '6', '1'] +- raw: ['5', '1', '6', '2'] +correct_option: + raw: ['2', '5', '1', '6'] + idx: 0 diff --git a/questions/yamls/585.yaml b/questions/yamls/585.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7b312abb127c4b277ebab4f65cad2c9d90370cbb --- /dev/null +++ b/questions/yamls/585.yaml @@ -0,0 +1,14 @@ +category: Misc +name: vittsjo_2 +video_id: LRsTrDctI9o +frame_idx: 14 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '2' +- raw: '5' +- raw: '1' +- raw: '6' +correct_option: + raw: '6' + idx: 3 diff --git a/questions/yamls/586.yaml b/questions/yamls/586.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c873afc3774f6d28615a562028353ca237b49936 --- /dev/null +++ b/questions/yamls/586.yaml @@ -0,0 +1,15 @@ +category: Misc +name: vittsjo_2 +video_id: LRsTrDctI9o +frame_idx: 14 +question_category: mating +template_type: 2parts +question_params: + query_part1: '4' + query_part2: '3' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'no' + idx: 1 diff --git a/questions/yamls/587.yaml b/questions/yamls/587.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86f13ca16d03ce993eaa8719cad05de2159cd144 --- /dev/null +++ b/questions/yamls/587.yaml @@ -0,0 +1,15 @@ +category: Misc +name: vittsjo_2 +video_id: LRsTrDctI9o +frame_idx: 14 +question_category: mating +template_type: 2parts +question_params: + query_part1: '0' + query_part2: '3' +options: +- raw: 'yes' +- raw: 'no' +correct_option: + raw: 'yes' + idx: 0 diff --git a/questions/yamls/588.yaml b/questions/yamls/588.yaml new file mode 100644 index 0000000000000000000000000000000000000000..686e121f8e60b430f677aaca7513816afd4e7f70 --- /dev/null +++ b/questions/yamls/588.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 525] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '5' +- raw: '0' +- raw: '7' +- raw: '2' +correct_option: + raw: '0' + idx: 1 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/589.yaml b/questions/yamls/589.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5403a79a55542bbf312dce33e7339e4da06c6f52 --- /dev/null +++ b/questions/yamls/589.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 525] +question_category: tracking +template_type: track_single +question_params: + query_part: '7' +options: +- raw: '5' +- raw: '0' +- raw: '7' +- raw: '2' +correct_option: + raw: '5' + idx: 0 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/590.yaml b/questions/yamls/590.yaml new file mode 100644 index 0000000000000000000000000000000000000000..12efca003253f3c643d0bd1699b2ef35370deabf --- /dev/null +++ b/questions/yamls/590.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 525] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '5' +- raw: '0' +- raw: '7' +- raw: '2' +correct_option: + raw: '2' + idx: 3 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/591.yaml b/questions/yamls/591.yaml new file mode 100644 index 0000000000000000000000000000000000000000..54a9a54ad6aa96bfe165921572a0d085654cc71c --- /dev/null +++ b/questions/yamls/591.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '3' +- raw: '4' +- raw: '0' +- raw: '2' +correct_option: + raw: '4' + idx: 1 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/592.yaml b/questions/yamls/592.yaml new file mode 100644 index 0000000000000000000000000000000000000000..98f12c7f308b43c415c8478839ab666ffb3644ce --- /dev/null +++ b/questions/yamls/592.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '2' + idx: 3 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/593.yaml b/questions/yamls/593.yaml new file mode 100644 index 0000000000000000000000000000000000000000..af75182f1e460cff6fb68a622d5edb6ca5692e27 --- /dev/null +++ b/questions/yamls/593.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '0' + idx: 2 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/594.yaml b/questions/yamls/594.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b8fcaf878b1d5bcfab05024db9fadf0afea3205f --- /dev/null +++ b/questions/yamls/594.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '7' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '5' + idx: 0 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/595.yaml b/questions/yamls/595.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4fc0de8d6851f833abf5758a84fe03987f51b506 --- /dev/null +++ b/questions/yamls/595.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [800, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '7' + idx: 1 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/596.yaml b/questions/yamls/596.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7985332e7085a4518f0efbea9c6240abcd2dea45 --- /dev/null +++ b/questions/yamls/596.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [525, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '2' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '7' + idx: 1 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/597.yaml b/questions/yamls/597.yaml new file mode 100644 index 0000000000000000000000000000000000000000..875bd1ff23c4c090ed95ae0a3c50dd2ae5ffc771 --- /dev/null +++ b/questions/yamls/597.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [525, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '3' +options: +- raw: '5' +- raw: '7' +- raw: '3' +- raw: '4' +correct_option: + raw: '4' + idx: 3 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/598.yaml b/questions/yamls/598.yaml new file mode 100644 index 0000000000000000000000000000000000000000..953503cec44f1632bc0a6f79d5b49ed198fa77f5 --- /dev/null +++ b/questions/yamls/598.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [525, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '0' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '2' + idx: 3 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/599.yaml b/questions/yamls/599.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f45365b4de3375aec7e9bce256a3ef7ec78ec6a0 --- /dev/null +++ b/questions/yamls/599.yaml @@ -0,0 +1,23 @@ +category: Chair +name: ronninge +video_id: d9sENgGhBk4 +frame_idx: [525, 0] +question_category: tracking +template_type: track_single +question_params: + query_part: '5' +options: +- raw: '5' +- raw: '7' +- raw: '0' +- raw: '2' +correct_option: + raw: '0' + idx: 2 +jumble_map: + '0': '2' + '2': '7' + '3': '4' + '4': '3' + '5': '0' + '7': '5' diff --git a/questions/yamls/600.yaml b/questions/yamls/600.yaml new file mode 100644 index 0000000000000000000000000000000000000000..30bd9fec90a925d019df4d63bfb47af2d29efef6 --- /dev/null +++ b/questions/yamls/600.yaml @@ -0,0 +1,16 @@ +category: Misc +name: vesken +video_id: RHNPcRZVpRI +frame_idx: 17 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '2' +options: +- raw: ['8', '7', '10', '9'] +- raw: ['7', '8', '9', '10'] +- raw: ['8', '7', '9', '10'] +- raw: ['9', '10', '7', '8'] +correct_option: + raw: ['8', '7', '10', '9'] + idx: 0 diff --git a/questions/yamls/601.yaml b/questions/yamls/601.yaml new file mode 100644 index 0000000000000000000000000000000000000000..67a307027f2e6aa884dbe67129cb9aa901a396ba --- /dev/null +++ b/questions/yamls/601.yaml @@ -0,0 +1,14 @@ +category: Misc +name: vesken +video_id: RHNPcRZVpRI +frame_idx: 17 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '7' +- raw: '8' +- raw: '9' +- raw: '10' +correct_option: + raw: '9' + idx: 2 diff --git a/questions/yamls/602.yaml b/questions/yamls/602.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c67368a7296e4105a1db924c6c3e7e0fbfc8e3b4 --- /dev/null +++ b/questions/yamls/602.yaml @@ -0,0 +1,16 @@ +category: Misc +name: vesken +video_id: RHNPcRZVpRI +frame_idx: 32 +question_category: temporal_ord +template_type: many_part_order +question_params: + query_part: '0' +options: +- raw: ['6', '5', '3', '4'] +- raw: ['6', '5', '4', '3'] +- raw: ['3', '4', '5', '6'] +- raw: ['4', '3', '5', '6'] +correct_option: + raw: ['6', '5', '3', '4'] + idx: 0 diff --git a/questions/yamls/603.yaml b/questions/yamls/603.yaml new file mode 100644 index 0000000000000000000000000000000000000000..640e1888881432bd03090f783baf86a3ca24e421 --- /dev/null +++ b/questions/yamls/603.yaml @@ -0,0 +1,14 @@ +category: Misc +name: vesken +video_id: RHNPcRZVpRI +frame_idx: 32 +question_category: temporal_loc +template_type: latest_change +options: +- raw: '3' +- raw: '4' +- raw: '5' +- raw: '6' +correct_option: + raw: '4' + idx: 1