diff --git a/assessment.md b/assessment.md new file mode 100644 index 00000000..db9d771a --- /dev/null +++ b/assessment.md @@ -0,0 +1 @@ +# Assessment Submission diff --git a/data/assessments/grammar-foundations-assessments.json b/data/assessments/grammar-foundations-assessments.json new file mode 100644 index 00000000..759ebccd --- /dev/null +++ b/data/assessments/grammar-foundations-assessments.json @@ -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'." + } +] diff --git a/docs/assessments/grammar-foundations-assessments.md b/docs/assessments/grammar-foundations-assessments.md new file mode 100644 index 00000000..6bc15821 --- /dev/null +++ b/docs/assessments/grammar-foundations-assessments.md @@ -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*. diff --git a/trigger-review.md b/trigger-review.md new file mode 100644 index 00000000..6f828648 --- /dev/null +++ b/trigger-review.md @@ -0,0 +1,2 @@ +"" +""