Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-12 05:31:25 +00:00

View File

@@ -231,20 +231,20 @@ export default function HomePage() {
id: "1", title: "How do I start learning with LearnAI?", content:
"Simply create an account using your phone number or Google login. Then choose your learning module—Learn, Ask Doubt, Quiz, or Flashcards—and begin your personalized AI-powered learning journey immediately."},
{
id: "2", title: "Can I upload my own study materials?", content:
id: "2", title: "Can I use LearnAI for test preparation?", content:
"Definitely! LearnAI is perfect for exam prep. Use the Learn module for structured materials, Quiz for practice tests, and Flashcards for quick revisions. The adaptive system focuses on weak areas."},
{
id: "3", title: "Can I upload my own study materials?", content:
"Absolutely! In the 'Ask Doubt' module, you can upload PDF, Word, PowerPoint, and other document files. Our AI will analyze them, provide summaries, and generate practice questions automatically."},
{
id: "3", title: "How many quiz questions are generated?", content:
id: "4", title: "How many quiz questions are generated?", content:
"Our system generates 20-30 adaptive quiz questions based on the subject and topics you select. The difficulty adjusts based on your performance to optimize your learning experience."},
{
id: "4", title: "What data is tracked in my profile?", content:
id: "5", title: "What data is tracked in my profile?", content:
"Your profile displays your learning streak, quiz scores, total questions solved, number of completed study materials, and detailed learning analytics to help you monitor your progress."},
{
id: "5", title: "Is LearnAI available on mobile?", content:
id: "6", title: "Is LearnAI available on mobile?", content:
"Yes! LearnAI is fully responsive and works seamlessly on desktop, tablet, and mobile devices. Access your learning modules anytime, anywhere."},
{
id: "6", title: "Can I use LearnAI for test preparation?", content:
"Definitely! LearnAI is perfect for exam prep. Use the Learn module for structured materials, Quiz for practice tests, and Flashcards for quick revisions. The adaptive system focuses on weak areas."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about LearnAI"
@@ -264,4 +264,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}