Q: What is Teacher's Pet AI?
A: It's a web application that uses AI (currently simulated) to help teachers generate educational content like slide outlines, homework, and tests.
A: It's a web application that uses AI (currently simulated) to help teachers generate educational content like slide outlines, homework, and tests.
A: From the homepage, select a task (e.g., "Generate PowerPoint Slides"). You'll be taken to a form where you can specify the subject, grade level, and keywords. Fill it out and click "Generate Content".
A: In this demonstration version, the AI responses are simulated. The codebase is structured so a real AI API can be integrated easily.
A: The application is primarily built with Python (using the Flask framework), HTML, and CSS, with minimal JavaScript.
A: Yes, when generating a test, you can choose to specify either the number of questions or the estimated time to complete the test.
A: As this is a demonstration with simulated AI, no data is sent to external services or stored long-term beyond the current request-response cycle. If a real AI service were integrated, its data privacy policies would apply.