Teacher's Pet AI

Frequently Asked Questions (FAQ)

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.

Q: How do I use it?

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".

Q: Is there a real AI model behind this?

A: In this demonstration version, the AI responses are simulated. The codebase is structured so a real AI API can be integrated easily.

Q: What technology is this built with?

A: The application is primarily built with Python (using the Flask framework), HTML, and CSS, with minimal JavaScript.

Q: Can I specify the number of questions for a test?

A: Yes, when generating a test, you can choose to specify either the number of questions or the estimated time to complete the test.

Q: Is my data safe?

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.