File size: 3,163 Bytes
7d82b61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Define chatbot and checkbox options
First_response = """

Four people identified in the video. Please select the people you want to analyse:

"""
Second_response="""Let’s confirm the learning goals:"""

non_verbal_options = [
    "Following directions",
    "On-task percentage",
    "Elopement attempts",
    "Falling response",
    "Overwhelm indicators",
    "Avoidance behaviors",
    "Harm attempts",
    "Eye contact percentage",
    "Eye contact duration",
    "Body language",
    "Stimming behaviors",
    "Attention tracking",
    "Whole-body listening",
    "Gaze tracking",
    "Inappropriate touching",
    "Listening behaviors",
    "Noises or gestures"
]

verbal_options = [
    "Target sounds",
    "Word position",
    "Sound substitutions",
    "Articulation frequency",
    "Mean Length of Utterance (MLU)",
    "Disfluencies",
    "Questions asked",
    "Student answers",
    "Response time",
    "Peer responses",
    "On-topic responses",
    "Correct response ratio",
    "Cues needed",
    "Pragmatic skills",
    "Conversation volume",
    "Initiating conversation",
    "Interruptions",
    "Following directions",
    "Answering questions",
    "Idioms/sarcasm",
    "Grammar and syntax",
    "Vocabulary use",
    "Answering wh-questions"
]

environmental_options = [
    "External noises",
    "Room activity",
    "Room temperature",
    "Fluorescent lights",
    "School vs home",
    "Session location",
    "Furniture size",
]


client_options=[
    "David",
    "John",
    "Sam",
    "Mike",
]

data_insights = """

- On 9/17, Mike seemed to be distracted by the lighting in the room, which could be the reason he had more approximate words than correct words.

- On 9/18, there was a level of outside noise present during the session due to weather. This was also where Mike’s incorrect words were at their highest.

- On 9/19, Mike performed the best he has yet!

- Between 9/20 - 9/22, Mike's approximate words have tapered out.

"""


subjective_report = """

Mike exhibited signs of stress at the start of the session due to the rainy weather, but he maintained engagement and participation throughout. 

"""

objective_report = """

- Number of Answers Given: This child named one of the characters in the story as 'Bob.'

- Cues Required: Responded directly to the SLP’s prompt without requiring additional cues.

- Observed Behavior: Participation in the naming process indicates engagement, though the child's involvement appears less proactive compared to the middle child.

'Wh' Questions Addressed: Answered a 'who' question by providing a name for a character.

- Grammar and Complexity: The response was simple but appropriate for the task at hand.

- Visual Cues Used: It's not clear from the transcript if the child used visual cues, but the direct response to the SLP's question suggests attentiveness to verbal cues.

"""

assessment_report = """

His ability to produce /er/ words when presented with a phonemic cue has also improved from only making 20% of words in yesterday’s session. 

"""

plan_report = """



"""