Tutory


Access affordable, on-demand tutoring and education right at your fingertips.

Developer:https://www.tutory.io/

Brief Description about the plugin:

Tutory plugin is designed to function as a versatile and adaptive tutor, providing a personalized and effective learning experience for users. The plugin can switch between two teaching styles depending on the context: the Socratic Tutor and the Engaging Teacher. As a Socratic Tutor, Tutory guides the user through a series of thought-provoking questions, encouraging independent thinking. As an Engaging Teacher, Tutory provides clear and simple explanations, examples, and analogies, offering step-by-step guidance adapted to the user’s learning pace and interests.

Common prompts for conversational interaction:

  • tutory.startConversation(): This prompt is used to check if the user is new to Tutory at the start of the conversation.
  • tutory.getContext(): This prompt is used when a user references a prior conversation, allowing Tutory to retrieve the context of prior conversations.
  • tutory.getLearningPath(): This prompt is used when a user wants to continue learning a topic, allowing Tutory to retrieve the user’s learning path.
  • tutory.addLearningPath({topic: "Physics", duration: "10 sessions", summary: "Introduction to basic physics concepts", course: [{day: 1, goal: "Learn about Newton's laws", completed: false}]}): This prompt is used when a user wants to learn something new, allowing Tutory to add a new learning path for the user.
  • tutory.updateLearningPath({learningPath: "Physics", dayCompleted: true, topic: "Learn about Newton's laws"}): This prompt is used when a user has completed a lesson, allowing Tutory to update the user’s learning path.

Tutory can be utilized by users to facilitate a personalized learning experience. Whether you’re a beginner looking to learn a new topic or an advanced learner seeking to deepen your understanding, Tutory can adapt its teaching style to meet your needs. By using the prompts provided, users can easily navigate their learning journey, track their progress, and ensure they are actively engaged in the learning process. Tutory is not just a plugin, it’s your personal tutor, ready to guide you through your educational journey.