Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assessment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Assessment Submission
67 changes: 67 additions & 0 deletions data/assessments/grammar-foundations-assessments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"id": "PS1",
"question": "Choose the correct sentence",
"options": [
"He go to school every day.",
"He goes to school every day.",
"He going to school every day.",
"He gone to school every day."
],
"answer_index": 1,
"answer": "He goes to school every day.",
"explanation": "In the Present Simple tense, with third person singular (he/she/it), we add -s to the verb."
},
{
"id": "PS2",
"question": "Choose the correct negative form",
"options": [
"She don't like apples.",
"She doesn't likes apples.",
"She doesn't like apples.",
"She not like apples."
],
"answer_index": 2,
"answer": "She doesn't like apples.",
"explanation": "In negative sentences with 'does not', the main verb stays in base form: 'She doesn't like...'."
},
{
"id": "PS3",
"question": "Choose the correct question form",
"options": [
"Do he play football?",
"Does he plays football?",
"Does he play football?",
"He does play football?"
],
"answer_index": 2,
"answer": "Does he play football?",
"explanation": "Questions in Present Simple use 'Does' + subject + base verb: 'Does he play...'."
},
{
"id": "PS4",
"question": "Choose the correct sentence with 'to be'",
"options": [
"They is happy.",
"They are happy.",
"They am happy.",
"They be happy."
],
"answer_index": 1,
"answer": "They are happy.",
"explanation": "With 'they', the correct form of 'to be' is 'are': 'They are happy.'"
},
{
"id": "PS5",
"question": "Choose the correct possessive form",
"options": [
"This is the childrens book.",
"This is the children's book.",
"This is the childrens's book.",
"This is the child book."
],
"answer_index": 1,
"answer": "This is the children's book.",
"explanation": "The correct possessive form of 'children' is 'children's'."
}
]
51 changes: 51 additions & 0 deletions docs/assessments/grammar-foundations-assessments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Grammar Foundations – Present Simple Assessments

This set assesses present simple fundamentals (affirmatives, negatives, questions, possessives).

## Q1 (PS1) Choose the correct sentence
- A. He go to school every day.
- B. He goes to school every day. ✅
- C. He going to school every day.
- D. He gone to school every day.

**Explanation:** In the Present Simple tense, with third person singular (he/she/it), we add **-s** to the verb.

---

## Q2 (PS2) Choose the correct negative form
- A. She don’t like apples.
- B. She doesn’t likes apples.
- C. She doesn’t like apples. ✅
- D. She not like apples.

**Explanation:** In negative sentences with *does not*, the main verb stays in base form: *She doesn’t like...*

---

## Q3 (PS3) Choose the correct question form
- A. Do he play football?
- B. Does he plays football?
- C. Does he play football? ✅
- D. He does play football?

**Explanation:** Questions in Present Simple use *Does* + subject + base verb: *Does he play...*

---

## Q4 (PS4) Choose the correct sentence with 'to be'
- A. They is happy.
- B. They are happy. ✅
- C. They am happy.
- D. They be happy.

**Explanation:** With *they*, the correct form of *to be* is *are*: *They are happy.*

---

## Q5 (PS5) Choose the correct possessive form
- A. This is the childrens book.
- B. This is the children’s book. ✅
- C. This is the childrens’s book.
- D. This is the child book.

**Explanation:** The correct possessive form of *children* is *children’s*.
2 changes: 2 additions & 0 deletions trigger-review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
""
""