rbuell commited on
Commit
a686379
·
1 Parent(s): 633c9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -38,32 +38,32 @@ def write_iep_assist():
38
  # Define prompts by category
39
  prompt_categories = {
40
  "Reading": [
41
- "Analyze the student's reading performance data and provide a summary of their strengths and areas for improvement. Recommend strategies or interventions to enhance their reading skills.",
42
- "Based on the reading data provided, identify the student's reading level and highlight specific areas where they may need additional support or interventions. Suggest instructional approaches to promote reading fluency and comprehension."
43
  ],
44
  "Writing": [
45
- "Review the student's writing samples or assessments and provide feedback on their strengths and areas for growth. Recommend strategies or interventions to enhance their writing skills, such as organization, grammar, or content development.",
46
- "Based on the writing data provided, analyze the student's writing proficiency and identify specific areas where they may need support. Suggest instructional techniques to foster their writing abilities and improve overall written expression."
47
  ],
48
  "Math": [
49
- "Analyze the student's math performance data and provide insights into their strengths and areas for improvement. Recommend targeted interventions or instructional strategies to enhance their mathematical skills and problem-solving abilities.",
50
- "Based on the math data provided, identify the student's math proficiency level and highlight specific areas where they may require additional support. Suggest instructional approaches to strengthen their mathematical understanding and application."
51
  ],
52
  "Functional": [
53
- "Review the student's functional skills data and provide an overview of their abilities and areas that require support in daily living tasks. Recommend strategies, accommodations, or interventions to enhance their independence and functional skills development.",
54
- "Based on the functional skills data provided, analyze the student's strengths and areas for improvement in various functional domains. Propose interventions or modifications to promote their participation and success in daily activities."
55
  ],
56
  "Speech": [
57
- "Analyze the student's speech or language assessments and provide a summary of their communication strengths and areas for development. Recommend interventions or strategies to enhance their speech or language skills.",
58
- "Based on the speech data provided, identify the student's speech or language challenges and suggest targeted interventions or therapy techniques to support their communication development."
59
  ],
60
  "Behavior": [
61
- "Review the student's behavior data and identify patterns or triggers that influence their behavior. Provide insights into the student's strengths and areas for improvement. Recommend behavior management strategies or interventions to address their specific needs.",
62
- "Based on the behavior data provided, analyze the student's behavior patterns and provide guidance on effective behavior management techniques. Suggest interventions or supports to promote positive behavior and reduce challenging behaviors."
63
  ],
64
  "Other": [
65
- "Analyze the student's data in the specified area (e.g., social skills, executive functioning, sensory integration) and provide a summary of their strengths and areas for improvement. Recommend strategies, interventions, or accommodations to address their unique needs.",
66
- "Based on the data provided in the specified area, identify the student's strengths and areas for growth. Provide insights and suggestions to support their development and success in the given domain."
67
  ]
68
  }
69
 
 
38
  # Define prompts by category
39
  prompt_categories = {
40
  "Reading": [
41
+ "Analyze the student's reading data to determine their current reading level and identify areas for growth. Provide insights into their reading fluency, comprehension, and decoding skills.",
42
+ "Based on the reading data provided, summarize the student's reading strengths and weaknesses. Highlight specific areas that require support or intervention to enhance their overall reading abilities."
43
  ],
44
  "Writing": [
45
+ "Analyze the student's writing samples and assessments to assess their current writing skills. Identify their strengths and areas for improvement in areas such as organization, grammar, sentence structure, and content development.",
46
+ "Based on the writing data provided, evaluate the student's written expression. Summarize their writing strengths and areas that need development. Suggest strategies to enhance their overall writing abilities."
47
  ],
48
  "Math": [
49
+ "Analyze the student's math performance data to assess their current math skills. Identify their strengths and areas for improvement in various mathematical concepts such as number sense, operations, geometry, and problem-solving.",
50
+ "Based on the math data provided, evaluate the student's math abilities. Summarize their math strengths and areas that require additional support. Recommend strategies and interventions to foster their mathematical understanding and proficiency."
51
  ],
52
  "Functional": [
53
+ "Review the student's functional skills data to assess their current level of independence in daily living tasks. Identify their strengths and areas that require support or intervention in areas such as self-care, communication, social skills, and functional academics.",
54
+ "Based on the functional skills data provided, evaluate the student's abilities in daily living tasks. Summarize their functional strengths and areas for improvement. Provide recommendations to enhance their independence and functional skills development."
55
  ],
56
  "Speech": [
57
+ "Analyze the student's speech or language assessments to assess their current communication abilities. Identify their speech or language strengths and areas for improvement in areas such as articulation, fluency, vocabulary, grammar, and pragmatic skills.",
58
+ "Based on the speech data provided, evaluate the student's speech or language skills. Summarize their communication strengths and areas that require attention. Suggest interventions and strategies to support their speech or language development."
59
  ],
60
  "Behavior": [
61
+ "Review the student's behavior data to assess their current behavior patterns and identify factors influencing their behavior. Summarize their behavior strengths and areas for improvement. Recommend behavior management strategies or interventions to address their specific needs.",
62
+ "Based on the behavior data provided, evaluate the student's behavior patterns and trends. Summarize their behavior strengths and areas that require support. Provide guidance on effective behavior management techniques and interventions."
63
  ],
64
  "Other": [
65
+ "Analyze the student's data in the specified area (e.g., social skills, executive functioning, sensory integration) to assess their current abilities. Identify their strengths and areas for growth. Provide insights and suggestions to support their development and success in the given domain.",
66
+ "Based on the data provided in the specified area, evaluate the student's current abilities and areas that require attention. Summarize their strengths and areas for improvement. Recommend strategies, interventions, or accommodations to address their unique needs."
67
  ]
68
  }
69