mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
feat(*): Add homepage content
This commit is contained in:
+29
-2
@@ -1,2 +1,29 @@
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
||||
<section class="max-w-3xl mx-auto py-16 px-4 text-center">
|
||||
<h1 class="text-4xl font-bold mb-4">AI Agentic Assessment & Feedback</h1>
|
||||
<p class="text-lg mb-6">
|
||||
Welcome! This platform empowers teachers with an intelligent, agentic AI system that goes beyond automation - delivering instant, differentiated assessment and actionable feedback for every student.
|
||||
</p>
|
||||
<div class="mb-8">
|
||||
<h2 class="text-2xl font-semibold mb-2">Why It's Different</h2>
|
||||
<ul class="text-left max-w-xl mx-auto list-disc list-inside text-base">
|
||||
<li><span class="font-semibold">Agentic Workflows:</span> The system acts as an autonomous agent - reasoning about each submission, orchestrating multi-step analysis, and adapting feedback based on assignment context and student needs.</li>
|
||||
<li><span class="font-semibold">Personalized Differentiation:</span> Generates unique follow-on activities and suggestions for every student, not just generic comments.</li>
|
||||
<li><span class="font-semibold">Real-World Impact:</span> Frees up teachers' time, ensures consistent grading, and supports more meaningful student learning.</li>
|
||||
<li><span class="font-semibold">Hackathon Innovation:</span> Built for the Microsoft AI Agents Hackathon, leveraging advanced Azure OpenAI and Cognitive Services to showcase the power of agentic AI in education.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="mb-8">
|
||||
<h2 class="text-xl font-semibold mb-2">Key Features</h2>
|
||||
<ul class="text-left max-w-xl mx-auto list-disc list-inside text-base">
|
||||
<li><span class="font-semibold">Instant Grading:</span> Upload student assignments for immediate, AI-driven assessment.</li>
|
||||
<li><span class="font-semibold">Assessment History:</span> Review and manage all past assessments securely—no backend required.</li>
|
||||
<li><span class="font-semibold">Accessibility:</span> Inclusive design with screen reader support, keyboard navigation, and high-contrast color schemes for all users.</li>
|
||||
<li><span class="font-semibold">Pedagogical Grounding:</span> Feedback and follow-on activities are informed by educational best practices - formative assessment, differentiation, and actionable next steps.</li>
|
||||
<li><span class="font-semibold">Privacy:</span> All data is stored locally for maximum privacy; no student data leaves your device.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="/about" class="inline-block bg-blue-600 text-white px-6 py-3 rounded-lg font-semibold shadow hover:bg-blue-700 transition mb-4">Learn More About This Project</a>
|
||||
<div class="mt-4">
|
||||
<a href="/upload" class="inline-block bg-green-600 text-white px-6 py-3 rounded-lg font-semibold shadow hover:bg-green-700 transition">Get Started</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user