Spaces:
Sleeping
Sleeping
corrected readme
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🎮
|
4 |
colorFrom: blue
|
5 |
colorTo: pink
|
@@ -7,7 +7,6 @@ sdk: docker
|
|
7 |
pinned: false
|
8 |
app_port: 3000
|
9 |
---
|
10 |
-
|
11 |
# Colorful Semantics - To Whom? Game
|
12 |
|
13 |
A learning game that teaches sentence structure through colorful semantic components.
|
@@ -43,13 +42,13 @@ A learning game that teaches sentence structure through colorful semantic compon
|
|
43 |
```
|
44 |
|
45 |
3. Each question needs the following fields:
|
|
|
46 |
- `file`: Path to the media file (jpg, png, or mp4)
|
47 |
- `who`: The subject of the sentence
|
48 |
- `doing`: The verb phrase
|
49 |
- `what`: The object
|
50 |
- `to_whom`: The correct answer (recipient)
|
51 |
- `distractors`: Array of incorrect options
|
52 |
-
|
53 |
4. Restart the application to see your new questions
|
54 |
|
55 |
## Development
|
@@ -65,11 +64,12 @@ npm run dev
|
|
65 |
npm run build
|
66 |
```
|
67 |
|
68 |
-
|
69 |
## Making sentences
|
70 |
|
71 |
The words used for subject and to whome:
|
|
|
72 |
## subjects and to whom
|
|
|
73 |
Blippi
|
74 |
Zaki
|
75 |
Harun
|
@@ -87,7 +87,7 @@ children
|
|
87 |
kids
|
88 |
cat
|
89 |
dog
|
90 |
-
mouse
|
91 |
tiger
|
92 |
witch
|
93 |
elephent
|
@@ -120,8 +120,8 @@ Farmer
|
|
120 |
Astronaut
|
121 |
Paramedic
|
122 |
|
123 |
-
|
124 |
### verbs
|
|
|
125 |
read
|
126 |
drink
|
127 |
case
|
@@ -152,8 +152,8 @@ take
|
|
152 |
wipe
|
153 |
drink
|
154 |
|
155 |
-
|
156 |
## what
|
|
|
157 |
flower
|
158 |
icecream
|
159 |
pen
|
@@ -180,10 +180,6 @@ monkey nuts
|
|
180 |
upstairs
|
181 |
downstairs
|
182 |
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
## License
|
188 |
|
189 |
MIT
|
|
|
1 |
---
|
2 |
+
title: To Whom?
|
3 |
emoji: 🎮
|
4 |
colorFrom: blue
|
5 |
colorTo: pink
|
|
|
7 |
pinned: false
|
8 |
app_port: 3000
|
9 |
---
|
|
|
10 |
# Colorful Semantics - To Whom? Game
|
11 |
|
12 |
A learning game that teaches sentence structure through colorful semantic components.
|
|
|
42 |
```
|
43 |
|
44 |
3. Each question needs the following fields:
|
45 |
+
|
46 |
- `file`: Path to the media file (jpg, png, or mp4)
|
47 |
- `who`: The subject of the sentence
|
48 |
- `doing`: The verb phrase
|
49 |
- `what`: The object
|
50 |
- `to_whom`: The correct answer (recipient)
|
51 |
- `distractors`: Array of incorrect options
|
|
|
52 |
4. Restart the application to see your new questions
|
53 |
|
54 |
## Development
|
|
|
64 |
npm run build
|
65 |
```
|
66 |
|
|
|
67 |
## Making sentences
|
68 |
|
69 |
The words used for subject and to whome:
|
70 |
+
|
71 |
## subjects and to whom
|
72 |
+
|
73 |
Blippi
|
74 |
Zaki
|
75 |
Harun
|
|
|
87 |
kids
|
88 |
cat
|
89 |
dog
|
90 |
+
mouse
|
91 |
tiger
|
92 |
witch
|
93 |
elephent
|
|
|
120 |
Astronaut
|
121 |
Paramedic
|
122 |
|
|
|
123 |
### verbs
|
124 |
+
|
125 |
read
|
126 |
drink
|
127 |
case
|
|
|
152 |
wipe
|
153 |
drink
|
154 |
|
|
|
155 |
## what
|
156 |
+
|
157 |
flower
|
158 |
icecream
|
159 |
pen
|
|
|
180 |
upstairs
|
181 |
downstairs
|
182 |
|
|
|
|
|
|
|
|
|
183 |
## License
|
184 |
|
185 |
MIT
|