Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUM - student response row for AI Eval of Free Responses #64832

Merged
merged 3 commits into from
Mar 28, 2025

Conversation

kobryan0619
Copy link
Contributor

@kobryan0619 kobryan0619 commented Mar 26, 2025

Another starter-PR for AI Summary Evaluations on Free Response Levels.

image

Todos include:

  • Lots of formatting (ex. formatting the last column text, borders, colors, sorting, etc)
  • Getting a header on the table
  • Getting "flagged" in the table.
  • Tests

Note: We know the profanity filter isn't quite working...

Links

Jira
Figma

Testing story

Tested locally

@tess323
Copy link

tess323 commented Mar 26, 2025

this looks like a great start to me!

This will end up behind the experiment, correct?

<div className={styles.aiAnalysisTagColumn}>{analysisTag()}</div>
<BodyThreeText
className={styles.aiAnalysisReasoningColumn}
>{`${studentWorkEvaluation.aiEvaluation}. ${studentWorkEvaluation.aiReasoning}`}</BodyThreeText>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we need the aiEvaluation here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also - more a note to myself - we should standardize on the "audience" for the bot's response; sometimes it's addressing the student and sometimes talking about the student...

@@ -10,8 +10,7 @@ import {
import CollapsibleSection from '@cdo/apps/templates/CollapsibleSection';

import FreeResponseAiSummaryBox from './FreeResponseAiSummaryBox';

import style from '@cdo/apps/levelbuilder/ai-iteration-tools/ai-tutor/ai-tutor-tester.module.scss';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra yay for getting rid of this stolen styling 😁

@MollyPeredo
Copy link

Great start! For the table formatting specifically, I'm wondering if we can adjust the padding at the bottom of each table row? It seems like there's more padding on the bottom than the top.

@kobryan0619 kobryan0619 merged commit b2f9357 into staging Mar 28, 2025
4 checks passed
@kobryan0619 kobryan0619 deleted the kaitie/SUM-student-response-row branch March 28, 2025 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants