|
@@ -342,7 +342,7 @@
|
|
|
<div class="c_t72" v-if="props.showData && props.showData.toolType === 72">
|
|
<div class="c_t72" v-if="props.showData && props.showData.toolType === 72">
|
|
|
<div class="c_t72_title">{{ lang.ssAiApp }}</div>
|
|
<div class="c_t72_title">{{ lang.ssAiApp }}</div>
|
|
|
<span class="c_t72_type">{{ lang.ssAiApp }}</span>
|
|
<span class="c_t72_type">{{ lang.ssAiApp }}</span>
|
|
|
- <div class="c_t72_msg">
|
|
|
|
|
|
|
+ <div class="c_t72_msg">
|
|
|
<div>{{ lang.ssAnswerCount }} {{ props.showData.workArray.length }}<span
|
|
<div>{{ lang.ssAnswerCount }} {{ props.showData.workArray.length }}<span
|
|
|
v-if="props.showData.unsubmittedStudents.length > 0">/{{ props.showData.workArray.length +
|
|
v-if="props.showData.unsubmittedStudents.length > 0">/{{ props.showData.workArray.length +
|
|
|
props.showData.unsubmittedStudents.length
|
|
props.showData.unsubmittedStudents.length
|
|
@@ -1576,6 +1576,8 @@ ${a.content}\n`
|
|
|
课程数据:
|
|
课程数据:
|
|
|
- 课程名称:${props.courseDetail.title}
|
|
- 课程名称:${props.courseDetail.title}
|
|
|
- 课程学科:${props.courseDetail.name}
|
|
- 课程学科:${props.courseDetail.name}
|
|
|
|
|
+- 需要提交人数:${props.showData.workArray.length + props.showData.unsubmittedStudents.length}
|
|
|
|
|
+- 已提交人数:${props.showData.workArray.length}
|
|
|
当前页面答题数据(AI应用):【分析重点】
|
|
当前页面答题数据(AI应用):【分析重点】
|
|
|
- AI应用
|
|
- AI应用
|
|
|
- 对话数据:${chatMsg}`
|
|
- 对话数据:${chatMsg}`
|