Spaces:
Sleeping
Sleeping
hint enhanced
Browse files- prompts.py +1 -0
prompts.py
CHANGED
@@ -7,6 +7,7 @@ Let's proceed step by step:
|
|
7 |
2. Identify all the proposed answers
|
8 |
3. For each proposed answer, check if it is a correct answer. You will have fill in a boolean field indicatif if the answer is correct or not.
|
9 |
4. Evaluate the age of the student to which this exercise is targeted.
|
|
|
10 |
5. Think about a short explanation that will help the students who didn’t fin the correct answer. This explanation must be adapted to their age and be very short.
|
11 |
6. Write the question, answers, and in a JSON file following the given example format.
|
12 |
|
|
|
7 |
2. Identify all the proposed answers
|
8 |
3. For each proposed answer, check if it is a correct answer. You will have fill in a boolean field indicatif if the answer is correct or not.
|
9 |
4. Evaluate the age of the student to which this exercise is targeted.
|
10 |
+
4. Think about a short hint sentence for this MCQ. It should be adapted to the students age and be very short. It should targetthe points in the exercise that might pose a problem for your students. Remember to formulate clues, not answers.
|
11 |
5. Think about a short explanation that will help the students who didn’t fin the correct answer. This explanation must be adapted to their age and be very short.
|
12 |
6. Write the question, answers, and in a JSON file following the given example format.
|
13 |
|