-
Notifications
You must be signed in to change notification settings - Fork 494
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
Conversation
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> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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 😁
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. |
Another starter-PR for AI Summary Evaluations on Free Response Levels.
Todos include:
Note: We know the profanity filter isn't quite working...
Links
Jira
Figma
Testing story
Tested locally