From 870530b9223dd83dcab2dcd0bcc9a7e8b5018624 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:48:13 -0800 Subject: [PATCH] Update education.py --- swarms/prompts/education.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/swarms/prompts/education.py b/swarms/prompts/education.py index 5016c0f8..aa41716b 100644 --- a/swarms/prompts/education.py +++ b/swarms/prompts/education.py @@ -13,15 +13,13 @@ challenge_level = user_preferences["challenge_level"] # Curriculum Design Prompt CURRICULUM_DESIGN_PROMPT = f""" Develop a semester-long curriculum tailored to student interests in {subjects}. Focus on incorporating diverse teaching methods suitable for a {learning_style} learning style. -The curriculum should challenge students at a {challenge_level} level, integrating both theoretical knowledge and practical applications. Provide a detailed structure, including weekly topics, -key objectives, and essential resources needed. +The curriculum should challenge students at a {challenge_level} level, integrating both theoretical knowledge and practical applications. Provide a detailed structure, including +weekly topics, key objectives, and essential resources needed. """ # Interactive Learning Session Prompt INTERACTIVE_LEARNING_PROMPT = f""" -You are being given a curriculum from another agent, please design an interactive learning sessions for the {subjects} curriculum that cater to a {learning_style} learning style. Incorporate -engaging elements like gamification, interactive quizzes, and hands-on activities. The sessions should dynamically adjust to the student's engagement and understanding, emphasizing key concepts -and practical skills. +Create an interactive lesson for a student of {subjects} that caters to a {learning_style} learning style. Incorporate engaging elements and hands-on activities. """ # Sample Lesson Prompt