File size: 1,035 Bytes
46a42d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# data4.py

strategy_text = {
    0: "Use the PEEL strategy (Point, Evidence, Experience(s), Link back to the question).",
    1: "Use the 5W1H thinking frame (Who, What, Where, When, Why, How) to generate ideas.",
    2: "Use the OREO thinking frame (Opening Statement, Reasons, Elaborate, Opinion) to guide the student."
}

description = (
    "Poster calling for nomination for the Supportive Friend Award. It shows 3 pictures of 2 students exhibiting acts of friendship. "
    "The first pictures shows 2 students and 1 of them seems to helping the other with their homework, "
    "the other images shows two students playing a game of chess and the 3rd pictures shows 2 friends having a conversation with "
    "the 3 respective captions: helps me, plays with me and listens to me."
)

questions = [
    "1. Look at the picture. Would you like to have a schoolmate like this? Why? / Why not?",
    "2. Do you like making new friends? Why? / Why not?",
    "3. Would you like to be a buddy to a younger pupil? Why? / Why not?",
]