diff --git a/public/admin-guide.md b/public/admin-guide.md deleted file mode 100644 index bea12f75fb1c6864d1f9d1e683c8b33880b903a2..0000000000000000000000000000000000000000 --- a/public/admin-guide.md +++ /dev/null @@ -1,95 +0,0 @@ -# Colorful Semantics - "To Whom?" Game - Administrator Guide - -This guide explains how to customize and manage the Colorful Semantics "To Whom?" educational game. - -## Table of Contents -1. [Game Overview](#game-overview) -2. [Adding New Questions](#adding-new-questions) -3. [Media Requirements](#media-requirements) -4. [Question JSON Structure](#question-json-structure) -5. [Troubleshooting](#troubleshooting) - -## Game Overview - -The "To Whom?" game teaches sentence structure using four colorful semantic components: -- **Orange**: Who (the subject) -- **Yellow**: Doing (the verb phrase) -- **Green**: What (the object) -- **Pink**: To Whom (the recipient) - -Players are presented with an image or video and must select the correct recipient ("to whom") from multiple choices. - -## Adding New Questions - -### Step 1: Prepare Media File -1. Create or select an image (JPG/PNG) or short video (MP4) that clearly shows someone giving something to someone else -2. Name your file without spaces (e.g., `teacher_book.jpg` or `dad_gift.mp4`) -3. Place the file in the `/public/media/` directory - -### Step 2: Add Question to JSON -1. Open the file `/public/questions.json` -2. Add a new JSON object to the array, following this structure: - -```json -{ - "file": "/media/your_file_name.jpg", - "who": "The person giving", - "doing": "is passing/giving/handing", - "what": "the object being given", - "to_whom": "to the recipient", - "distractors": ["wrong option 1", "wrong option 2", "wrong option 3"] -} -``` - -3. Save the file -4. Refresh the application to see your new question appear in the rotation - -## Media Requirements - -### Images -- **Formats**: JPG, PNG -- **Recommended size**: 800-1200px wide -- **File size**: Keep under 500KB for optimal performance - -### Videos -- **Format**: MP4 -- **Duration**: Keep under 5 seconds to minimize load time -- **Resolution**: 720p or lower recommended -- **File size**: Keep under 2MB - -## Question JSON Structure - -Each question in the `questions.json` file must include these fields: - -| Field | Description | Example | -|-------|-------------|---------| -| `file` | Path to media file, starting with "/media/" | "/media/teacher_book.jpg" | -| `who` | The subject (person giving) | "The teacher" | -| `doing` | The verb phrase | "is giving" | -| `what` | The object being given | "a book" | -| `to_whom` | The correct recipient | "to the student" | -| `distractors` | Array of incorrect options | ["to Mom", "to the principal"] | - -Notes: -- You can include 1-5 distractors -- The "to_whom" value should start with "to " -- Keep text short so it fits in the colored boxes - -## Troubleshooting - -### Media Not Displaying -- Ensure the path in the JSON matches the actual file location -- Check that the file has no spaces in its name -- Verify the file format is supported (JPG, PNG, or MP4) - -### Game Not Loading New Questions -- Check JSON file for syntax errors (missing commas, brackets, etc.) -- Ensure the JSON file is properly formatted with square brackets `[]` enclosing all questions -- Refresh the page completely (Ctrl+F5 or Cmd+Shift+R) - -### Video Playback Issues -- Make sure the video is in MP4 format -- Try reducing video file size or resolution -- Check if the video codec is widely supported (H.264 recommended) - -For additional support, please contact the development team. \ No newline at end of file diff --git a/public/media/girl_flowers.png b/public/media/girl_flowers.png deleted file mode 100644 index 1749d4b3348318f884c7533294f3b6dbca75ba9f..0000000000000000000000000000000000000000 --- a/public/media/girl_flowers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e975ee86e509917057cf8938f386dc0e43d2a05e023296067758bb475a46f60 -size 213832 diff --git a/public/media/grandma_cookies.png b/public/media/grandma_cookies.png deleted file mode 100644 index 14e59f0f01a054d75e530f26b32ae41d0c1edefa..0000000000000000000000000000000000000000 --- a/public/media/grandma_cookies.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f277cbc2e8f56bbcb87b7e45b4c5d2d9e9b0192ac05717b9b674a71facbe03 -size 110615 diff --git a/public/media/readme.txt b/public/media/readme.txt deleted file mode 100644 index 0be0930f075533ef76d7089971da014f73df9d99..0000000000000000000000000000000000000000 --- a/public/media/readme.txt +++ /dev/null @@ -1,11 +0,0 @@ -Place your media files (images and videos) in this directory. - -Recommended formats: -- Images: JPG, PNG (800-1200px wide, <500KB) -- Videos: MP4 (5 seconds or less, 720p or lower, <2MB) - -File naming: -- Avoid spaces in filenames (use underscores instead) -- Example: teacher_book.jpg or dad_gift.mp4 - -After adding media, update the questions.json file in the parent directory. \ No newline at end of file diff --git a/public/media/sent01.jpg b/public/media/sent01.jpg deleted file mode 100644 index 48073ca01a9e3400d2ad59bf7c4330c334207bb2..0000000000000000000000000000000000000000 --- a/public/media/sent01.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53e5c568bf4f8421d7e2cd92f89dea946c2f1b2b3dcc2bdf9110bbb6cc0f5035 -size 183548 diff --git a/public/media/sent02.jpg b/public/media/sent02.jpg deleted file mode 100644 index 54d7457ee8a3a54422724e727595d42702f28f44..0000000000000000000000000000000000000000 --- a/public/media/sent02.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ddb617bdd246da8efcef253d6ebcf02ff491fe052ca6fd0c5dc7b846c9a394a -size 167799 diff --git a/public/media/sent03.jpg b/public/media/sent03.jpg deleted file mode 100644 index e5c3326cd4314bf65459a04719711e12549c6ace..0000000000000000000000000000000000000000 --- a/public/media/sent03.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c05513033562aa0a121dcc3230245276375f4efd11dd46efadfa8f47c202381 -size 273989 diff --git a/public/media/sent04.jpg b/public/media/sent04.jpg deleted file mode 100644 index 3efbfc63b023fb779e423363f3c0e6ee1f47e11a..0000000000000000000000000000000000000000 --- a/public/media/sent04.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ee668ae32e7c19cbd00265ecc3e821a8888f7b8f8b447e706a2690da39f1d20 -size 647484 diff --git a/public/media/sent05.jpg b/public/media/sent05.jpg deleted file mode 100644 index 3de85f6379b5ed7bed4fbf45f8aeb6afdc0a868d..0000000000000000000000000000000000000000 --- a/public/media/sent05.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602c37767f06d65fbacde35cfe299e10a999518be8493332ea81a012f9dbf47e -size 486617 diff --git a/public/media/sent06.jpg b/public/media/sent06.jpg deleted file mode 100644 index 0d3ad5bcf4c1d5b7eb15b3c81db519968e8402dd..0000000000000000000000000000000000000000 --- a/public/media/sent06.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6505f28fb6c50abc3e0cf2f2d01b1b2d9cdb9a03ce8311d2883c03dde661e754 -size 191286 diff --git a/public/media/sent07.jpg b/public/media/sent07.jpg deleted file mode 100644 index f49b6628e88f43adeade402ba0dd02eb92bb4046..0000000000000000000000000000000000000000 --- a/public/media/sent07.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d799b65fe287b63c9827a9747cc5dad490deb93187eb76c2a597d7955f44047 -size 153709 diff --git a/public/media/sent08.jpg b/public/media/sent08.jpg deleted file mode 100644 index cc0ec2c2b760a5c9148b5e0d2e51bdb69aeac0ad..0000000000000000000000000000000000000000 --- a/public/media/sent08.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62258562aee3954c1b8160e097ff85429ee05c975393cda07455a10aca7ca1de -size 211268 diff --git a/public/media/sent09.jpg b/public/media/sent09.jpg deleted file mode 100644 index f5b390356ce0a1651f485be3565ed9c4c8105503..0000000000000000000000000000000000000000 --- a/public/media/sent09.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bf563d41b201cc9fe537022bcac88a9e54ef14d7086c50c535a6bbff21b087e -size 180561 diff --git a/public/media/sent10.jpg b/public/media/sent10.jpg deleted file mode 100644 index a14823c1a20f9683d06c1d493ffa59431ac21178..0000000000000000000000000000000000000000 --- a/public/media/sent10.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bcb5d9421950ec4fb5b5441b12f5ddc37905536323fdd09fd39dc129ab2443a -size 1761483 diff --git a/public/media/sent11.jpg b/public/media/sent11.jpg deleted file mode 100644 index abc66719782b72d45c4bbab467738a4dd304a957..0000000000000000000000000000000000000000 --- a/public/media/sent11.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:357441f84466958a631d3fe01f979378a947cf86d3e17209482c4db315ba2a0a -size 218206 diff --git a/public/media/sent12.jpg b/public/media/sent12.jpg deleted file mode 100644 index 5f9d97282bc889fa284129a2ff39eaee52b2554b..0000000000000000000000000000000000000000 --- a/public/media/sent12.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b472947b6da6482239b843d335ebe4052d8e2aad5b5af1a1499407a332bb42b -size 195450 diff --git a/public/media/sent13.jpg b/public/media/sent13.jpg deleted file mode 100644 index fabc7b21f1a10111be764029fd4c7555797f05b7..0000000000000000000000000000000000000000 --- a/public/media/sent13.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d91b65248eb1e9788109d568272c5bd5f79bb1d92157c63bc9d0671ffe2f630 -size 251473 diff --git a/public/media/sent14.jpg b/public/media/sent14.jpg deleted file mode 100644 index 60ea98a4bd056e1db08202ddfc9534c9610ad49f..0000000000000000000000000000000000000000 --- a/public/media/sent14.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ecb01bd82344be3c92e18c7a24d6f1a87b643b87382ec84745694ef13fea673 -size 138719 diff --git a/public/media/sent15.jpg b/public/media/sent15.jpg deleted file mode 100644 index 4177c693ca24c54520bbc82a4b5c425120c77c64..0000000000000000000000000000000000000000 --- a/public/media/sent15.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d1a5c9e51aa0579c752e827d346d53c365c7f06bc485e9ce3ef822528c821e -size 177678 diff --git a/public/media/sent16.jpg b/public/media/sent16.jpg deleted file mode 100644 index 2fbde4398ffd01e3802130b741504cbddae05da6..0000000000000000000000000000000000000000 --- a/public/media/sent16.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df5ae291fc45f1aa5f6ff5e766a8ee70c4f11e6d6d8c6366f709b0a36eafb982 -size 212791 diff --git a/public/media/sent17.jpg b/public/media/sent17.jpg deleted file mode 100644 index cafbcd8097d096c185844a7cd8a2f77b7ce589bc..0000000000000000000000000000000000000000 --- a/public/media/sent17.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929ba3e397390ee8f28d9e5f304618721b60e7a603723c07a6ca42b981d3b11a -size 165907 diff --git a/public/media/sent18.jpg b/public/media/sent18.jpg deleted file mode 100644 index fddf70f3ac45a3532f8b8bad587e0d06da7e7248..0000000000000000000000000000000000000000 --- a/public/media/sent18.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19196b72bc07959db1e647f0f2fa487597fe1b190554d2b4b888c165c5fd7f72 -size 167221 diff --git a/public/media/sent19.jpg b/public/media/sent19.jpg deleted file mode 100644 index e19a656ec4c9f2a8e75bb997f7c32dfb7d56cf63..0000000000000000000000000000000000000000 --- a/public/media/sent19.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cf162943abae5d3654cb706b965db669f4b31ffbe6e615e97d69eb90737615c -size 1960055 diff --git a/public/media/sent20.jpg b/public/media/sent20.jpg deleted file mode 100644 index fd9480f57b6d90ebbda8206849b739477607a45a..0000000000000000000000000000000000000000 --- a/public/media/sent20.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bef98f06c925eaff60fc05cafbdae2acbed1a6a613d841ad67ae56b58120abe -size 2338303 diff --git a/public/media/sent21.jpg b/public/media/sent21.jpg deleted file mode 100644 index c54b8b80242d7dc0eb8695bde78e5b63e2c02508..0000000000000000000000000000000000000000 --- a/public/media/sent21.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb85c6663d3ae76272d34940bb5894fa3a3f0475606a32b88066cdc7e456a240 -size 185600 diff --git a/public/media/sent22.jpg b/public/media/sent22.jpg deleted file mode 100644 index 1773961ea13b86ea029b074bfd83eda325d8f800..0000000000000000000000000000000000000000 --- a/public/media/sent22.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f6e4c9c7a8cd08ee52c460544a18414605af0b5a02b3de754b216a53dc530b5 -size 183865 diff --git a/public/media/sent23.jpg b/public/media/sent23.jpg deleted file mode 100644 index 3ed2c86661d6609c6ca6e43056eaa5e5e27e83d0..0000000000000000000000000000000000000000 --- a/public/media/sent23.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc8024260f8f5ddf1e7dc000a50d3bddf0e0827dfb6d240d1b4633e49d1e7e73 -size 206888 diff --git a/public/media/sent24.jpg b/public/media/sent24.jpg deleted file mode 100644 index 8b5e28969934cfdce6f5737408f5915fcdb4addc..0000000000000000000000000000000000000000 --- a/public/media/sent24.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06b51c5623abc81bb03ada0dc739d636e5eb6f0793d07ce8ea8a45a8a9683089 -size 246378 diff --git a/public/media/sent25.jpg b/public/media/sent25.jpg deleted file mode 100644 index 9c83e5b992845d1b25db050b54e626d89e79e6dc..0000000000000000000000000000000000000000 --- a/public/media/sent25.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fdac1055792364b38f547884c56ab202a7dee69a7ffa0876c1c8ff071fddc9f -size 296259 diff --git a/public/media/sent26.jpg b/public/media/sent26.jpg deleted file mode 100644 index 1084a916dfec4898f1ed7ddac45286bc467d7676..0000000000000000000000000000000000000000 --- a/public/media/sent26.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4232dd079d720df10b170eb09d4a216a5eb8693d8f9a7ff0c0a233835bc62761 -size 271617 diff --git a/public/media/sent27.jpg b/public/media/sent27.jpg deleted file mode 100644 index b7e9754bda5c690d8c4050f10187f1d360edb22f..0000000000000000000000000000000000000000 --- a/public/media/sent27.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5df14c2e35081982f471d745cfd2dcc3d2e8c678f46ea92ce12c6e0f4b41c3cf -size 260628 diff --git a/public/media/sent28.jpg b/public/media/sent28.jpg deleted file mode 100644 index a57d66101a7248e302843e65528465ef33d5b845..0000000000000000000000000000000000000000 --- a/public/media/sent28.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a3dd28a8809f3a96703f81ff7996387827a37b1bd72418e76d15dadcdd00f9 -size 213517 diff --git a/public/media/sent29.jpg b/public/media/sent29.jpg deleted file mode 100644 index b9265e09980253a015966a11338692a4d65fe438..0000000000000000000000000000000000000000 --- a/public/media/sent29.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6870c9c84534c91a13978afc2f52b1f366fa121a926354a2367cb34b89765b3 -size 2279025 diff --git a/public/media/sent30.jpg b/public/media/sent30.jpg deleted file mode 100644 index cf1cc8c9c290c3f574d1c6dbce7a9d0e741a80b3..0000000000000000000000000000000000000000 --- a/public/media/sent30.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05868c0acb95beebacd361b72fb32e557edd59ac9507a3858fe476a5be8c5a70 -size 205888 diff --git a/public/media/sent31.jpg b/public/media/sent31.jpg deleted file mode 100644 index 9fd5f3c2c36a31865ac96333be993c31fc8d8842..0000000000000000000000000000000000000000 --- a/public/media/sent31.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c39ceef820b3c4e76c3ec965ba5d40f990c4280b6e8d4f05fc84b99975f5b33 -size 168576 diff --git a/public/media/sent32.jpg b/public/media/sent32.jpg deleted file mode 100644 index 895d9a739ecf4184c00946fe06c9aabcd23c78f9..0000000000000000000000000000000000000000 --- a/public/media/sent32.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15f4b76ab16a0cec6c5bbb59eb4780aa9009ac91d21372f73b2db9cdf1a06c37 -size 222546 diff --git a/public/media/sent33.jpg b/public/media/sent33.jpg deleted file mode 100644 index 1959a5cb64f11103f4707d4cf221454e19b3cc02..0000000000000000000000000000000000000000 --- a/public/media/sent33.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4808f2cefaa7d317692e5ebc928e96cf76f4f9e45857eae7738268c8160be1be -size 148895 diff --git a/public/media/sent34.jpg b/public/media/sent34.jpg deleted file mode 100644 index 7261ee134cf2828b253a22883d9497fc08dd6478..0000000000000000000000000000000000000000 --- a/public/media/sent34.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:141c0cfce0fa7401d9114e8096d5b8e8bf4999d703476c0f6ab1bd459595ffe5 -size 203276 diff --git a/public/media/sent35.jpg b/public/media/sent35.jpg deleted file mode 100644 index 41613b0ccee7d78239802ea993b71c5e4ff5cc05..0000000000000000000000000000000000000000 --- a/public/media/sent35.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5027ea90b053d4525828a8d754d1f46013526acabbb7618aa2be2b7a82d9c4bd -size 187655 diff --git a/public/media/sent36.jpg b/public/media/sent36.jpg deleted file mode 100644 index dd2e61b48faa21f222af4c05f841a01b826f4cb2..0000000000000000000000000000000000000000 --- a/public/media/sent36.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff52ed869ecf36c57775f1254ecd0424ff467e0c6e1e85a37c8b0b483120d35 -size 182382 diff --git a/public/media/sent37.jpg b/public/media/sent37.jpg deleted file mode 100644 index 1748e436bab7fd279c34bfb0b8db5c040b2d6c8f..0000000000000000000000000000000000000000 --- a/public/media/sent37.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d2b48232968ed731d8520eb3cb8e6498e23d0d99f3cb0f90fcf55e09d057278 -size 208726 diff --git a/public/media/sent38.jpg b/public/media/sent38.jpg deleted file mode 100644 index 03eae2bd499be35698cc0d71799a0fcfa5efb5f5..0000000000000000000000000000000000000000 --- a/public/media/sent38.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ffa8f6996d400bc7a7de1b8238bc284e6ed39c634b1e9362cd33bb05029fe9 -size 173888 diff --git a/public/media/sent39.jpg b/public/media/sent39.jpg deleted file mode 100644 index 604206084ef9f754910a064548a2408529b0fedd..0000000000000000000000000000000000000000 --- a/public/media/sent39.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bda4d860a81bd71b51b5d83774db4e60c5af3eaee8d3ec61b1aed0e0cc80299 -size 161673 diff --git a/public/media/sent40.jpg b/public/media/sent40.jpg deleted file mode 100644 index 4534dba69ba14a9a4344607c52ff23b887aeb88c..0000000000000000000000000000000000000000 --- a/public/media/sent40.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99f60a0db94a64089f1aa246693e9458f96a2dab41cce16accd2c046d863f7ae -size 167415 diff --git a/public/media/sent41.jpg b/public/media/sent41.jpg deleted file mode 100644 index 59b5c4e71b15b01cf791d380f736a1c84bafa295..0000000000000000000000000000000000000000 --- a/public/media/sent41.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b286cc531c3b63e13578e8495e88c50317d38a58eef18f8c622e54524ab82df8 -size 228559 diff --git a/public/media/sent42.jpg b/public/media/sent42.jpg deleted file mode 100644 index e5642b8c7f7f9ae2ddc141baf011ca174dd4c82e..0000000000000000000000000000000000000000 --- a/public/media/sent42.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9a8f021450c6361cf5f026a553f49de5ba72f2c6595b670dd54132e9818053 -size 221171 diff --git a/public/media/sent43.jpg b/public/media/sent43.jpg deleted file mode 100644 index 6c0e2ee64b78ef755fce25a61da0af186ad31c32..0000000000000000000000000000000000000000 --- a/public/media/sent43.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02f4ce80e7d8e8dd9a94e6225447c5bbec9a227601b4e4a9ba617066f816189b -size 202007 diff --git a/public/media/sent44.jpg b/public/media/sent44.jpg deleted file mode 100644 index 15c441cd528e0771e8fa8da752399e8ec65c9618..0000000000000000000000000000000000000000 --- a/public/media/sent44.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c0e7e486b5a3e676d480d0e244b00834d29e2c04b2699453b0df476a611ed35 -size 235176 diff --git a/public/media/sent45.jpg b/public/media/sent45.jpg deleted file mode 100644 index 2f6c2a0f899c3cf6ea72641391d142b7a08b697b..0000000000000000000000000000000000000000 --- a/public/media/sent45.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a23729c532a1880d1020947f77e02a4452af2d8e60e704acfdb51870e3dae67 -size 176271 diff --git a/public/media/sent46.jpg b/public/media/sent46.jpg deleted file mode 100644 index 2b4af7617d4d67eb711542a6e333f7da95a4d8d5..0000000000000000000000000000000000000000 --- a/public/media/sent46.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6517f5fbafaa78991414b56d2c4bf137d28d0f91ac56e7f8006615634ed1443c -size 166301 diff --git a/public/media/sent47.jpg b/public/media/sent47.jpg deleted file mode 100644 index 0a1a1c933de19de0b38d20c52c73eac728c30899..0000000000000000000000000000000000000000 --- a/public/media/sent47.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61a12ed3e40fe36ab704f21939843eb588817e5b91e6aa9cfcabce367ff95648 -size 238760 diff --git a/public/media/sent48.jpg b/public/media/sent48.jpg deleted file mode 100644 index 6aa7dafc1856c8303bcdbaa588c58203b4360f09..0000000000000000000000000000000000000000 --- a/public/media/sent48.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b77194fb66bfb760d3fb40a371b7d49f17c396e9728902cb126775716e4081c9 -size 263526 diff --git a/public/media/sent49.jpg b/public/media/sent49.jpg deleted file mode 100644 index a4166a44ec44cb13477af61391d33b6442cce3e3..0000000000000000000000000000000000000000 --- a/public/media/sent49.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05b98d1f8c1301bddd4780c8ec7955d713b859a5ff2f6ce23c5ead1379a73d9a -size 237029 diff --git a/public/media/sent50.jpg b/public/media/sent50.jpg deleted file mode 100644 index af7f6b8e685f2e85598f101877ba6631559558e1..0000000000000000000000000000000000000000 --- a/public/media/sent50.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5e2c88bca1ec26c13f1e7204a59f80103f1a8dbe4086ad000e5f80e71d8f3ac -size 208727 diff --git a/public/media/sent51.jpg b/public/media/sent51.jpg deleted file mode 100644 index de26faa6df9eea00480fecff1db0082a521de886..0000000000000000000000000000000000000000 --- a/public/media/sent51.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb34717bc915560f9c9896dfecc7bf7a3be793d40077ace7eaac6e8e35068fc1 -size 186424 diff --git a/public/media/sent52.jpg b/public/media/sent52.jpg deleted file mode 100644 index 7dc00a7e7a0c7f5dd8f8e920b79a89ede29b2e39..0000000000000000000000000000000000000000 --- a/public/media/sent52.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ba17079415b3d490904449aab0597af64c3aad8179c5977f2b4c7af7c7dd8bc -size 214410 diff --git a/public/media/sent53.jpg b/public/media/sent53.jpg deleted file mode 100644 index c7f84f2041569026345b0acfbc2b902553ab3e0e..0000000000000000000000000000000000000000 --- a/public/media/sent53.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15761d6735f1b1da15782e345d09ce8d3487f76077abe4290fb831d9979b2e3e -size 282920 diff --git a/public/media/sent54.jpg b/public/media/sent54.jpg deleted file mode 100644 index 3bab64811850ca33134cd1d9a7c2d3612f59b628..0000000000000000000000000000000000000000 --- a/public/media/sent54.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddf69f901491987a9d5653efe7361b6079cb8f8cc4463c83913501d1e859deed -size 189466 diff --git a/public/media/sent55.jpg b/public/media/sent55.jpg deleted file mode 100644 index 31da0cec2b1ac00a0c745935b8aa0fec6d960639..0000000000000000000000000000000000000000 --- a/public/media/sent55.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908aee60b2c302484de7e565034c03a13aadb78ebc89f2e8fb56dd4cda240556 -size 184579 diff --git a/public/media/sent56.jpg b/public/media/sent56.jpg deleted file mode 100644 index cb4c1a6b70279da23effcd5cc4a8a8b825831f5b..0000000000000000000000000000000000000000 --- a/public/media/sent56.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2175f73ac38c87b6b582e05f2b1d7f38127e483d524c4728becb3f8732cb78fc -size 226790 diff --git a/public/media/sent57.jpg b/public/media/sent57.jpg deleted file mode 100644 index 3287fd9c9e2b78d23da733debae30c24210fcb4f..0000000000000000000000000000000000000000 --- a/public/media/sent57.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41ee31011f8064c3220c5a1c5a71ea55895c53e8d8b3ab5e492ce32f31a39dfe -size 135801 diff --git a/public/media/sent58.jpg b/public/media/sent58.jpg deleted file mode 100644 index f93d7e7b8e89c785c9db10786ecd4f5d567ec87f..0000000000000000000000000000000000000000 --- a/public/media/sent58.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f53e7118f40bc3f3f794162f4ad598b4615c8f5eeda1d23536a8a1fc992006ac -size 1861301 diff --git a/public/media/sent59.jpg b/public/media/sent59.jpg deleted file mode 100644 index 204b3ea3c71525e17529e2c4310c2a1028079416..0000000000000000000000000000000000000000 --- a/public/media/sent59.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e3bff4f1aa1992dd0ba8006d8636735d6816bc96cd304322800ac4440e897eb -size 1822863 diff --git a/public/media/sent60.jpg b/public/media/sent60.jpg deleted file mode 100644 index 37c79d2502beb369269aa7af2d1f3bce3e5e90d4..0000000000000000000000000000000000000000 --- a/public/media/sent60.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:435498101a4de29b2b657d8e0f90f21dbf52a7260a8045f020e9922beab2b6a4 -size 194507 diff --git a/public/media/sent61.jpg b/public/media/sent61.jpg deleted file mode 100644 index 30c1184af1e5d933943cf27e1e9e70778013c6cb..0000000000000000000000000000000000000000 --- a/public/media/sent61.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4b72da458dde72a68958222c41ab854658622f513cfa6d11a61416ce8df47b2 -size 250672 diff --git a/public/media/sent62.jpg b/public/media/sent62.jpg deleted file mode 100644 index 5b75e76017a40dc95f8297b37270634f2794d070..0000000000000000000000000000000000000000 --- a/public/media/sent62.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd011829b4543f809569b19a3775d26045cafb9dccb13be9bc0cf2b0f6c87b75 -size 160579 diff --git a/public/media/sent63.jpg b/public/media/sent63.jpg deleted file mode 100644 index 88b3893a1f50708d7c958af7ba5d7ea34b09aa35..0000000000000000000000000000000000000000 --- a/public/media/sent63.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672ab0488a73bf7d3f201f1792dc851e50d672dc0c25bb139763d3874c63d3a4 -size 171512 diff --git a/public/media/sent64.jpg b/public/media/sent64.jpg deleted file mode 100644 index 7634b20cd7e266295df0e684da7f88e69663a411..0000000000000000000000000000000000000000 --- a/public/media/sent64.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca51a1bcc667170a4b6a4df8d9b6a4c2afbec76500348fca6a482ea861912144 -size 257956 diff --git a/public/media/sent65.jpg b/public/media/sent65.jpg deleted file mode 100644 index 79ce11b43e5e15659b58a5b953e0e5ac370144de..0000000000000000000000000000000000000000 --- a/public/media/sent65.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59eafeaee25d8fb7949c8ce8e5a00bdb8b981ec3c950baab73f2458cb0e0d93b -size 170653 diff --git a/public/media/sent66.jpg b/public/media/sent66.jpg deleted file mode 100644 index 997d0a5e1bef0a5d6a40cbba936d121051dd0580..0000000000000000000000000000000000000000 --- a/public/media/sent66.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d40279fff8da9c802f20e73d6d64858aa9cd86b57d382db61793e841511020ef -size 289828 diff --git a/public/questions.json b/public/questions.json deleted file mode 100644 index 2f456e0e3daa4e587930568cdc1e296102bcf175..0000000000000000000000000000000000000000 --- a/public/questions.json +++ /dev/null @@ -1,530 +0,0 @@ -[ - { - "file": "/media/sent01.jpg", - "who": "She", - "doing": "is giving", - "what": "a flower", - "to_whom": "to Mom", - "distractors": ["to the robot", "to the elephant"] - }, - { - "file": "/media/sent02.jpg", - "who": "He", - "doing": "is reading", - "what": "a book", - "to_whom": "to Dad", - "distractors": ["to the teacher", "to the tiger"] - }, - { - "file": "/media/sent03.jpg", - "who": "I", - "doing": "am bringing", - "what": "a pencil", - "to_whom": "to the teacher", - "distractors": ["to the librarian", "to the barber"] - }, - { - "file": "/media/sent04.jpg", - "who": "We", - "doing": "are passing", - "what": "a ball", - "to_whom": "to the kids", - "distractors": ["to Mom", "to the dinosaur"] - }, - { - "file": "/media/sent05.jpg", - "who": "He", - "doing": "is taking", - "what": "a towel", - "to_whom": "to Grandma", - "distractors": ["to the dentist", "to the baby"] - }, - { - "file": "/media/sent06.jpg", - "who": "Blippi", - "doing": "is handing", - "what": "an ice-cream", - "to_whom": "to the boy", - "distractors": ["to the witch", "to the Lollipop lady"] - }, - { - "file": "/media/sent07.jpg", - "who": "Zaki", - "doing": "is giving", - "what": "a pen", - "to_whom": "to the girl", - "distractors": ["to the gardener", "to Grandpa"] - }, - { - "file": "/media/sent08.jpg", - "who": "Harun", - "doing": "is bringing", - "what": "food", - "to_whom": "to Grandpa", - "distractors": ["to the postman", "to the dog"] - }, - { - "file": "/media/sent09.jpg", - "who": "Rashid", - "doing": "is throwing", - "what": "a ball", - "to_whom": "to his dog", - "distractors": ["to the mouse", "to the paramedic"] - }, - { - "file": "/media/sent10.jpg", - "who": "Kazwa", - "doing": "is showing", - "what": "a picture", - "to_whom": "to his friend", - "distractors": ["to the astronaut", "to the girl"] - }, - { - "file": "/media/sent11.jpg", - "who": "Bilal", - "doing": "is reading", - "what": "a story", - "to_whom": "to his sister", - "distractors": ["to the builder", "to the cat"] - }, - { - "file": "/media/sent12.jpg", - "who": "The honeybee", - "doing": "is showing", - "what": "a flower", - "to_whom": "to the children", - "distractors": ["to the florist", "to the lady"] - }, - { - "file": "/media/sent13.jpg", - "who": "The dinosaur", - "doing": "is giving", - "what": "a leaf", - "to_whom": "to the baby", - "distractors": ["to the tiger", "to the librarian"] - }, - { - "file": "/media/sent14.jpg", - "who": "The boy", - "doing": "is passing", - "what": "a spoon", - "to_whom": "to the girl", - "distractors": ["to the painter", "to the elephant"] - }, - { - "file": "/media/sent15.jpg", - "who": "The girl", - "doing": "is giving", - "what": "a toy", - "to_whom": "to the cat", - "distractors": ["to the Binman", "to the kids"] - }, - { - "file": "/media/sent16.jpg", - "who": "The man", - "doing": "is handing", - "what": "bread", - "to_whom": "to the woman", - "distractors": ["to the mechanic", "to the witch"] - }, - { - "file": "/media/sent17.jpg", - "who": "The woman", - "doing": "is passing", - "what": "a cup of tea", - "to_whom": "to the lady", - "distractors": ["to Mom", "to the nurse"] - }, - { - "file": "/media/sent18.jpg", - "who": "The lady", - "doing": "is giving", - "what": "a cookie", - "to_whom": "to the children", - "distractors": ["to Grandma", "to the postman"] - }, - { - "file": "/media/sent19.jpg", - "who": "The children", - "doing": "are showing", - "what": "drawings", - "to_whom": "to the teacher", - "distractors": ["to the astronaut", "to Dad"] - }, - { - "file": "/media/sent20.jpg", - "who": "The kids", - "doing": "are bringing", - "what": "shoes", - "to_whom": "to Dad", - "distractors": ["to the cook", "to the firefighter"] - }, - { - "file": "/media/sent21.jpg", - "who": "The cat", - "doing": "is rolling", - "what": "a ball", - "to_whom": "to the dog", - "distractors": ["to the pilot", "to the boy"] - }, - { - "file": "/media/sent22.jpg", - "who": "The dog", - "doing": "is taking", - "what": "a stick", - "to_whom": "to the boy", - "distractors": ["to the nurse", "to Grandma"] - }, - { - "file": "/media/sent23.jpg", - "who": "The mouse", - "doing": "is bringing", - "what": "cheese", - "to_whom": "to the cat", - "distractors": ["to the librarian", "to Mom"] - }, - { - "file": "/media/sent24.jpg", - "who": "The tiger", - "doing": "is giving", - "what": "a fish", - "to_whom": "to the baby tiger", - "distractors": ["to the policeman", "to the farmer"] - }, - { - "file": "/media/sent25.jpg", - "who": "The witch", - "doing": "is handing", - "what": "a broom", - "to_whom": "to the girl", - "distractors": ["to the dinosaur", "to the robot"] - }, - { - "file": "/media/sent26.jpg", - "who": "The elephant", - "doing": "is giving", - "what": "a peanut", - "to_whom": "to the boy", - "distractors": ["to the pilot", "to the cat"] - }, - { - "file": "/media/sent27.jpg", - "who": "Mustafo", - "doing": "is bringing", - "what": "milk", - "to_whom": "to Mom", - "distractors": ["to the alien", "to the horse"] - }, - { - "file": "/media/sent28.jpg", - "who": "Muhammad", - "doing": "is handing", - "what": "a pencil", - "to_whom": "to Dad", - "distractors": ["to the spaceship", "to the robot"] - }, - { - "file": "/media/sent29.jpg", - "who": "Hidoyat", - "doing": "is giving", - "what": "a flower", - "to_whom": "to the teacher", - "distractors": ["to Mom", "to the cat"] - }, - { - "file": "/media/sent30.jpg", - "who": "Sardor", - "doing": "is passing", - "what": "a ball", - "to_whom": "to Ulugbek", - "distractors": ["to the dinosaur", "to the doctor"] - }, - { - "file": "/media/sent31.jpg", - "who": "Ulugbek", - "doing": "is taking", - "what": "a book", - "to_whom": "to Sardor", - "distractors": ["to the children", "to the dentist"] - }, - { - "file": "/media/sent32.jpg", - "who": "The policeman", - "doing": "is giving", - "what": "directions", - "to_whom": "to the driver", - "distractors": ["to the pilot", "to the chicken"] - }, - { - "file": "/media/sent33.jpg", - "who": "The nurse", - "doing": "is bringing", - "what": "medicine", - "to_whom": "to the patient", - "distractors": ["to the boy", "to the librarian"] - }, - { - "file": "/media/sent34.jpg", - "who": "The pilot", - "doing": "is showing", - "what": "a map", - "to_whom": "to the mechanic", - "distractors": ["to the cat", "to Ulugbek"] - }, - { - "file": "/media/sent35.jpg", - "who": "The florist", - "doing": "is giving", - "what": "a rose", - "to_whom": "to the lady", - "distractors": ["to the gardener", "to the cook"] - }, - { - "file": "/media/sent36.jpg", - "who": "The builder", - "doing": "is handing", - "what": "a brick", - "to_whom": "to the worker", - "distractors": ["to the librarian", "to the nurse"] - }, - { - "file": "/media/sent37.jpg", - "who": "The teacher", - "doing": "is reading", - "what": "a story", - "to_whom": "to the class", - "distractors": ["to the doctor", "to the astronaut"] - }, - { - "file": "/media/sent38.jpg", - "who": "The doctor", - "doing": "is giving", - "what": "a bandage", - "to_whom": "to the boy", - "distractors": ["to the cactus", "to the robot"] - }, - { - "file": "/media/sent39.jpg", - "who": "The dentist", - "doing": "is handing", - "what": "a toothbrush", - "to_whom": "to the girl", - "distractors": ["to the builder", "to Mom"] - }, - { - "file": "/media/sent40.jpg", - "who": "The binman", - "doing": "is giving", - "what": "a sticker", - "to_whom": "to the boy", - "distractors": ["to the spaceship", "to the tree"] - }, - { - "file": "/media/sent41.jpg", - "who": "The postman", - "doing": "is bringing", - "what": "a letter", - "to_whom": "to Mom", - "distractors": ["to the librarian", "to the dog"] - }, - { - "file": "/media/sent42.jpg", - "who": "The firefighter", - "doing": "is handing", - "what": "a hose", - "to_whom": "to his friend", - "distractors": ["to the painter", "to the paramedic"] - }, - { - "file": "/media/sent43.jpg", - "who": "The lollypop lady", - "doing": "is showing", - "what": "a stop sign", - "to_whom": "to the children", - "distractors": ["to the bus driver", "to the librarian"] - }, - { - "file": "/media/sent44.jpg", - "who": "The gardener", - "doing": "is giving", - "what": "a seed", - "to_whom": "to the boy", - "distractors": ["to the cook", "to the dinosaur"] - }, - { - "file": "/media/sent45.jpg", - "who": "The mechanic", - "doing": "is handing", - "what": "a wrench", - "to_whom": "to the driver", - "distractors": ["to the policeman", "to the pilot"] - }, - { - "file": "/media/sent46.jpg", - "who": "The painter", - "doing": "is giving", - "what": "a paintbrush", - "to_whom": "to the girl", - "distractors": ["to the dentist", "to the lollypop lady"] - }, - { - "file": "/media/sent47.jpg", - "who": "The lifeguard", - "doing": "is throwing", - "what": "a float", - "to_whom": "to the swimmer", - "distractors": ["to the tiger", "to the nurse"] - }, - { - "file": "/media/sent48.jpg", - "who": "The librarian", - "doing": "is reading", - "what": "a book", - "to_whom": "to the kids", - "distractors": ["to the witch", "to the paramedic"] - }, - { - "file": "/media/sent49.jpg", - "who": "The bus driver", - "doing": "is handing", - "what": "a ticket", - "to_whom": "to the boy", - "distractors": ["to the librarian", "to Grandma"] - }, - { - "file": "/media/sent50.jpg", - "who": "The cook", - "doing": "is giving", - "what": "soup", - "to_whom": "to Dad", - "distractors": ["to the cat", "to the astronaut"] - }, - { - "file": "/media/sent51.jpg", - "who": "The barber", - "doing": "is handing", - "what": "a comb", - "to_whom": "to the boy", - "distractors": ["to the lamp", "to the whale"] - }, - { - "file": "/media/sent52.jpg", - "who": "The farmer", - "doing": "is giving", - "what": "corn", - "to_whom": "to the chicken", - "distractors": ["to the elephant", "to the cook"] - }, - { - "file": "/media/sent53.jpg", - "who": "The astronaut", - "doing": "is sending", - "what": "a photo", - "to_whom": "to the kids", - "distractors": ["to the gardener", "to the dentist"] - }, - { - "file": "/media/sent54.jpg", - "who": "The paramedic", - "doing": "is giving", - "what": "a bandage", - "to_whom": "to the boy", - "distractors": ["to the mountain", "to the cactus"] - }, - { - "file": "/media/sent55.jpg", - "who": "She", - "doing": "is taking", - "what": "a cup of tea", - "to_whom": "to Grandma", - "distractors": ["to the rocket", "to the dinosaur"] - }, - { - "file": "/media/sent56.jpg", - "who": "He", - "doing": "is bringing", - "what": "butter", - "to_whom": "to Mom", - "distractors": ["to the robot", "to the tree"] - }, - { - "file": "/media/sent57.jpg", - "who": "I", - "doing": "am handing", - "what": "a spoon", - "to_whom": "to the baby", - "distractors": ["to the cat", "to the firefighter"] - }, - { - "file": "/media/sent58.jpg", - "who": "We", - "doing": "are throwing", - "what": "a ball", - "to_whom": "to the dog", - "distractors": ["to the tiger", "to the barber"] - }, - { - "file": "/media/sent59.jpg", - "who": "She", - "doing": "is giving", - "what": "shoes", - "to_whom": "to the kids", - "distractors": ["to the librarian", "to Grandpa"] - }, - { - "file": "/media/sent60.jpg", - "who": "Blippi", - "doing": "is taking", - "what": "milk", - "to_whom": "to the cat", - "distractors": ["to the florist", "to Dad"] - }, - { - "file": "/media/sent61.jpg", - "who": "The girl", - "doing": "is taking", - "what": "bread", - "to_whom": "to Grandma", - "distractors": ["to the painter", "to the dog"] - }, - { - "file": "/media/sent62.jpg", - "who": "Bilal", - "doing": "is bringing", - "what": "a toy", - "to_whom": "to the baby", - "distractors": ["to the cook", "to Ulugbek"] - }, - { - "file": "/media/sent63.jpg", - "who": "The dog", - "doing": "is carrying", - "what": "a stick", - "to_whom": "to the boy", - "distractors": ["to the tiger", "to Mom"] - }, - { - "file": "/media/sent64.jpg", - "who": "The dinosaur", - "doing": "is showing", - "what": "a picture", - "to_whom": "to the kids", - "distractors": ["to the mountain", "to the robot"] - }, - { - "file": "/media/sent65.jpg", - "who": "The pilot", - "doing": "is passing", - "what": "a snack", - "to_whom": "to the child", - "distractors": ["to the nurse", "to the policeman"] - }, - { - "file": "/media/sent66.jpg", - "who": "The policeman", - "doing": "is giving", - "what": "a whistle", - "to_whom": "to the boy", - "distractors": ["to the computer", "to the elephant"] - } -] diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb1b2a60bd50538bec9f876511b9cac21e3..0000000000000000000000000000000000000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/assets/react.svg b/src/assets/react.svg deleted file mode 100644 index 6c87de9bb3358469122cc991d5cf578927246184..0000000000000000000000000000000000000000 --- a/src/assets/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file