diff --git a/src/lib/components/AssessmentHistory.svelte b/src/lib/components/AssessmentHistory.svelte index e678cef..737e315 100644 --- a/src/lib/components/AssessmentHistory.svelte +++ b/src/lib/components/AssessmentHistory.svelte @@ -13,14 +13,14 @@

Assessment History

- +
- - - - - + + + + + @@ -31,7 +31,7 @@ {/each} diff --git a/src/routes/results/+page.svelte b/src/routes/results/+page.svelte index d499b79..4269dad 100644 --- a/src/routes/results/+page.svelte +++ b/src/routes/results/+page.svelte @@ -30,21 +30,24 @@ onMount(() => { }); -
+Skip to main content +

Assessment Results

- Back to Upload + Back to Upload

View detailed feedback and recommendations for each student submission.

{#if feedback} - +
+ +
{/if} {#if !feedback && (!history || history.length === 0)} -
No results yet. Upload submissions to see feedback here.
+
No results yet. Upload submissions to see feedback here.
{/if} {#if history.length > 0}
- +
{/if} diff --git a/src/routes/upload/+page.svelte b/src/routes/upload/+page.svelte index 7672101..b4a2d11 100644 --- a/src/routes/upload/+page.svelte +++ b/src/routes/upload/+page.svelte @@ -104,23 +104,24 @@ async function handleSubmit(event: Event) {

Upload Student Submissions

Upload student assignments for instant AI-powered assessment and feedback.

{#if errorMsg} -
+ {/if} {#if submitting} -
-
+ + Loading... Grading in progress...
{/if}
- +
DateTask/AssignmentGradeActionsDeleteDateTask/AssignmentGradeActionsDelete
{entry.grade}
- View + View
Submission: {entry.submission}
Strengths: {entry.strengths}
@@ -40,14 +40,14 @@
Reflection Question: {entry.reflection_question}
Teacher Suggestion: {entry.teacher_suggestion}
- Show AI Reasoning + Show AI Reasoning
{entry.reasoning}
- +