Errolmking commited on
Commit
ab6fbc5
·
1 Parent(s): ed01272

Update app.py

Browse files

added socio-emotional
updated instructions

Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -165,8 +165,10 @@ agent_prompt = """
165
  Make a list of 7 ideas, concepts, generalizations and principles we want students to know and understand about the unit or topic we are teaching?
166
  Make a list of critical skills describing what we want students to be able to do. Each item should begin with "Students will be able to..."
167
  Make a list of 7 potential assessments we can use to give students opportunities to demonstrate their skills.
168
- Make a list of 7 ways that I might adapt the experience for different learning styles. Make a list of 5 materials and technologies that I can enhance the learning experience.
169
- Make a list of 4 learning activities that support and scaffold the learning experience.
 
 
170
  """
171
 
172
  unit_generator = UnitGenerator(prompt_template=agent_prompt)
@@ -178,7 +180,7 @@ def generate_unit(input):
178
  gr.Interface(generate_unit,
179
  [gr.Textbox(
180
  label="Enter your unit vision.",
181
- info="Provide high level details for the learning experience."
182
  )],
183
  [gr.Textbox(
184
  label="Unit",
 
165
  Make a list of 7 ideas, concepts, generalizations and principles we want students to know and understand about the unit or topic we are teaching?
166
  Make a list of critical skills describing what we want students to be able to do. Each item should begin with "Students will be able to..."
167
  Make a list of 7 potential assessments we can use to give students opportunities to demonstrate their skills.
168
+ Make a list of 7 ways that I might adapt the experience for different learning styles. 
169
+ Make a list of 5 materials and technologies that I can enhance the learning experience.
170
+ Make a list of 5 ways that this learning experience can support and making connections to well-being and socio-emotional development.
171
+ Make a list of 5 creative activity ideas that support and scaffold the learning experience.
172
  """
173
 
174
  unit_generator = UnitGenerator(prompt_template=agent_prompt)
 
180
  gr.Interface(generate_unit,
181
  [gr.Textbox(
182
  label="Enter your unit vision.",
183
+ info="Provide high level details for the learning experience. Feel free to add any additional integrations, concepts, etc you want incorporated in the unit design."
184
  )],
185
  [gr.Textbox(
186
  label="Unit",