You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dianshang-qianduan/docs/superpowers/specs/2026-08-04-student-ai-panel...

19 lines
838 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 学生端 AI 助学助评面板设计
## 目标
将学生实训页右侧现有分散、重复的 AI 助学与 AI 助评内容合并为一个常驻面板,按原型提供提示词问答、评语、分数和智能评分入口。
## 交互
- AI 助学显示当前任务的参考提示词;点击提示词会填入问题框。
- 学生可补充问题并发送,回答显示在助学区域。
- AI 助评显示已有评语和综合评分;未生成时说明评分依据。
- “AI智能评分”复用现有评分请求处理中显示加载状态失败可重试。
## 实现边界
- 复用现有 AI 助学、AI 助评接口与评价结果结构,不调整后端评分规则。
- 用单个可复用 Vue 组件替代通用实训页重复的右侧 AI 卡片。
- 宽屏保持右侧常驻;窄屏移动至实训内容下方。