diff --git a/.gitattributes b/.gitattributes
index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..999a955fcd746c4f1f669a031eed7639dbb68c6d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -58,3 +58,39 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
# Video files - compressed
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.webm filter=lfs diff=lfs merge=lfs -text
+videos/09_08_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_08_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_09_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_09_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_10_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_10_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_11_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_11_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_12_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/09_12_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_00_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_00_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_02_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_02_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_03_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_03_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_04_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_04_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_05_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_05_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_06_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_06_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_07_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_07_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_08_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_08_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_12_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_12_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_13_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/14_13_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/15_00_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/15_00_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/15_01_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/15_01_1.mov filter=lfs diff=lfs merge=lfs -text
+videos/15_02_0.mov filter=lfs diff=lfs merge=lfs -text
+videos/15_02_1.mov filter=lfs diff=lfs merge=lfs -text
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..f913358b0337658c76197ae5bd2aa3792d98e913
--- /dev/null
+++ b/README.md
@@ -0,0 +1,130 @@
+---
+license: cc-by-4.0
+pretty_name: MotionBlind
+language:
+ - en
+task_categories:
+ - visual-question-answering
+ - video-text-to-text
+tags:
+ - video
+ - video-llm
+ - motion-understanding
+ - physical-reasoning
+ - contrastive
+ - minimal-pairs
+ - benchmark
+size_categories:
+ - n<1K
+configs:
+ - config_name: default
+ data_files:
+ - split: test
+ path: data/motionblind.jsonl
+---
+
+# MotionBlind
+
+**A contrastive benchmark for physical-motion perception in Video-LLMs.**
+
+A Video-LLM can watch two clips of the same person in the same room and name every
+object in both, yet fail to tell you which one moves *faster*, which way a hand travels,
+or how *far* a box slides. **MotionBlind** is a contrastive, minimal-pairs benchmark
+built to expose exactly that gap: pairs of near-identical clips that differ **only** in
+motion, each paired with two complementary yes/no questions.
+
+
+
+
+
+## Why it is hard
+
+Each instance is a **2×2**: two near-identical videos (\(i_0, i_1\)) crossed with two
+complementary questions (\(q_0, q_1\)), with a **diagonal** gold pattern
+(\(q_0\) is *yes* for \(i_0\) and *no* for \(i_1\); vice-versa for \(q_1\)). Because the
+paired clips share static content and differ only in motion, a model that ignores the
+temporal signal cannot satisfy the pattern no matter how good its object recognition is.
+Single-frame, appearance, and language-only shortcuts all collapse toward the **6.25 %**
+chance floor.
+
+## What is inside
+
+| | |
+|---|---|
+| Instances (2×2) | **41** |
+| Clips | **82** |
+| Items (video × question) | **164** |
+| Answer balance | 50 / 50 yes / no |
+| Modality | short self-recorded video + text |
+| Language | English |
+
+All categories are **physical / kinematic** — precisely the variables that are hard to
+source and label from uncontrolled internet video, but directly controllable in a lab:
+
+| Characteristic | Subtype | Instances | Example question |
+|---|---|---|---|
+| Speed | successive | 6 | *Does the person stir faster the first time than the second?* |
+| Magnitude | successive | 15 | *Does the toy car travel farther in the second push than the first?* |
+| Direction | translational | 14 | *From the camera's point of view, is the man walking to the right?* |
+| Direction | rotational | 6 | *Is the bottle spun clockwise?* |
+
+## Metric
+
+We use the TimeBlind / Winoground-style nested scores (primary = **Instance Accuracy**):
+
+- **Acc** — fraction of individual items correct (chance 50 %).
+- **Q_Acc** — a question scores only if correct on *both* videos (chance 25 %).
+- **V_Acc** — a video scores only if *both* its questions are correct (chance 25 %).
+- **I_Acc** — an instance scores only if **all four** items are correct (chance **6.25 %**).
+
+### Human ceiling vs. models
+
+| | Acc | I_Acc |
+|---|---|---|
+| **Human** (mean of 5 annotators) | **97.8** | **91.3** |
+| Best open Video-LLM (≤ 8B) | ~60 | **≤ 25** |
+| Chance | 50.0 | 6.25 |
+
+Per-item accuracy looks competent, but instance-level discrimination sits near the floor
+— the illusion the benchmark is named for.
+
+## Dataset structure
+
+`data/motionblind.jsonl` — one row per item (164 rows):
+
+```json
+{"instance_id": "02_00", "category": "Speed", "subtype": "successive",
+ "video": "02_00_0.mp4", "variant": 0, "question_idx": 1,
+ "question": "Does the person stir faster the first time compared to the second time?",
+ "answer": "yes"}
+```
+
+`data/instances.jsonl` — one row per 2×2 instance (41 rows), with `video_0/1`,
+`question_1/2`, and the diagonal `gold`. Videos live in `videos/`.
+
+**Gold convention.** Files are named `__.`; the first video
+(`_0`) and the first question are the *yes* case, i.e. within each instance the four items
+follow the diagonal `[yes, no, no, yes]`.
+
+## Usage
+
+```python
+from datasets import load_dataset
+from huggingface_hub import snapshot_download
+
+ds = load_dataset("augmentedcognitionlab/MotionBlind", split="test")
+# videos:
+path = snapshot_download("augmentedcognitionlab/MotionBlind", repo_type="dataset")
+# ds[0]["video"] -> file under {path}/videos/
+```
+
+## License & intended use
+
+Released under CC-BY-4.0 for research on motion perception in video models. Human faces
+in all clips are automatically blurred. Please use responsibly.
+
+## Citation
+
+A paper describing MotionBlind is forthcoming; a citation will be added here soon.
+
+Maintained by the Augmented Cognition Lab (ACLab), Northeastern University.
diff --git a/assets/overview.png b/assets/overview.png
new file mode 100644
index 0000000000000000000000000000000000000000..209a083f4db1a5940bd6a2fe9d3572ce904cea1b
--- /dev/null
+++ b/assets/overview.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dadc10533030f2c8f776a15707dc643eec83282c428a51182991968666ebd729
+size 336475
diff --git a/data/instances.jsonl b/data/instances.jsonl
new file mode 100644
index 0000000000000000000000000000000000000000..eef1137e3ab78f42e363ce148fa66faec5c90b79
--- /dev/null
+++ b/data/instances.jsonl
@@ -0,0 +1,41 @@
+{"instance_id": "02_00", "category": "Speed", "subtype": "successive", "video_0": "02_00_0.mp4", "video_1": "02_00_1.mp4", "question_1": "Does the person stir faster the first time compared to the second time?", "question_2": "Does the person stir slower the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "02_01", "category": "Speed", "subtype": "successive", "video_0": "02_01_0.mp4", "video_1": "02_01_1.mp4", "question_1": "Does the drawer close faster the first time compared to the second time?", "question_2": "Does the drawer close slower the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "02_02", "category": "Speed", "subtype": "successive", "video_0": "02_02_0.mp4", "video_1": "02_02_1.mp4", "question_1": "Does the person open their hand faster the first time compared to the second time?", "question_2": "Does the person open their hand slower the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "02_03", "category": "Speed", "subtype": "successive", "video_0": "02_03_0.mp4", "video_1": "02_03_1.mp4", "question_1": "Does the person press the pillow faster the first time compared to the second time?", "question_2": "Does the person press the pillow slower the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "02_04", "category": "Speed", "subtype": "successive", "video_0": "02_04_0.mp4", "video_1": "02_04_1.mp4", "question_1": "Once off the ramp, does the ball move faster the first time compared to the second time?", "question_2": "Once off the ramp, does the ball move slower the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "02_05", "category": "Speed", "subtype": "successive", "video_0": "02_05_0.mp4", "video_1": "02_05_1.mp4", "question_1": "Does the ball travel faster in the second push compared to the first?", "question_2": "Does the ball travel faster in the first push compared to the second?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_00", "category": "Magnitude", "subtype": "successive", "video_0": "09_00_0.mp4", "video_1": "09_00_1.mp4", "question_1": "Does the box travel farther in the second push compared to the first?", "question_2": "Does the box travel farther in the first push compared to the second?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_01", "category": "Magnitude", "subtype": "successive", "video_0": "09_01_0.mp4", "video_1": "09_01_1.mp4", "question_1": "Does the puck travel farther in the second push compared to the first?", "question_2": "Does the puck travel farther in the first push compared to the second?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_02", "category": "Magnitude", "subtype": "successive", "video_0": "09_02_0.mp4", "video_1": "09_02_1.mp4", "question_1": "Does the toy car travel farther in the second push compared to the first?", "question_2": "Does the toy car travel farther in the first push compared to the second?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_03", "category": "Magnitude", "subtype": "successive", "video_0": "09_03_0.mp4", "video_1": "09_03_1.mp4", "question_1": "Does the ball travel farther in the second push compared to the first?", "question_2": "Does the ball travel farther in the first push compared to the second?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_04", "category": "Magnitude", "subtype": "successive", "video_0": "09_04_0.mp4", "video_1": "09_04_1.mp4", "question_1": "Does the ball travel farther in the second push compared to the first?", "question_2": "Does the ball travel farther in the first push compared to the second?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_05", "category": "Magnitude", "subtype": "successive", "video_0": "09_05_0.mp4", "video_1": "09_05_1.mp4", "question_1": "Does the ball that starts closer to the camera roll further?", "question_2": "Does the ball that starts farther from the camera roll further?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_06", "category": "Magnitude", "subtype": "successive", "video_0": "09_06_0.mp4", "video_1": "09_06_1.mp4", "question_1": "From the camera's point of view, does the right disk move further?", "question_2": "From the camera's point of view, does the left disk move further?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_07", "category": "Magnitude", "subtype": "successive", "video_0": "09_07_0.mp4", "video_1": "09_07_1.mp4", "question_1": "Is the magnitude of the pendulum arc smaller the first time compared to the second time?", "question_2": "Is the magnitude of the pendulum arc larger the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_08", "category": "Magnitude", "subtype": "successive", "video_0": "09_08_0.mov", "video_1": "09_08_1.mov", "question_1": "Is the drawer pulled out farther the first time compared to the second time?", "question_2": "Is the drawer pulled out less the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_09", "category": "Magnitude", "subtype": "successive", "video_0": "09_09_0.mov", "video_1": "09_09_1.mov", "question_1": "Is the magnitude of the person's arm swing smaller the first time compared to the second time?", "question_2": "Is the magnitude of the person's arm swing larger the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_10", "category": "Magnitude", "subtype": "successive", "video_0": "09_10_0.mov", "video_1": "09_10_1.mov", "question_1": "Is the magnitude of the ball's first bounce smaller the first time compared to the second time?", "question_2": "Is the magnitude of the ball's first bounce larger the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_11", "category": "Magnitude", "subtype": "successive", "video_0": "09_11_0.mov", "video_1": "09_11_1.mov", "question_1": "Does the ball travel farther the second time compared to the first time?", "question_2": "Does the ball travel farther the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_12", "category": "Magnitude", "subtype": "successive", "video_0": "09_12_0.mov", "video_1": "09_12_1.mov", "question_1": "Does the ball travel farther the second time compared to the first time?", "question_2": "Does the ball travel farther the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_13", "category": "Magnitude", "subtype": "successive", "video_0": "09_13_0.mp4", "video_1": "09_13_1.mp4", "question_1": "Does the person squeeze with more force the first time compared to the second time?", "question_2": "Does the person squeeze with less force the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "09_14", "category": "Magnitude", "subtype": "successive", "video_0": "09_14_0.mp4", "video_1": "09_14_1.mp4", "question_1": "Does the cup travel farther the second time compared to the first time?", "question_2": "Does the cup travel farther the first time compared to the second time?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_00", "category": "Direction", "subtype": "translational", "video_0": "14_00_0.mov", "video_1": "14_00_1.mov", "question_1": "From the camera's point of view, is the man walking to the right?", "question_2": "From the camera's point of view, is the man walking to the left?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_01", "category": "Direction", "subtype": "translational", "video_0": "14_01_0.mp4", "video_1": "14_01_1.mp4", "question_1": "Is the cup moving towards the sink?", "question_2": "Is the cup moving away from the sink?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_02", "category": "Direction", "subtype": "translational", "video_0": "14_02_0.mov", "video_1": "14_02_1.mov", "question_1": "Is the man getting closer to the camera?", "question_2": "Is the man moving farther from the camera?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_03", "category": "Direction", "subtype": "translational", "video_0": "14_03_0.mov", "video_1": "14_03_1.mov", "question_1": "From the camera's point of view, is the man moving to the right?", "question_2": "From the camera's point of view, is the man moving to the left?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_04", "category": "Direction", "subtype": "translational", "video_0": "14_04_0.mov", "video_1": "14_04_1.mov", "question_1": "From the camera's point of view, does the pen roll to the right?", "question_2": "From the camera's point of view, does the pen roll to the left?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_05", "category": "Direction", "subtype": "translational", "video_0": "14_05_0.mov", "video_1": "14_05_1.mov", "question_1": "From the camera's point of view, does the pen slide to the right?", "question_2": "From the camera's point of view, does the pen slide to the left?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_06", "category": "Direction", "subtype": "translational", "video_0": "14_06_0.mov", "video_1": "14_06_1.mov", "question_1": "Does the bottle move up?", "question_2": "Does the bottle move down?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_07", "category": "Direction", "subtype": "translational", "video_0": "14_07_0.mov", "video_1": "14_07_1.mov", "question_1": "Does the phone move closer to the camera?", "question_2": "Does the phone move away from the camera?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_08", "category": "Direction", "subtype": "translational", "video_0": "14_08_0.mov", "video_1": "14_08_1.mov", "question_1": "Does the book move closer to the camera?", "question_2": "Does the book move away from the camera?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_09", "category": "Direction", "subtype": "translational", "video_0": "14_09_0.mp4", "video_1": "14_09_1.mp4", "question_1": "Does the cup move away from the camera?", "question_2": "Does the cup move closer to the camera?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_10", "category": "Direction", "subtype": "translational", "video_0": "14_10_0.mp4", "video_1": "14_10_1.mp4", "question_1": "Is the table top moving up?", "question_2": "Is the table top moving down?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_11", "category": "Direction", "subtype": "translational", "video_0": "14_11_0.mp4", "video_1": "14_11_1.mp4", "question_1": "Does the toy car move away from the camera?", "question_2": "Does the toy car move closer to the camera?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_12", "category": "Direction", "subtype": "translational", "video_0": "14_12_0.mov", "video_1": "14_12_1.mov", "question_1": "From the camera's point of view, does the ball roll to the camera's right?", "question_2": "From the camera's point of view, does the ball roll to the camera's left?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "14_13", "category": "Direction", "subtype": "translational", "video_0": "14_13_0.mov", "video_1": "14_13_1.mov", "question_1": "Is the cup moving away from the camera?", "question_2": "Is the cup getting closer to the camera?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "15_00", "category": "Direction", "subtype": "rotational", "video_0": "15_00_0.mov", "video_1": "15_00_1.mov", "question_1": "Is the man bending counter-clock wise?", "question_2": "Is the man bending clock wise?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "15_01", "category": "Direction", "subtype": "rotational", "video_0": "15_01_0.mov", "video_1": "15_01_1.mov", "question_1": "Is the bottle spun clockwise?", "question_2": "Is the bottle spun counter-clockwise?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "15_02", "category": "Direction", "subtype": "rotational", "video_0": "15_02_0.mov", "video_1": "15_02_1.mov", "question_1": "Is the airpods case spun clockwise?", "question_2": "Is the airpods case spun counter-clockwise?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "15_03", "category": "Direction", "subtype": "rotational", "video_0": "15_03_0.mp4", "video_1": "15_03_1.mp4", "question_1": "Is the man spinning clockwise?", "question_2": "Is the man spinning counter-clockwise?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "15_04", "category": "Direction", "subtype": "rotational", "video_0": "15_04_0.mp4", "video_1": "15_04_1.mp4", "question_1": "Does the notebook rotate clockwise?", "question_2": "Does the notebook rotate counter-clockwise?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
+{"instance_id": "15_05", "category": "Direction", "subtype": "rotational", "video_0": "15_05_0.mp4", "video_1": "15_05_1.mp4", "question_1": "Is the cup spun clockwise?", "question_2": "Is the cup spun counter-clockwise?", "gold": {"q1_v0": "yes", "q1_v1": "no", "q2_v0": "no", "q2_v1": "yes"}}
diff --git a/data/motionblind.jsonl b/data/motionblind.jsonl
new file mode 100644
index 0000000000000000000000000000000000000000..37846fa25d63125462d0bb05f335022698053892
--- /dev/null
+++ b/data/motionblind.jsonl
@@ -0,0 +1,164 @@
+{"instance_id": "02_00", "category": "Speed", "subtype": "successive", "video": "02_00_0.mp4", "variant": 0, "question": "Does the person stir faster the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "02_00", "category": "Speed", "subtype": "successive", "video": "02_00_1.mp4", "variant": 1, "question": "Does the person stir faster the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "02_00", "category": "Speed", "subtype": "successive", "video": "02_00_0.mp4", "variant": 0, "question": "Does the person stir slower the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "02_00", "category": "Speed", "subtype": "successive", "video": "02_00_1.mp4", "variant": 1, "question": "Does the person stir slower the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "02_01", "category": "Speed", "subtype": "successive", "video": "02_01_0.mp4", "variant": 0, "question": "Does the drawer close faster the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "02_01", "category": "Speed", "subtype": "successive", "video": "02_01_1.mp4", "variant": 1, "question": "Does the drawer close faster the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "02_01", "category": "Speed", "subtype": "successive", "video": "02_01_0.mp4", "variant": 0, "question": "Does the drawer close slower the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "02_01", "category": "Speed", "subtype": "successive", "video": "02_01_1.mp4", "variant": 1, "question": "Does the drawer close slower the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "02_02", "category": "Speed", "subtype": "successive", "video": "02_02_0.mp4", "variant": 0, "question": "Does the person open their hand faster the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "02_02", "category": "Speed", "subtype": "successive", "video": "02_02_1.mp4", "variant": 1, "question": "Does the person open their hand faster the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "02_02", "category": "Speed", "subtype": "successive", "video": "02_02_0.mp4", "variant": 0, "question": "Does the person open their hand slower the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "02_02", "category": "Speed", "subtype": "successive", "video": "02_02_1.mp4", "variant": 1, "question": "Does the person open their hand slower the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "02_03", "category": "Speed", "subtype": "successive", "video": "02_03_0.mp4", "variant": 0, "question": "Does the person press the pillow faster the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "02_03", "category": "Speed", "subtype": "successive", "video": "02_03_1.mp4", "variant": 1, "question": "Does the person press the pillow faster the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "02_03", "category": "Speed", "subtype": "successive", "video": "02_03_0.mp4", "variant": 0, "question": "Does the person press the pillow slower the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "02_03", "category": "Speed", "subtype": "successive", "video": "02_03_1.mp4", "variant": 1, "question": "Does the person press the pillow slower the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "02_04", "category": "Speed", "subtype": "successive", "video": "02_04_0.mp4", "variant": 0, "question": "Once off the ramp, does the ball move faster the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "02_04", "category": "Speed", "subtype": "successive", "video": "02_04_1.mp4", "variant": 1, "question": "Once off the ramp, does the ball move faster the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "02_04", "category": "Speed", "subtype": "successive", "video": "02_04_0.mp4", "variant": 0, "question": "Once off the ramp, does the ball move slower the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "02_04", "category": "Speed", "subtype": "successive", "video": "02_04_1.mp4", "variant": 1, "question": "Once off the ramp, does the ball move slower the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "02_05", "category": "Speed", "subtype": "successive", "video": "02_05_0.mp4", "variant": 0, "question": "Does the ball travel faster in the second push compared to the first?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "02_05", "category": "Speed", "subtype": "successive", "video": "02_05_1.mp4", "variant": 1, "question": "Does the ball travel faster in the second push compared to the first?", "question_idx": 1, "answer": "no"}
+{"instance_id": "02_05", "category": "Speed", "subtype": "successive", "video": "02_05_0.mp4", "variant": 0, "question": "Does the ball travel faster in the first push compared to the second?", "question_idx": 2, "answer": "no"}
+{"instance_id": "02_05", "category": "Speed", "subtype": "successive", "video": "02_05_1.mp4", "variant": 1, "question": "Does the ball travel faster in the first push compared to the second?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_00", "category": "Magnitude", "subtype": "successive", "video": "09_00_0.mp4", "variant": 0, "question": "Does the box travel farther in the second push compared to the first?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_00", "category": "Magnitude", "subtype": "successive", "video": "09_00_1.mp4", "variant": 1, "question": "Does the box travel farther in the second push compared to the first?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_00", "category": "Magnitude", "subtype": "successive", "video": "09_00_0.mp4", "variant": 0, "question": "Does the box travel farther in the first push compared to the second?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_00", "category": "Magnitude", "subtype": "successive", "video": "09_00_1.mp4", "variant": 1, "question": "Does the box travel farther in the first push compared to the second?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_01", "category": "Magnitude", "subtype": "successive", "video": "09_01_0.mp4", "variant": 0, "question": "Does the puck travel farther in the second push compared to the first?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_01", "category": "Magnitude", "subtype": "successive", "video": "09_01_1.mp4", "variant": 1, "question": "Does the puck travel farther in the second push compared to the first?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_01", "category": "Magnitude", "subtype": "successive", "video": "09_01_0.mp4", "variant": 0, "question": "Does the puck travel farther in the first push compared to the second?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_01", "category": "Magnitude", "subtype": "successive", "video": "09_01_1.mp4", "variant": 1, "question": "Does the puck travel farther in the first push compared to the second?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_02", "category": "Magnitude", "subtype": "successive", "video": "09_02_0.mp4", "variant": 0, "question": "Does the toy car travel farther in the second push compared to the first?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_02", "category": "Magnitude", "subtype": "successive", "video": "09_02_1.mp4", "variant": 1, "question": "Does the toy car travel farther in the second push compared to the first?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_02", "category": "Magnitude", "subtype": "successive", "video": "09_02_0.mp4", "variant": 0, "question": "Does the toy car travel farther in the first push compared to the second?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_02", "category": "Magnitude", "subtype": "successive", "video": "09_02_1.mp4", "variant": 1, "question": "Does the toy car travel farther in the first push compared to the second?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_03", "category": "Magnitude", "subtype": "successive", "video": "09_03_0.mp4", "variant": 0, "question": "Does the ball travel farther in the second push compared to the first?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_03", "category": "Magnitude", "subtype": "successive", "video": "09_03_1.mp4", "variant": 1, "question": "Does the ball travel farther in the second push compared to the first?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_03", "category": "Magnitude", "subtype": "successive", "video": "09_03_0.mp4", "variant": 0, "question": "Does the ball travel farther in the first push compared to the second?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_03", "category": "Magnitude", "subtype": "successive", "video": "09_03_1.mp4", "variant": 1, "question": "Does the ball travel farther in the first push compared to the second?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_04", "category": "Magnitude", "subtype": "successive", "video": "09_04_0.mp4", "variant": 0, "question": "Does the ball travel farther in the second push compared to the first?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_04", "category": "Magnitude", "subtype": "successive", "video": "09_04_1.mp4", "variant": 1, "question": "Does the ball travel farther in the second push compared to the first?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_04", "category": "Magnitude", "subtype": "successive", "video": "09_04_0.mp4", "variant": 0, "question": "Does the ball travel farther in the first push compared to the second?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_04", "category": "Magnitude", "subtype": "successive", "video": "09_04_1.mp4", "variant": 1, "question": "Does the ball travel farther in the first push compared to the second?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_05", "category": "Magnitude", "subtype": "successive", "video": "09_05_0.mp4", "variant": 0, "question": "Does the ball that starts closer to the camera roll further?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_05", "category": "Magnitude", "subtype": "successive", "video": "09_05_1.mp4", "variant": 1, "question": "Does the ball that starts closer to the camera roll further?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_05", "category": "Magnitude", "subtype": "successive", "video": "09_05_0.mp4", "variant": 0, "question": "Does the ball that starts farther from the camera roll further?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_05", "category": "Magnitude", "subtype": "successive", "video": "09_05_1.mp4", "variant": 1, "question": "Does the ball that starts farther from the camera roll further?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_06", "category": "Magnitude", "subtype": "successive", "video": "09_06_0.mp4", "variant": 0, "question": "From the camera's point of view, does the right disk move further?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_06", "category": "Magnitude", "subtype": "successive", "video": "09_06_1.mp4", "variant": 1, "question": "From the camera's point of view, does the right disk move further?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_06", "category": "Magnitude", "subtype": "successive", "video": "09_06_0.mp4", "variant": 0, "question": "From the camera's point of view, does the left disk move further?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_06", "category": "Magnitude", "subtype": "successive", "video": "09_06_1.mp4", "variant": 1, "question": "From the camera's point of view, does the left disk move further?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_07", "category": "Magnitude", "subtype": "successive", "video": "09_07_0.mp4", "variant": 0, "question": "Is the magnitude of the pendulum arc smaller the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_07", "category": "Magnitude", "subtype": "successive", "video": "09_07_1.mp4", "variant": 1, "question": "Is the magnitude of the pendulum arc smaller the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_07", "category": "Magnitude", "subtype": "successive", "video": "09_07_0.mp4", "variant": 0, "question": "Is the magnitude of the pendulum arc larger the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_07", "category": "Magnitude", "subtype": "successive", "video": "09_07_1.mp4", "variant": 1, "question": "Is the magnitude of the pendulum arc larger the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_08", "category": "Magnitude", "subtype": "successive", "video": "09_08_0.mov", "variant": 0, "question": "Is the drawer pulled out farther the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_08", "category": "Magnitude", "subtype": "successive", "video": "09_08_1.mov", "variant": 1, "question": "Is the drawer pulled out farther the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_08", "category": "Magnitude", "subtype": "successive", "video": "09_08_0.mov", "variant": 0, "question": "Is the drawer pulled out less the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_08", "category": "Magnitude", "subtype": "successive", "video": "09_08_1.mov", "variant": 1, "question": "Is the drawer pulled out less the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_09", "category": "Magnitude", "subtype": "successive", "video": "09_09_0.mov", "variant": 0, "question": "Is the magnitude of the person's arm swing smaller the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_09", "category": "Magnitude", "subtype": "successive", "video": "09_09_1.mov", "variant": 1, "question": "Is the magnitude of the person's arm swing smaller the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_09", "category": "Magnitude", "subtype": "successive", "video": "09_09_0.mov", "variant": 0, "question": "Is the magnitude of the person's arm swing larger the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_09", "category": "Magnitude", "subtype": "successive", "video": "09_09_1.mov", "variant": 1, "question": "Is the magnitude of the person's arm swing larger the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_10", "category": "Magnitude", "subtype": "successive", "video": "09_10_0.mov", "variant": 0, "question": "Is the magnitude of the ball's first bounce smaller the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_10", "category": "Magnitude", "subtype": "successive", "video": "09_10_1.mov", "variant": 1, "question": "Is the magnitude of the ball's first bounce smaller the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_10", "category": "Magnitude", "subtype": "successive", "video": "09_10_0.mov", "variant": 0, "question": "Is the magnitude of the ball's first bounce larger the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_10", "category": "Magnitude", "subtype": "successive", "video": "09_10_1.mov", "variant": 1, "question": "Is the magnitude of the ball's first bounce larger the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_11", "category": "Magnitude", "subtype": "successive", "video": "09_11_0.mov", "variant": 0, "question": "Does the ball travel farther the second time compared to the first time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_11", "category": "Magnitude", "subtype": "successive", "video": "09_11_1.mov", "variant": 1, "question": "Does the ball travel farther the second time compared to the first time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_11", "category": "Magnitude", "subtype": "successive", "video": "09_11_0.mov", "variant": 0, "question": "Does the ball travel farther the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_11", "category": "Magnitude", "subtype": "successive", "video": "09_11_1.mov", "variant": 1, "question": "Does the ball travel farther the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_12", "category": "Magnitude", "subtype": "successive", "video": "09_12_0.mov", "variant": 0, "question": "Does the ball travel farther the second time compared to the first time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_12", "category": "Magnitude", "subtype": "successive", "video": "09_12_1.mov", "variant": 1, "question": "Does the ball travel farther the second time compared to the first time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_12", "category": "Magnitude", "subtype": "successive", "video": "09_12_0.mov", "variant": 0, "question": "Does the ball travel farther the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_12", "category": "Magnitude", "subtype": "successive", "video": "09_12_1.mov", "variant": 1, "question": "Does the ball travel farther the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_13", "category": "Magnitude", "subtype": "successive", "video": "09_13_0.mp4", "variant": 0, "question": "Does the person squeeze with more force the first time compared to the second time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_13", "category": "Magnitude", "subtype": "successive", "video": "09_13_1.mp4", "variant": 1, "question": "Does the person squeeze with more force the first time compared to the second time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_13", "category": "Magnitude", "subtype": "successive", "video": "09_13_0.mp4", "variant": 0, "question": "Does the person squeeze with less force the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_13", "category": "Magnitude", "subtype": "successive", "video": "09_13_1.mp4", "variant": 1, "question": "Does the person squeeze with less force the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "09_14", "category": "Magnitude", "subtype": "successive", "video": "09_14_0.mp4", "variant": 0, "question": "Does the cup travel farther the second time compared to the first time?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "09_14", "category": "Magnitude", "subtype": "successive", "video": "09_14_1.mp4", "variant": 1, "question": "Does the cup travel farther the second time compared to the first time?", "question_idx": 1, "answer": "no"}
+{"instance_id": "09_14", "category": "Magnitude", "subtype": "successive", "video": "09_14_0.mp4", "variant": 0, "question": "Does the cup travel farther the first time compared to the second time?", "question_idx": 2, "answer": "no"}
+{"instance_id": "09_14", "category": "Magnitude", "subtype": "successive", "video": "09_14_1.mp4", "variant": 1, "question": "Does the cup travel farther the first time compared to the second time?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_00", "category": "Direction", "subtype": "translational", "video": "14_00_0.mov", "variant": 0, "question": "From the camera's point of view, is the man walking to the right?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_00", "category": "Direction", "subtype": "translational", "video": "14_00_1.mov", "variant": 1, "question": "From the camera's point of view, is the man walking to the right?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_00", "category": "Direction", "subtype": "translational", "video": "14_00_0.mov", "variant": 0, "question": "From the camera's point of view, is the man walking to the left?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_00", "category": "Direction", "subtype": "translational", "video": "14_00_1.mov", "variant": 1, "question": "From the camera's point of view, is the man walking to the left?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_01", "category": "Direction", "subtype": "translational", "video": "14_01_0.mp4", "variant": 0, "question": "Is the cup moving towards the sink?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_01", "category": "Direction", "subtype": "translational", "video": "14_01_1.mp4", "variant": 1, "question": "Is the cup moving towards the sink?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_01", "category": "Direction", "subtype": "translational", "video": "14_01_0.mp4", "variant": 0, "question": "Is the cup moving away from the sink?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_01", "category": "Direction", "subtype": "translational", "video": "14_01_1.mp4", "variant": 1, "question": "Is the cup moving away from the sink?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_02", "category": "Direction", "subtype": "translational", "video": "14_02_0.mov", "variant": 0, "question": "Is the man getting closer to the camera?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_02", "category": "Direction", "subtype": "translational", "video": "14_02_1.mov", "variant": 1, "question": "Is the man getting closer to the camera?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_02", "category": "Direction", "subtype": "translational", "video": "14_02_0.mov", "variant": 0, "question": "Is the man moving farther from the camera?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_02", "category": "Direction", "subtype": "translational", "video": "14_02_1.mov", "variant": 1, "question": "Is the man moving farther from the camera?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_03", "category": "Direction", "subtype": "translational", "video": "14_03_0.mov", "variant": 0, "question": "From the camera's point of view, is the man moving to the right?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_03", "category": "Direction", "subtype": "translational", "video": "14_03_1.mov", "variant": 1, "question": "From the camera's point of view, is the man moving to the right?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_03", "category": "Direction", "subtype": "translational", "video": "14_03_0.mov", "variant": 0, "question": "From the camera's point of view, is the man moving to the left?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_03", "category": "Direction", "subtype": "translational", "video": "14_03_1.mov", "variant": 1, "question": "From the camera's point of view, is the man moving to the left?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_04", "category": "Direction", "subtype": "translational", "video": "14_04_0.mov", "variant": 0, "question": "From the camera's point of view, does the pen roll to the right?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_04", "category": "Direction", "subtype": "translational", "video": "14_04_1.mov", "variant": 1, "question": "From the camera's point of view, does the pen roll to the right?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_04", "category": "Direction", "subtype": "translational", "video": "14_04_0.mov", "variant": 0, "question": "From the camera's point of view, does the pen roll to the left?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_04", "category": "Direction", "subtype": "translational", "video": "14_04_1.mov", "variant": 1, "question": "From the camera's point of view, does the pen roll to the left?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_05", "category": "Direction", "subtype": "translational", "video": "14_05_0.mov", "variant": 0, "question": "From the camera's point of view, does the pen slide to the right?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_05", "category": "Direction", "subtype": "translational", "video": "14_05_1.mov", "variant": 1, "question": "From the camera's point of view, does the pen slide to the right?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_05", "category": "Direction", "subtype": "translational", "video": "14_05_0.mov", "variant": 0, "question": "From the camera's point of view, does the pen slide to the left?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_05", "category": "Direction", "subtype": "translational", "video": "14_05_1.mov", "variant": 1, "question": "From the camera's point of view, does the pen slide to the left?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_06", "category": "Direction", "subtype": "translational", "video": "14_06_0.mov", "variant": 0, "question": "Does the bottle move up?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_06", "category": "Direction", "subtype": "translational", "video": "14_06_1.mov", "variant": 1, "question": "Does the bottle move up?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_06", "category": "Direction", "subtype": "translational", "video": "14_06_0.mov", "variant": 0, "question": "Does the bottle move down?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_06", "category": "Direction", "subtype": "translational", "video": "14_06_1.mov", "variant": 1, "question": "Does the bottle move down?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_07", "category": "Direction", "subtype": "translational", "video": "14_07_0.mov", "variant": 0, "question": "Does the phone move closer to the camera?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_07", "category": "Direction", "subtype": "translational", "video": "14_07_1.mov", "variant": 1, "question": "Does the phone move closer to the camera?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_07", "category": "Direction", "subtype": "translational", "video": "14_07_0.mov", "variant": 0, "question": "Does the phone move away from the camera?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_07", "category": "Direction", "subtype": "translational", "video": "14_07_1.mov", "variant": 1, "question": "Does the phone move away from the camera?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_08", "category": "Direction", "subtype": "translational", "video": "14_08_0.mov", "variant": 0, "question": "Does the book move closer to the camera?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_08", "category": "Direction", "subtype": "translational", "video": "14_08_1.mov", "variant": 1, "question": "Does the book move closer to the camera?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_08", "category": "Direction", "subtype": "translational", "video": "14_08_0.mov", "variant": 0, "question": "Does the book move away from the camera?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_08", "category": "Direction", "subtype": "translational", "video": "14_08_1.mov", "variant": 1, "question": "Does the book move away from the camera?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_09", "category": "Direction", "subtype": "translational", "video": "14_09_0.mp4", "variant": 0, "question": "Does the cup move away from the camera?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_09", "category": "Direction", "subtype": "translational", "video": "14_09_1.mp4", "variant": 1, "question": "Does the cup move away from the camera?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_09", "category": "Direction", "subtype": "translational", "video": "14_09_0.mp4", "variant": 0, "question": "Does the cup move closer to the camera?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_09", "category": "Direction", "subtype": "translational", "video": "14_09_1.mp4", "variant": 1, "question": "Does the cup move closer to the camera?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_10", "category": "Direction", "subtype": "translational", "video": "14_10_0.mp4", "variant": 0, "question": "Is the table top moving up?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_10", "category": "Direction", "subtype": "translational", "video": "14_10_1.mp4", "variant": 1, "question": "Is the table top moving up?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_10", "category": "Direction", "subtype": "translational", "video": "14_10_0.mp4", "variant": 0, "question": "Is the table top moving down?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_10", "category": "Direction", "subtype": "translational", "video": "14_10_1.mp4", "variant": 1, "question": "Is the table top moving down?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_11", "category": "Direction", "subtype": "translational", "video": "14_11_0.mp4", "variant": 0, "question": "Does the toy car move away from the camera?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_11", "category": "Direction", "subtype": "translational", "video": "14_11_1.mp4", "variant": 1, "question": "Does the toy car move away from the camera?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_11", "category": "Direction", "subtype": "translational", "video": "14_11_0.mp4", "variant": 0, "question": "Does the toy car move closer to the camera?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_11", "category": "Direction", "subtype": "translational", "video": "14_11_1.mp4", "variant": 1, "question": "Does the toy car move closer to the camera?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_12", "category": "Direction", "subtype": "translational", "video": "14_12_0.mov", "variant": 0, "question": "From the camera's point of view, does the ball roll to the camera's right?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_12", "category": "Direction", "subtype": "translational", "video": "14_12_1.mov", "variant": 1, "question": "From the camera's point of view, does the ball roll to the camera's right?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_12", "category": "Direction", "subtype": "translational", "video": "14_12_0.mov", "variant": 0, "question": "From the camera's point of view, does the ball roll to the camera's left?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_12", "category": "Direction", "subtype": "translational", "video": "14_12_1.mov", "variant": 1, "question": "From the camera's point of view, does the ball roll to the camera's left?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "14_13", "category": "Direction", "subtype": "translational", "video": "14_13_0.mov", "variant": 0, "question": "Is the cup moving away from the camera?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "14_13", "category": "Direction", "subtype": "translational", "video": "14_13_1.mov", "variant": 1, "question": "Is the cup moving away from the camera?", "question_idx": 1, "answer": "no"}
+{"instance_id": "14_13", "category": "Direction", "subtype": "translational", "video": "14_13_0.mov", "variant": 0, "question": "Is the cup getting closer to the camera?", "question_idx": 2, "answer": "no"}
+{"instance_id": "14_13", "category": "Direction", "subtype": "translational", "video": "14_13_1.mov", "variant": 1, "question": "Is the cup getting closer to the camera?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "15_00", "category": "Direction", "subtype": "rotational", "video": "15_00_0.mov", "variant": 0, "question": "Is the man bending counter-clock wise?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "15_00", "category": "Direction", "subtype": "rotational", "video": "15_00_1.mov", "variant": 1, "question": "Is the man bending counter-clock wise?", "question_idx": 1, "answer": "no"}
+{"instance_id": "15_00", "category": "Direction", "subtype": "rotational", "video": "15_00_0.mov", "variant": 0, "question": "Is the man bending clock wise?", "question_idx": 2, "answer": "no"}
+{"instance_id": "15_00", "category": "Direction", "subtype": "rotational", "video": "15_00_1.mov", "variant": 1, "question": "Is the man bending clock wise?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "15_01", "category": "Direction", "subtype": "rotational", "video": "15_01_0.mov", "variant": 0, "question": "Is the bottle spun clockwise?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "15_01", "category": "Direction", "subtype": "rotational", "video": "15_01_1.mov", "variant": 1, "question": "Is the bottle spun clockwise?", "question_idx": 1, "answer": "no"}
+{"instance_id": "15_01", "category": "Direction", "subtype": "rotational", "video": "15_01_0.mov", "variant": 0, "question": "Is the bottle spun counter-clockwise?", "question_idx": 2, "answer": "no"}
+{"instance_id": "15_01", "category": "Direction", "subtype": "rotational", "video": "15_01_1.mov", "variant": 1, "question": "Is the bottle spun counter-clockwise?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "15_02", "category": "Direction", "subtype": "rotational", "video": "15_02_0.mov", "variant": 0, "question": "Is the airpods case spun clockwise?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "15_02", "category": "Direction", "subtype": "rotational", "video": "15_02_1.mov", "variant": 1, "question": "Is the airpods case spun clockwise?", "question_idx": 1, "answer": "no"}
+{"instance_id": "15_02", "category": "Direction", "subtype": "rotational", "video": "15_02_0.mov", "variant": 0, "question": "Is the airpods case spun counter-clockwise?", "question_idx": 2, "answer": "no"}
+{"instance_id": "15_02", "category": "Direction", "subtype": "rotational", "video": "15_02_1.mov", "variant": 1, "question": "Is the airpods case spun counter-clockwise?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "15_03", "category": "Direction", "subtype": "rotational", "video": "15_03_0.mp4", "variant": 0, "question": "Is the man spinning clockwise?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "15_03", "category": "Direction", "subtype": "rotational", "video": "15_03_1.mp4", "variant": 1, "question": "Is the man spinning clockwise?", "question_idx": 1, "answer": "no"}
+{"instance_id": "15_03", "category": "Direction", "subtype": "rotational", "video": "15_03_0.mp4", "variant": 0, "question": "Is the man spinning counter-clockwise?", "question_idx": 2, "answer": "no"}
+{"instance_id": "15_03", "category": "Direction", "subtype": "rotational", "video": "15_03_1.mp4", "variant": 1, "question": "Is the man spinning counter-clockwise?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "15_04", "category": "Direction", "subtype": "rotational", "video": "15_04_0.mp4", "variant": 0, "question": "Does the notebook rotate clockwise?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "15_04", "category": "Direction", "subtype": "rotational", "video": "15_04_1.mp4", "variant": 1, "question": "Does the notebook rotate clockwise?", "question_idx": 1, "answer": "no"}
+{"instance_id": "15_04", "category": "Direction", "subtype": "rotational", "video": "15_04_0.mp4", "variant": 0, "question": "Does the notebook rotate counter-clockwise?", "question_idx": 2, "answer": "no"}
+{"instance_id": "15_04", "category": "Direction", "subtype": "rotational", "video": "15_04_1.mp4", "variant": 1, "question": "Does the notebook rotate counter-clockwise?", "question_idx": 2, "answer": "yes"}
+{"instance_id": "15_05", "category": "Direction", "subtype": "rotational", "video": "15_05_0.mp4", "variant": 0, "question": "Is the cup spun clockwise?", "question_idx": 1, "answer": "yes"}
+{"instance_id": "15_05", "category": "Direction", "subtype": "rotational", "video": "15_05_1.mp4", "variant": 1, "question": "Is the cup spun clockwise?", "question_idx": 1, "answer": "no"}
+{"instance_id": "15_05", "category": "Direction", "subtype": "rotational", "video": "15_05_0.mp4", "variant": 0, "question": "Is the cup spun counter-clockwise?", "question_idx": 2, "answer": "no"}
+{"instance_id": "15_05", "category": "Direction", "subtype": "rotational", "video": "15_05_1.mp4", "variant": 1, "question": "Is the cup spun counter-clockwise?", "question_idx": 2, "answer": "yes"}
diff --git a/videos/02_00_0.mp4 b/videos/02_00_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..0d89bc160b6496c03b652d1cdfc1781c867653a4
--- /dev/null
+++ b/videos/02_00_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:befd3e1be4384b8e2b92f0d84e7f76a9d7a04c0f59d1f274ea7027e3a2d51865
+size 7070614
diff --git a/videos/02_00_1.mp4 b/videos/02_00_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..0b78717b8da33628c1d3d651eb5b50fe89541afb
--- /dev/null
+++ b/videos/02_00_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1eb20667b028917529eee79ca30f27fcd98ca56298e668dbfdbd42e8eecf97ff
+size 7065508
diff --git a/videos/02_01_0.mp4 b/videos/02_01_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..f5c3c56b8579d69ed610a4b1dce4dfc288ba4dde
--- /dev/null
+++ b/videos/02_01_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35689899ab2aa1115fbfb316f2ab64dd6dc2f2d32c11346d1b4c7485e20cb039
+size 6478953
diff --git a/videos/02_01_1.mp4 b/videos/02_01_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..e3d94bc735814bf3ecaab6e92a79ab3a29dcdee8
--- /dev/null
+++ b/videos/02_01_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d1662581209845d6ead9c9eb715f1d2c0cbe898615ab09c54665360f322a239c
+size 6473645
diff --git a/videos/02_02_0.mp4 b/videos/02_02_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..a922f7b8cf457ffeb5ba56c3bdb07d91cd5ed68d
--- /dev/null
+++ b/videos/02_02_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cda87210fbff84e75510ce1132abb15a53565a58a7cdde41c78bcc6700f87df4
+size 2377923
diff --git a/videos/02_02_1.mp4 b/videos/02_02_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..d78a4b444133faeade4d78acf5d0b426ebce2650
--- /dev/null
+++ b/videos/02_02_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb12c44ccaaa65f54c882450af8a6df4ff5658e15577d22b36d43fef36796b2d
+size 2372890
diff --git a/videos/02_03_0.mp4 b/videos/02_03_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..9ed9e6128651bbe8aa986b88b0de05afabee5c5d
--- /dev/null
+++ b/videos/02_03_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e70f2db34d98c7aa2d8b9001e86b031763327247dd7028bdc0550c92d2338541
+size 5942077
diff --git a/videos/02_03_1.mp4 b/videos/02_03_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..7bf35f4125a1e1d4df4e738d7ad6a6a49cd843e6
--- /dev/null
+++ b/videos/02_03_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:14d8c9029054fd664de89f678cd5afec4bda220c0eef74591e696cee4bc3f275
+size 5849853
diff --git a/videos/02_04_0.mp4 b/videos/02_04_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..a1001d3b62c261d5f05d2d35d68f6f36787130d1
--- /dev/null
+++ b/videos/02_04_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e331e4b0950f6dec51e09f96ce657c80004f2efafc345f2ba64cac38ef0e57d
+size 1026666
diff --git a/videos/02_04_1.mp4 b/videos/02_04_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..97105914c37e4b4d5d68cfd23e92e958ee4ed378
--- /dev/null
+++ b/videos/02_04_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63d55ed025bf5978a3f61ba28a56b0f9f71b6411e44b3b793f210b6a1f9cda90
+size 1027468
diff --git a/videos/02_05_0.mp4 b/videos/02_05_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..dff8097cb5d3af1126df343efe45f3bdd98e7cd7
--- /dev/null
+++ b/videos/02_05_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7ab21980dcf4f888a8bf8dc776a757aee2f4fee9ec383650f55d4dbf1d779ed
+size 1345401
diff --git a/videos/02_05_1.mp4 b/videos/02_05_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..cc4bbe4854ddd7f461740b02b4774e62aaea76c0
--- /dev/null
+++ b/videos/02_05_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9d3db6f7bdd4613ae1d91d5fb4c2e180ba32f2997af767b663fc99bcbfc46c9c
+size 1344193
diff --git a/videos/09_00_0.mp4 b/videos/09_00_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..0fcbece48d95775c9b8913d2fdb1cddb5a793a11
--- /dev/null
+++ b/videos/09_00_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:40f8c80bfcc593d27c747ff02e33aabe946726ca2d8c6781210315770de8295b
+size 782933
diff --git a/videos/09_00_1.mp4 b/videos/09_00_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..d5bdfe55b953d847f65c5da85baf62b5c6aef001
--- /dev/null
+++ b/videos/09_00_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3c95ef4453421822cdc2b7c91944e4fef7d13cd4770371a528deb6b7fe7e352
+size 781541
diff --git a/videos/09_01_0.mp4 b/videos/09_01_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..627e0e119cd90c17a8fdaaa55682c01fdcde38d0
--- /dev/null
+++ b/videos/09_01_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3be195b678ae88a8a3be5bf8bf206483f7d3df63155ba858a092c3e8718c9cfc
+size 592050
diff --git a/videos/09_01_1.mp4 b/videos/09_01_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..bed8b47e4df195097671bf10c52f6eb0b2f0e0ee
--- /dev/null
+++ b/videos/09_01_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7447706c1cc27adc91be9cadc041b12c5caaaf23093fb9f99c8f1e2586c26ba
+size 588037
diff --git a/videos/09_02_0.mp4 b/videos/09_02_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..d2313a619fb262b1d2dd59c0c907c726e2ccfeb3
--- /dev/null
+++ b/videos/09_02_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3a8927cfe12a3a6dc2166a1214147dd6ed9dc46094461c7c4b84bb7c2df9c62
+size 553818
diff --git a/videos/09_02_1.mp4 b/videos/09_02_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..3ba0aa9d7f597cd0be3f92343f70feb7ee349c10
--- /dev/null
+++ b/videos/09_02_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cb2dbc0aa37f0dcb0d80964c5b692c22d45fbce743e7a99474c6ded738fdb3a2
+size 552516
diff --git a/videos/09_03_0.mp4 b/videos/09_03_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..304261202f7fe5ed0243601a1fe86278ef2181ff
--- /dev/null
+++ b/videos/09_03_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d09e22e040d58bb08f75dd067927ecf2fa136abef749965b9715ab24646bbd08
+size 1598135
diff --git a/videos/09_03_1.mp4 b/videos/09_03_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..e9298275683f745ca6ef715151bc24d12c37f7be
--- /dev/null
+++ b/videos/09_03_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3ac5ff820676e1fa307e6dcb26c57f56534dd8c79c691900905307a257ea9b8
+size 1594242
diff --git a/videos/09_04_0.mp4 b/videos/09_04_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..3ac4ed338e314d4aaf1a60fb98f2d75b051c2334
--- /dev/null
+++ b/videos/09_04_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39b5e125db330240bacb3d669f7eb35f31d2b36265a8654de9dd3c3aa9ad94fe
+size 2487321
diff --git a/videos/09_04_1.mp4 b/videos/09_04_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..e4cda9188048d0ec2a53201feacb86c60f2aea06
--- /dev/null
+++ b/videos/09_04_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:74419a8a21cb1daf916c7e065ba69fbd286235353a871355a091a6605f73c544
+size 2483847
diff --git a/videos/09_05_0.mp4 b/videos/09_05_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..a8244f8b8ac5d5a813e32b487ab13fa8463bc808
--- /dev/null
+++ b/videos/09_05_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0418c170a1aa93c743a40c15d704c91a97e00b34b5c5c551f94295e5805ead65
+size 619665
diff --git a/videos/09_05_1.mp4 b/videos/09_05_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..810915245667e97d5cdb79d191e56f94ab9b35a5
--- /dev/null
+++ b/videos/09_05_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b46cdd7dce23e22d5bc212ebab625a63a69517f89c3ec6b0cd8c337f8c99ed95
+size 1485949
diff --git a/videos/09_06_0.mp4 b/videos/09_06_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..95c04e9cb295665a9884548cd942e4ba445663a5
--- /dev/null
+++ b/videos/09_06_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4d48c724c9686fc2ab15d19cac3d5f91dcc00ae2fd4d00a27586640de020462
+size 408137
diff --git a/videos/09_06_1.mp4 b/videos/09_06_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..7b27ee3f1f52bf5992eedb726f47d2fbf0852294
--- /dev/null
+++ b/videos/09_06_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5fdbdacea5fcb0a43e10c98be7527a2a6dc4995ed8035fc24ead53e57abe3872
+size 551290
diff --git a/videos/09_07_0.mp4 b/videos/09_07_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..6b0d3934a9ea279735103879ff7bc1a04062fd20
--- /dev/null
+++ b/videos/09_07_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de247bbe1e291f3f84c3f8efed48fa8ef047dc371811cc4b88775ce7cc46feec
+size 1831579
diff --git a/videos/09_07_1.mp4 b/videos/09_07_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..9479ff104b8f3e1725443af3909fe783794209ef
--- /dev/null
+++ b/videos/09_07_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:618fba519f5dd16711f3dca0f8476f935a20da78d94b6b858fc5e68f185cc604
+size 1833963
diff --git a/videos/09_08_0.mov b/videos/09_08_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..26eb2010488deaac00ef123967f3c6a0af513080
--- /dev/null
+++ b/videos/09_08_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3c8f6a53c2b7e3ce2a06fee7980b0fd0aa7db89752a8e8ef04cc716c7972b71
+size 6497812
diff --git a/videos/09_08_1.mov b/videos/09_08_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..a5433ebfeec55d08cbce708a88803f70488e423e
--- /dev/null
+++ b/videos/09_08_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:15498167166c1b641d9416247e806b7e79f64d0c5de76faec2dd01c06142e888
+size 6794236
diff --git a/videos/09_09_0.mov b/videos/09_09_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..ee5a9e38d4e2cc25a0170621268809fba707b52c
--- /dev/null
+++ b/videos/09_09_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:880f9fea034069da4613b06cd9bf628e2e6ed919b63d471b2b36f7f132ebf117
+size 6402374
diff --git a/videos/09_09_1.mov b/videos/09_09_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..77f9ca67d05c47c8fd55163b683da48e778e3b7e
--- /dev/null
+++ b/videos/09_09_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ebef795408bec7ac3406bc1d0608b6da9a1a507959ad15ceb79c64c5affa6a8f
+size 6431089
diff --git a/videos/09_10_0.mov b/videos/09_10_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..dcb1a11771f97262d36dcfb0b118735635345ca1
--- /dev/null
+++ b/videos/09_10_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb3fe01baf2f33aa1a89a2c638b694ef8ce44a2f28f678211c94a7ae245658e9
+size 6110764
diff --git a/videos/09_10_1.mov b/videos/09_10_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..477075fe714f7ff02a0ab966f59a14f4a38559b0
--- /dev/null
+++ b/videos/09_10_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72369b0200969e37b97224de2b9bc380b7cb5e788b57c4118a7f3d6855c4a340
+size 6129658
diff --git a/videos/09_11_0.mov b/videos/09_11_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..706a4eb63c0e43b71ff4af242da04bf82189e9a2
--- /dev/null
+++ b/videos/09_11_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b2b2179d0d61850cf7fb5d1e8de7b3abc3e4e84728f094bbfb9c16b4073cb97f
+size 11308057
diff --git a/videos/09_11_1.mov b/videos/09_11_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..9369daa4521986a8f3029968d6270bbb127732b3
--- /dev/null
+++ b/videos/09_11_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:431cbc91af952853defbfffe65afd809b9461bedb1995c161402daf1de68047e
+size 11354667
diff --git a/videos/09_12_0.mov b/videos/09_12_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..e3e43b23104dd1a1c18f916aa4bf60fd2002fb33
--- /dev/null
+++ b/videos/09_12_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b9ef59ee6e8935f887dd7b5e0d433fd414f6df59cbbc7e0495e6689a29a2fd8b
+size 21512146
diff --git a/videos/09_12_1.mov b/videos/09_12_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..1fb253b83692e34a1f39e71cad7699b57d52ab29
--- /dev/null
+++ b/videos/09_12_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3381b84c7031dbdfaff1999e2f63abc3b4fb5af90775291a8ed798898e03ddaa
+size 21561901
diff --git a/videos/09_13_0.mp4 b/videos/09_13_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..d5863bb52e41be2ed0dc07bd6ac1d5bab0e22f3a
--- /dev/null
+++ b/videos/09_13_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:51232ed04cdcfd8a714c282544386b5524426bf407b9587b7f0031502fbc470c
+size 5673148
diff --git a/videos/09_13_1.mp4 b/videos/09_13_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..1eb8e9c21a8fb348ed4cd64fe7c0dcc955743e22
--- /dev/null
+++ b/videos/09_13_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:47f5102810fe645ae062192ac46845674eb5f6e8d3f3d772b9138bfb799ba3e2
+size 5683193
diff --git a/videos/09_14_0.mp4 b/videos/09_14_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..2299c4c03dee00eb20c99c5f82bb39ed35498910
--- /dev/null
+++ b/videos/09_14_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3673063a25b2108a9def2a1f124b6268dd3edd0b6f9dbc2c92957086bf56abbf
+size 1087958
diff --git a/videos/09_14_1.mp4 b/videos/09_14_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..7a474291a6c23632c98493844b0988faa496532e
--- /dev/null
+++ b/videos/09_14_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8faf37111e34ce5d5d7b84e1281ec4f35aa04c6ef944ed9377b7bc213f29195
+size 1084722
diff --git a/videos/14_00_0.mov b/videos/14_00_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..edbe469acfe55920c13216e45f8e5ad2846d1b43
--- /dev/null
+++ b/videos/14_00_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:81b605e1d1bca668ba06d2e79771625b4c94b8419a33c3d69b0049da3838221e
+size 5112839
diff --git a/videos/14_00_1.mov b/videos/14_00_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..61492aea63b9b932615d0a7ee5909261ab2496e2
--- /dev/null
+++ b/videos/14_00_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7f470c71d9ddfc4902337df0a2bc0a872f68a32d35247ebfee1a56f866d864e7
+size 5964958
diff --git a/videos/14_01_0.mp4 b/videos/14_01_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..e6b7b33999c4c633b154ab0a4f921458cd799844
--- /dev/null
+++ b/videos/14_01_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90832eafb4fb845f8041c26ad4462a08d346a4388d76daf704508ee155522e72
+size 770898
diff --git a/videos/14_01_1.mp4 b/videos/14_01_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..a68c9471b06b7710acee0b789d9fb2ee31eb2c77
--- /dev/null
+++ b/videos/14_01_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0ef8886ac97f1d417bed56beaf5a0450f00c0faa9d2bc1bfc7020de7c1626c60
+size 751061
diff --git a/videos/14_02_0.mov b/videos/14_02_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..b2caf09730b13039c223eafa9cdf3166f364f112
--- /dev/null
+++ b/videos/14_02_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f3a1ebccf5e0fc0c64f4e493072d09c1216807b6e57d07ac6401d1a26722d9c
+size 4824742
diff --git a/videos/14_02_1.mov b/videos/14_02_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..ebde7b1a261339d4fadb4b9855a38752b0137e76
--- /dev/null
+++ b/videos/14_02_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c697ac960a93d6e65b2894d2510ac0b9349f71058a9428d944118725e057e4ff
+size 5136595
diff --git a/videos/14_03_0.mov b/videos/14_03_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..ec375587b9881e8793f7a5838e595b91c070453b
--- /dev/null
+++ b/videos/14_03_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:32d2287581b8a7803fa83ec7cc75883dabba46b3abdffd3bf1ebd1ce2e0b0f1f
+size 3413397
diff --git a/videos/14_03_1.mov b/videos/14_03_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..8ab5c990a49ba8a9e564b40b52fe9dcf996eaa37
--- /dev/null
+++ b/videos/14_03_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a43a0517bab24b98a00480f9b2848761e4311a9409b43985ad83cbd3e917adf9
+size 3795177
diff --git a/videos/14_04_0.mov b/videos/14_04_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..95c3c4cf2a72a06d7c8d5db389ab25511090846c
--- /dev/null
+++ b/videos/14_04_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aafd358f7d1e066ed0a4cecaa2907242ca5636dcfdf5f8aba7fb286db4b344fc
+size 3753243
diff --git a/videos/14_04_1.mov b/videos/14_04_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..9300866de07716781638d49a6effcb8e68c2e34b
--- /dev/null
+++ b/videos/14_04_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a025ad87843a492dcf9cd4868d6e8750c6982c8e97c09bf56c8de2acb568252b
+size 3606965
diff --git a/videos/14_05_0.mov b/videos/14_05_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..b220adfc163fcad09d06f42d67cfaedeb51c48fa
--- /dev/null
+++ b/videos/14_05_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3816a66d140119816e321b602d6771d149c4f195b71fbbdc2c1ef15bcc83e34
+size 7250001
diff --git a/videos/14_05_1.mov b/videos/14_05_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..ceedca9f9fdcd2398cc331e7151042c9400956ef
--- /dev/null
+++ b/videos/14_05_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1fbc5e8d2452a8a61859e939ef319890512e8685b716a0175bef632c674a1f37
+size 7923694
diff --git a/videos/14_06_0.mov b/videos/14_06_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..8c0990e28f7ee8c204df7abddf7db63e708eb038
--- /dev/null
+++ b/videos/14_06_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2532c7912d88c89e9a93c341ee20526fb3d07ae7117639604a50fe92aaf8a5e9
+size 10063785
diff --git a/videos/14_06_1.mov b/videos/14_06_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..39d014d9fd46ff5c3b31ba4e7e3d578f128112d6
--- /dev/null
+++ b/videos/14_06_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dbda2b860146def4c75c8e7a444329b9f226a7a9cefa354edc2b198797633bcb
+size 7981878
diff --git a/videos/14_07_0.mov b/videos/14_07_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..7e74b869ad830ed03e34c3520e7cf8649befb833
--- /dev/null
+++ b/videos/14_07_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f28bacf88e25d15c44664cd171b9e965ee0560dc5ef414fefe35541ae64517b9
+size 4688046
diff --git a/videos/14_07_1.mov b/videos/14_07_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..0c9a2000182ff2c85c2858a7636d2072248919a1
--- /dev/null
+++ b/videos/14_07_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7dadeaf36beb421ef6a363e3bf60f095b571e1c08a6ab697fc506ee430686b81
+size 5775843
diff --git a/videos/14_08_0.mov b/videos/14_08_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..16010140ce3941f54209bef465e3b4ee27a12c39
--- /dev/null
+++ b/videos/14_08_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d99d859ed323a46d5106b14745c54d504d773b85357f4c661a0c56b98eb79aa1
+size 4791641
diff --git a/videos/14_08_1.mov b/videos/14_08_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..ea4d62ab09d47adb4c5cbaea93d76ad83c62b3a3
--- /dev/null
+++ b/videos/14_08_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:78032ee6dc4e4cb3e8ec0d27c2ebbadf517212797fbd53354dc6b45010812015
+size 4631022
diff --git a/videos/14_09_0.mp4 b/videos/14_09_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..efba2cd8fbedc06a64e6e7325b542d4b3d7c4c60
--- /dev/null
+++ b/videos/14_09_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff510ef12e9848b368e4e5b1aaad6eb36c7171ac52b14aa5fa832e9389df398e
+size 466139
diff --git a/videos/14_09_1.mp4 b/videos/14_09_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..7a7e8b4678098970a1496d2fe93ee44e939f287a
--- /dev/null
+++ b/videos/14_09_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c6eeb333bbc447b9191cd09d90b0bd60d729c333a391e595922c1efb5f0cbb3
+size 413748
diff --git a/videos/14_10_0.mp4 b/videos/14_10_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..6866ffbc3716c796442edfc1c5f4530c789df25c
--- /dev/null
+++ b/videos/14_10_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bcf1484d09dce6f2f81c85acb63ea0c260fda22bf99eee9ed0564b2995772833
+size 1175641
diff --git a/videos/14_10_1.mp4 b/videos/14_10_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..63008390768810374d5a6a8605331c79605d9961
--- /dev/null
+++ b/videos/14_10_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:685c06f368d14cccad9d2a13b41cfc60dfb291352e0bfe55b6fe921f3db42cce
+size 1230884
diff --git a/videos/14_11_0.mp4 b/videos/14_11_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..1ee799b963e1b7d92c58a3a977a430120c9eb140
--- /dev/null
+++ b/videos/14_11_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfd847801365d0d0cde8074a2dd05daaea70a5010135c26b1d5a73c7b12218c7
+size 329537
diff --git a/videos/14_11_1.mp4 b/videos/14_11_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..39e8376ac84b7a3ab88c5da6bd7663ad651c24a7
--- /dev/null
+++ b/videos/14_11_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3bb389f17e0593892e4ca8915eee317fd638385305cc8eb9c8050c43619047b2
+size 484283
diff --git a/videos/14_12_0.mov b/videos/14_12_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..fcbcd8cad64c194fca0869a5d8cd62b85f2e4d3c
--- /dev/null
+++ b/videos/14_12_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9eaf8cf913fb353268b37204f372eb1c0577d1f1a51b52e2aafea46567fcc08b
+size 3432466
diff --git a/videos/14_12_1.mov b/videos/14_12_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..abd6c2c89adbb0c674f28f42836debfdb5db60c5
--- /dev/null
+++ b/videos/14_12_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bf51703773018598bde8b4f5ab6ccf2dbb7d6b1427f98723419857487cb9b5e8
+size 3389590
diff --git a/videos/14_13_0.mov b/videos/14_13_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..00428dbbb05d4d09ab5a3db7c47120d93d2e0eb8
--- /dev/null
+++ b/videos/14_13_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b62a218a01002c16ac470d9c38f44905d8e2d94a23e1261a300e4ea40ecd90a9
+size 4078902
diff --git a/videos/14_13_1.mov b/videos/14_13_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..c13b0301fbe8e1ef519b8ea16b921dd1c8fa9c01
--- /dev/null
+++ b/videos/14_13_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:514f16c18e6fa06c830b998b1f97776ca95e6a2002d77b5e1d1da74b05efca6e
+size 3249531
diff --git a/videos/15_00_0.mov b/videos/15_00_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..d553ecbe92e086820dbed87c2d18ea9f9e8fa81a
--- /dev/null
+++ b/videos/15_00_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ac2e16079f093cd3cef258d01a785eef990f0263a1f717ebd97d92b1f840f10
+size 2663264
diff --git a/videos/15_00_1.mov b/videos/15_00_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..7c9da02e7c262d4f0dc4b3470b415c131ae8b01d
--- /dev/null
+++ b/videos/15_00_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4e16ca7aa07de82d7acd1791c3fc2a67886cac04e317dc95b5138f221943b42e
+size 3629338
diff --git a/videos/15_01_0.mov b/videos/15_01_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..2b16976d69958f899197324e13ef8f56847ae38e
--- /dev/null
+++ b/videos/15_01_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56f67bdf7794680d3567d500c18705042700cf82bc3fac2b9e6abaf8864af0b8
+size 7825286
diff --git a/videos/15_01_1.mov b/videos/15_01_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..59c82f14b95af6aff889b80df4d508527c7252a0
--- /dev/null
+++ b/videos/15_01_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9489c6437a435f6fa9a4b4f4e5528202c14b0caab9e090583a24df484d17a450
+size 8142950
diff --git a/videos/15_02_0.mov b/videos/15_02_0.mov
new file mode 100644
index 0000000000000000000000000000000000000000..eafa30c4c3d73442bcc59ceb0bf94f71756d8fd5
--- /dev/null
+++ b/videos/15_02_0.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1428ea4410e8117682402d05e4fbfe68661c392ade3b042ac4f50f7a9ca506a9
+size 3042565
diff --git a/videos/15_02_1.mov b/videos/15_02_1.mov
new file mode 100644
index 0000000000000000000000000000000000000000..fe35a09955708e20e3e83e3376b24f5af9a7662c
--- /dev/null
+++ b/videos/15_02_1.mov
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:92dbeb04c0dbb587db519e03055db1f9ebc86f7374bd8ed7f5b0a829d3dca659
+size 2361942
diff --git a/videos/15_03_0.mp4 b/videos/15_03_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..dabb31080a3b210d12db240f064b5da6e8755f46
--- /dev/null
+++ b/videos/15_03_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db2a10d81cc9f1eee017cd343bfa672c8ee4249e7d0d818b06568e22d362e192
+size 545177
diff --git a/videos/15_03_1.mp4 b/videos/15_03_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..27a91a0c86062f9bb720b04326f505ac26415476
--- /dev/null
+++ b/videos/15_03_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e8885b9ef5a7bafeb94a745c6028599f72544a9b842f1554bf337fcd100d0e0e
+size 556881
diff --git a/videos/15_04_0.mp4 b/videos/15_04_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..5703e94ec9f011433039e09574c448cf96d6ed50
--- /dev/null
+++ b/videos/15_04_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7a80a553a4147cea05a81e0f49b5e4582a540fbf83c3de9452c892121600edd
+size 452874
diff --git a/videos/15_04_1.mp4 b/videos/15_04_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..907fdb610ffc3587e1ad0e3bd3823981a8467a52
--- /dev/null
+++ b/videos/15_04_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:924443e19566c9c722a0b520386c9bdfccbe305c87b87e6bfe2cf2e913985226
+size 392714
diff --git a/videos/15_05_0.mp4 b/videos/15_05_0.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..2db7f71ddf387cd021fae1be2892a2fbece1868d
--- /dev/null
+++ b/videos/15_05_0.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:12bee2a529fee900413af71cb8dd12053d1c2ece03fb611560130e361631df62
+size 311566
diff --git a/videos/15_05_1.mp4 b/videos/15_05_1.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..66f267439c2b27f41d6b461ffe00d1d021b46175
--- /dev/null
+++ b/videos/15_05_1.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2a4526108bf8736549fc3a439a53dd70f51f0e02041b71dbe3962609e9b4961
+size 277321