|
@@ -403,7 +403,7 @@
|
|
|
)
|
|
|
" />
|
|
|
</button>
|
|
|
- <button class="c_pub_button_add" @click="clickGenTT">
|
|
|
+ <button class="c_pub_button_add" @click="clickGenTT" v-if="templateid != '4480d65a-1e48-11ef-bee5-005056b86db5' && templateid != 'cf5722a4-401b-11ef-b873-005056b86dc3'">
|
|
|
一键智能总结生成
|
|
|
</button>
|
|
|
</div>
|
|
@@ -560,7 +560,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="whiteBg" :style="{ minHeight: targetTextLoading ? '250px' : 'auto'}" style="background: #fff; margin: 0 0 10px;padding: 0 0 15px;" v-loading="targetTextLoading" element-loading-text="小可正在努力生成中,请稍等..." v-if="(!yiKeTemplateArray.includes(templateid)) && isuseT">
|
|
|
+ <div class="whiteBg" :style="{ minHeight: targetTextLoading ? '250px' : 'auto'}" style="background: #fff; margin: 0 0 10px;padding: 0 0 15px;" v-loading="targetTextLoading" element-loading-text="小可正在努力生成中,请稍等..." v-if="(!yiKeTemplateArray.includes(templateid)) && isuseT && templateid != '4480d65a-1e48-11ef-bee5-005056b86db5' && templateid != 'cf5722a4-401b-11ef-b873-005056b86dc3'">
|
|
|
<div class="c_pub_button_confirm stopBtn" v-if="targetTextLoading && isTargetCancelToken1" @click="cancelAjax('target1')">停止</div>
|
|
|
<div class="whiteBg" style="border-radius: 0; margin-top: 15px">
|
|
|
<div class="c_info_title">
|
|
@@ -897,7 +897,7 @@
|
|
|
@contextmenu.prevent="openAiDialog(1, 'aiDetail',1)"
|
|
|
@click="openAiDialog(2, 'aiDetail',1)">AI优化</button>
|
|
|
</el-tooltip>
|
|
|
- <button class="c_pub_button_confirm" @click="clickGenTT2" style="margin: 0 0 0 5px;">生成概况和目标</button>
|
|
|
+ <button class="c_pub_button_confirm" @click="clickGenTT2" style="margin: 0 0 0 5px;" v-if="templateid != '4480d65a-1e48-11ef-bee5-005056b86db5' && templateid != 'cf5722a4-401b-11ef-b873-005056b86dc3'">生成概况和目标</button>
|
|
|
</div>
|
|
|
<div style="width: 100%; padding: 0px 20px; box-sizing: border-box">
|
|
|
<div style="width: calc(100%);" class='op_task_box'>
|
|
@@ -920,7 +920,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="whiteBg" :style="{ minHeight: targetTextLoading2 ? '250px' : 'auto'}" style="background: #fff; margin: 0 0 10px;padding: 0 0 15px;" v-loading="targetTextLoading2" element-loading-text="小可正在努力生成中,请稍等..." v-if="(!isuseT && (!yiKeTemplateArray.includes(templateid))) || (isuseT && (!yiKeTemplateArray.includes(templateid)) && courseTextBool)">
|
|
|
+ <div class="whiteBg" :style="{ minHeight: targetTextLoading2 ? '250px' : 'auto'}" style="background: #fff; margin: 0 0 10px;padding: 0 0 15px;" v-loading="targetTextLoading2" element-loading-text="小可正在努力生成中,请稍等..." v-if="((!isuseT && (!yiKeTemplateArray.includes(templateid))) || (isuseT && (!yiKeTemplateArray.includes(templateid)) && courseTextBool)) && templateid != '4480d65a-1e48-11ef-bee5-005056b86db5' && templateid != 'cf5722a4-401b-11ef-b873-005056b86dc3'">
|
|
|
<div class="c_pub_button_confirm stopBtn" v-if="targetTextLoading2 && isTargetCancelToken2" @click="cancelAjax('target2')">停止</div>
|
|
|
<div class="whiteBg" style="border-radius: 0; margin-top: 15px">
|
|
|
<div class="c_info_title" style="flex-wrap: wrap; position:relative;margin:0 20px;">
|
|
@@ -1601,9 +1601,12 @@
|
|
|
<button class="c_pub_button_return pub_btn_last_img" v-if="steps > 1 && steps != 5" @click="lastSteps">
|
|
|
{{ steps == 4 ? "返回课程" : "上一步" }}
|
|
|
</button>
|
|
|
- <button class="c_pub_button_confirm" v-if="isuseT && !isOutline && !courseTextBool && (!yiKeTemplateArray.includes(templateid))" @click="clickGenTT2">
|
|
|
+ <button class="c_pub_button_confirm" v-if="isuseT && !isOutline && !courseTextBool && (!yiKeTemplateArray.includes(templateid)) && templateid != '4480d65a-1e48-11ef-bee5-005056b86db5' && templateid != 'cf5722a4-401b-11ef-b873-005056b86dc3'" @click="clickGenTT2">
|
|
|
{{isuseT ? "重新生成概况和目标" : "生成概况和目标"}}
|
|
|
</button>
|
|
|
+ <button class="c_pub_button_confirm" v-else-if="isuseT && !isOutline && !courseTextBool && (!yiKeTemplateArray.includes(templateid))" @click="clickGenTT2">
|
|
|
+ {{isuseT ? "重新生成概况" : "生成概况"}}
|
|
|
+ </button>
|
|
|
<!-- ((isuseT || courseTextBool) && (!yiKeTemplateArray.includes(templateid))) && -->
|
|
|
<el-tooltip effect="light" content="右键单击可配置提示词" placement="top" v-if="steps < 4">
|
|
|
<button class="c_pub_button_confirm" @click="nextSteps(2)"
|
|
@@ -1623,12 +1626,12 @@
|
|
|
: "下一步" }}
|
|
|
</button>
|
|
|
</el-tooltip>
|
|
|
- <el-tooltip effect="light" content="右键单击可配置提示词" placement="top" v-if="isOutline2 && cidType == 0">
|
|
|
+ <!-- <el-tooltip effect="light" content="右键单击可配置提示词" placement="top" v-if="isOutline2 && cidType == 0">
|
|
|
<button class="c_pub_button_confirm" @click="nextSteps(2, 2)" @contextmenu.prevent="nextSteps(1, 2)" :class="{
|
|
|
pub_btn_next_img: steps != 3,
|
|
|
pub_btn_finish_img: steps == 3,
|
|
|
}">下一步2</button>
|
|
|
- </el-tooltip>
|
|
|
+ </el-tooltip> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rightBox" v-if="steps == 2" :style="{
|
|
@@ -2377,15 +2380,20 @@
|
|
|
<div class="taskTitle">
|
|
|
<div style="display: flex;width: 100%;justify-content: space-between;">
|
|
|
<span>任务{{ itemTaskIndex + 1 }}</span>
|
|
|
- <el-tooltip effect="light" content="右键单击可配置提示词" placement="bottom">
|
|
|
+ <!-- <el-tooltip effect="light" content="右键单击可配置提示词" placement="bottom">
|
|
|
<button class="c_pub_button_confirm" style="margin: 0 0 0 auto;"
|
|
|
@contextmenu.prevent="openAiDialog2(1, 'aiTask2',itemTaskIndex)"
|
|
|
@click="openAiDialog2(2, 'aiTask2',itemTaskIndex)">重新生成任务</button>
|
|
|
- </el-tooltip>
|
|
|
+ </el-tooltip> -->
|
|
|
<el-tooltip effect="light" content="右键单击可配置提示词" placement="bottom">
|
|
|
<button class="c_pub_button_confirm" style="margin: 0 0 0 20px;"
|
|
|
@contextmenu.prevent="openAiDialog2(1, 'aiTask3',itemTaskIndex)"
|
|
|
- @click="openAiDialog2(2, 'aiTask3',itemTaskIndex)">重新生成任务2</button>
|
|
|
+ @click="openAiDialog2(2, 'aiTask3',itemTaskIndex)">重新生成任务</button>
|
|
|
+ </el-tooltip>
|
|
|
+ <el-tooltip effect="light" content="右键单击可配置提示词" placement="bottom">
|
|
|
+ <button class="c_pub_button_confirm" style="margin: 0 0 0 20px;"
|
|
|
+ @contextmenu.prevent="openAiDialog2(1, 'aiTask3','all')"
|
|
|
+ @click="openAiDialog2(2, 'aiTask3','all')">重新生成任务</button>
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -5043,9 +5051,9 @@
|
|
|
<div v-if="itemTask.eList && itemTask.eList.length" class="elist_input">
|
|
|
<div v-for="(eItem, eIndex) in itemTask.eList" :key="eIndex" class="elist_input_box">
|
|
|
<div class="elist_inptu_text">
|
|
|
- <!-- <span>目标:</span> -->
|
|
|
- <span>核心素养:</span>
|
|
|
- <input type="input" v-model="itemTask.eList[eIndex].target" placeholder="填写核心素养" style="width: calc(100% - 280px);"/>
|
|
|
+ <span>目标:</span>
|
|
|
+ <!-- <span>核心素养:</span> -->
|
|
|
+ <input type="input" v-model="itemTask.eList[eIndex].target" placeholder="填写目标" style="width: calc(100% - 280px);"/>
|
|
|
<el-switch
|
|
|
class="rateSwitch"
|
|
|
style="margin-left: auto;"
|
|
@@ -5057,11 +5065,11 @@
|
|
|
inactive-value="1">
|
|
|
</el-switch>
|
|
|
</div>
|
|
|
- <div class="elist_inptu_text">
|
|
|
+ <div class="elist_inptu_text" v-show="false">
|
|
|
<!-- <span>评价维度:</span> -->
|
|
|
- <span>目标:</span>
|
|
|
+ <span>能力:</span>
|
|
|
<!-- <el-tooltip effect="dark" :content="itemTask.eList[eIndex].value || '填写评价维度'" placement="top" popper-class="text_tooltip2"> -->
|
|
|
- <input type="input" v-model="itemTask.eList[eIndex].value" placeholder="填写目标" />
|
|
|
+ <input type="input" v-model="itemTask.eList[eIndex].value" placeholder="填写能力" />
|
|
|
<!-- </el-tooltip> -->
|
|
|
<!-- <span>评星等级:</span>
|
|
|
<el-rate v-model="itemTask.eList[eIndex].score" @change="setEListStar()"
|
|
@@ -5079,6 +5087,13 @@
|
|
|
<span>评价标准:</span>
|
|
|
<!-- <el-tooltip effect="dark" :content="itemTask.eList[eIndex].detail || '填写维度描述'" placement="top" popper-class="text_tooltip2"> -->
|
|
|
<input type="input" v-model="itemTask.eList[eIndex].detail" placeholder="填写评价标准" />
|
|
|
+ <div class="remove" @click="
|
|
|
+ deletEList(
|
|
|
+ unitIndex,
|
|
|
+ itemTaskIndex,
|
|
|
+ eIndex
|
|
|
+ )
|
|
|
+ "></div>
|
|
|
<!-- </el-tooltip> -->
|
|
|
</div>
|
|
|
<div class="elist_inptu_text" v-if="evalua">
|
|
@@ -5094,7 +5109,7 @@
|
|
|
:props="{ checkStrictly: true }" :show-all-levels="false" clearable></el-cascader>
|
|
|
</div>
|
|
|
<div class="elist_inptu_text" style="align-items: flex-start;" v-loading="ruleLoading[itemTaskIndex] && ruleLoading[itemTaskIndex][eIndex]" element-loading-text="小可正在努力生成中,请稍等...">
|
|
|
- <span>细则:</span>
|
|
|
+ <span>评价细则:</span>
|
|
|
<div style="width: calc(100%);">
|
|
|
<div @click="openRule(itemTaskIndex, eIndex)" class="ruleBtn" v-if="itemTask.eList[eIndex].rule">{{itemTask.eList[eIndex].isrule ? '收起细则' : '展开细则'}}</div>
|
|
|
<el-tooltip effect="light" content="右键单击可配置提示词" placement="bottom" v-else>
|
|
@@ -8235,11 +8250,11 @@ export default {
|
|
|
this.loading = true
|
|
|
functionA()
|
|
|
} else {
|
|
|
- if(ttype == 2){
|
|
|
- this.openAiDialog(clickType, "aiTask3", 'all', functionA)
|
|
|
- }else {
|
|
|
- this.openAiDialog(clickType, "aiTask2", 'all', functionA)
|
|
|
- }
|
|
|
+ // if(ttype == 2){
|
|
|
+ this.openAiDialog(clickType, "aiTask3", 'all', functionA)
|
|
|
+ // }else {
|
|
|
+ // this.openAiDialog(clickType, "aiTask2", 'all', functionA)
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
} else {
|
|
@@ -8799,23 +8814,23 @@ export default {
|
|
|
// this.dialogVisibleAiCreateVideo = false;
|
|
|
},
|
|
|
async createTeacherAn(index){
|
|
|
- this.lineCount = index;
|
|
|
+ // this.lineCount = index;
|
|
|
this.loading = true
|
|
|
let md = new MarkdownIt();
|
|
|
if(this.courseState == 4){
|
|
|
- if(index == 0 || index){
|
|
|
- let _task = this.unitJson[0].chapterInfo[0].taskJson[index]
|
|
|
+ // if(index == 0 || index){
|
|
|
+ // let _task = this.unitJson[0].chapterInfo[0].taskJson[index]
|
|
|
+ // let name = _task.task+'-教案'
|
|
|
+ // let _html = _task.taskDetail3 ? md.render(_task.taskDetail3) : ''
|
|
|
+ // await this.generate(name, _html, 0)
|
|
|
+ // }else {
|
|
|
+ for(var i = 0; i < this.unitJson[0].chapterInfo[0].taskJson.length; i++){
|
|
|
+ let _task = this.unitJson[0].chapterInfo[0].taskJson[i]
|
|
|
let name = _task.task+'-教案'
|
|
|
let _html = _task.taskDetail3 ? md.render(_task.taskDetail3) : ''
|
|
|
await this.generate(name, _html, 0)
|
|
|
- }else {
|
|
|
- for(var i = 0; i < this.unitJson[0].chapterInfo[0].taskJson.length; i++){
|
|
|
- let _task = this.unitJson[0].chapterInfo[0].taskJson[i]
|
|
|
- let name = _task.task+'-教案'
|
|
|
- let _html = _task.taskDetail3 ? md.render(_task.taskDetail3) : ''
|
|
|
- await this.generate(name, _html, 0)
|
|
|
- }
|
|
|
}
|
|
|
+ // }
|
|
|
}else if(this.courseState == 5){
|
|
|
if(index == 0 || index){
|
|
|
let _task = this.unitJson[0].chapterInfo[0].taskJson[index]
|
|
@@ -8921,11 +8936,11 @@ export default {
|
|
|
_this.$message.error("上传失败");
|
|
|
} else {
|
|
|
let _index = 0
|
|
|
- if(_this.lineCount == 0 || _this.lineCount){
|
|
|
- _index = _this.lineCount
|
|
|
- }else {
|
|
|
+ // if(_this.lineCount == 0 || _this.lineCount){
|
|
|
+ // _index = _this.lineCount
|
|
|
+ // }else {
|
|
|
_index = index
|
|
|
- }
|
|
|
+ // }
|
|
|
_this.unitJson[0].chapterInfo[0].taskJson[_index].chapterData.unshift({
|
|
|
name: file.name,
|
|
|
url: data.Location,
|
|
@@ -15837,10 +15852,13 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
this.openAiDialog(2, 'aiDetail',1)
|
|
|
- setTimeout(() => {
|
|
|
- // this.openAiDialog(2, 'aitargetTextDetail2',1)
|
|
|
- this.openAiDialog(2, 'aitargetTextDetail3',1)
|
|
|
- }, 500);
|
|
|
+ if(this.templateid != '4480d65a-1e48-11ef-bee5-005056b86db5' && this.templateid != 'cf5722a4-401b-11ef-b873-005056b86dc3'){
|
|
|
+ setTimeout(() => {
|
|
|
+ // this.openAiDialog(2, 'aitargetTextDetail2',1)
|
|
|
+ this.openAiDialog(2, 'aitargetTextDetail3',1)
|
|
|
+ }, 500);
|
|
|
+ }
|
|
|
+
|
|
|
this.courseTextBool = true
|
|
|
},
|
|
|
openAiDialog2(clickType, type, callback, index, tindex){
|
|
@@ -16231,15 +16249,11 @@ export default {
|
|
|
// ${this.getListClassC(this.checkboxList2) ? '班级:' + this.getListClassC(this.checkboxList2) : "无"}
|
|
|
// ${this.infoData.length ? '使用文件检索的方式完整的去分析文件内容,并请完全按照要求输出。' : ''}
|
|
|
// let txt = (!this.yiKeTemplateArray.includes(this.templateid)) ? '任务设计、评价标准和教学目标(markdown格式)' : '任务设计和评价标准'
|
|
|
-let txt = (!this.yiKeTemplateArray.includes(this.templateid)) ? `子任务名称:名称应该总结了该任务是在做什么,
|
|
|
-子任务设计:任务设计。
|
|
|
-子教学目标:教学目标。
|
|
|
-学生过程性成果:学生过程性成果。
|
|
|
-评价标准:评价标准。` : `子任务名称:名称应该总结了该任务是在做什么,
|
|
|
-子任务设计:任务设计。
|
|
|
-子教学目标:教学目标。
|
|
|
-学生过程性成果:学生过程性成果。
|
|
|
-评价标准:评价标准。`
|
|
|
+let txt = (!this.yiKeTemplateArray.includes(this.templateid)) ? ` **子教学目标**:子教学目标是课程目标在该任务的分解目标,撰写格式同子教学目标
|
|
|
+ **过程性成果**:过程性成果是最终成果的一部分或者是中间成果(例如背景设计-大纲-章节-童话)
|
|
|
+ **子评价标准**:以学生能做到...开始,需要匹配子教学目标和教学任务和过程性成果 ` : ` **子教学目标**:子教学目标是课程目标在该任务的分解目标,撰写格式同子教学目标
|
|
|
+ **过程性成果**:过程性成果是最终成果的一部分或者是中间成果(例如背景设计-大纲-章节-童话)
|
|
|
+ **子评价标准**:以学生能做到...开始,需要匹配子教学目标和教学任务和过程性成果 `
|
|
|
|
|
|
let courseText = this.courseText ? this.courseText : this.teacherCourseText
|
|
|
let target = this.targetCourseText2 ? this.targetCourseText2 : this.targetcoursetext
|
|
@@ -16256,15 +16270,17 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
${msg} 以及##参考资料
|
|
|
|
|
|
## 参考资料
|
|
|
-课程名字:${this.courseName}
|
|
|
-${courseText ? '课程简要描述:' + courseText : ''}
|
|
|
-${sub.length ? '学科:' + sub.join(",") : ''}
|
|
|
-${mclass.length ? '面向年级:' + mclass.join(",") : ''}
|
|
|
+课程名字:${this.courseName} ${courseText ? '课程简要描述:' + courseText : ''} ${sub.length ? '学科:' + sub.join(",") : ''} ${mclass.length ? '面向年级:' + mclass.join(",") : ''}
|
|
|
${target ? '课程目标:' + target.replaceAll('#','').replaceAll('*','').replaceAll('-','').replaceAll('\n','') : ''}
|
|
|
-detail至少输出300tokens
|
|
|
+detail至少输出300tokens,markdown格式输出。
|
|
|
+detail包含子教学目标、过程性成果、子评价标准
|
|
|
+子教学目标:子教学目标是课程目标在该任务的分解目标,撰写格式同子教学目标
|
|
|
+过程性成果:过程性成果是最终成果的一部分或者是中间成果(例如背景设计-大纲-章节-童话)
|
|
|
+子评价标准:以学生能做到...开始,需要匹配子教学目标和教学任务和过程性成果
|
|
|
+task2输出子任务名称但是不要输出序号或者前缀仅输出名称
|
|
|
|
|
|
# Format example
|
|
|
-[{"task": "任务名称","detail": "${txt}"},{"task": "任务名称","detail": "${txt}"},{"task": "任务名称","detail": "${txt}"},{"task": "任务名称","detail": "${txt}"}]`
|
|
|
+[{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"},{"task": "任务名称","task2": "子任务名称","detail": "${txt}"}]`
|
|
|
// detail输出不要输出成json,文本或者markdown都可以
|
|
|
this.aiGet2(message, () => {
|
|
|
this.loading = false
|
|
@@ -16425,12 +16441,13 @@ ${msg}
|
|
|
let message2 = `NOTICE
|
|
|
Role: 你是一名教师,你正在使用一个在线学习平台来教授学生,你已经完成了教案,你现在需要将教案变为学生上课用的任务单(work sheet)。该在线学习平台为每个任务提供了资源区(视频,ppt,阅读资料将放在这里),多种互动工具(学生点击工具即可上传他们的作业或者回答,这些互动工具类似kahoot一样允许教师轻松收集,统计,追踪学生作业),以及和任务绑定的目标和评价系统。
|
|
|
Language: Please use the same language as the user requirement, if the user speaks Chinese, the specific text of your answer should also be in Chinese.
|
|
|
-ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
|
|
|
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".作业提交工具只能出现一次。
|
|
|
Instruction: Based on the context, follow "Format example", write content.
|
|
|
+注意:作业提交工具只能出现一次。
|
|
|
|
|
|
# Context
|
|
|
## 要求
|
|
|
-${msg}
|
|
|
+${msg2}
|
|
|
|
|
|
|
|
|
## 参考资料
|
|
@@ -16450,8 +16467,12 @@ ${msg}
|
|
|
工具名称:作业提交
|
|
|
工具指引:同学们,当你们完成实验报告后,我们需要用PPT来汇报项目成果。PPT是一种强大的工具,能帮助我们将复杂的信息以直观、有趣的方式展示出来。首先,打开PPT工具,新建一个演示文稿,并设置好基本结构,如标题页、实验背景、实验方法、数据分析、结论与建议等。接着,可以通过选择合适的主题和背景,美化幻灯片,插入图片、图标和图表,让PPT更生动。记住要保持文字简洁、突出重点,并为每张幻灯片添加适当的动画效果。制作完成后,多次练习你的演讲,确保表达清晰自然。最后,保存并分享你的PPT,准备好精彩的展示吧!期待看到你们的优秀成果,有问题随时来问我哦!
|
|
|
|
|
|
+注意:作业提交工具只能出现一次。
|
|
|
+
|
|
|
# Format example
|
|
|
-{"toolChoose":[{"tool":"工具名","detail":"工具描述"},{"tool":"工具名","detail":"工具描述"}]}`
|
|
|
+{"toolChoose":[{"tool":"工具名","detail":"工具描述"},{"tool":"工具名","detail":"工具描述"}]}
|
|
|
+
|
|
|
+注意:作业提交工具只能出现一次。`
|
|
|
|
|
|
let message3 = `NOTICE
|
|
|
Role: 你是一名教师,你正在使用一个在线学习平台来教授学生,你已经完成了教案,你现在需要将教案变为学生上课用的任务单(work sheet)。该在线学习平台为每个任务提供了资源区(视频,ppt,阅读资料将放在这里),多种互动工具(学生点击工具即可上传他们的作业或者回答,这些互动工具类似kahoot一样允许教师轻松收集,统计,追踪学生作业),以及和任务绑定的目标和评价系统。
|
|
@@ -16461,7 +16482,7 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
|
|
|
# Context
|
|
|
## 要求
|
|
|
-${msg}
|
|
|
+${msg3}
|
|
|
|
|
|
|
|
|
## 参考资料
|
|
@@ -16514,12 +16535,13 @@ ${msg}
|
|
|
let message2 = `NOTICE
|
|
|
Role: 你是一名教师,你正在使用一个在线学习平台来教授学生,你已经完成了教案,你现在需要将教案变为学生上课用的任务单(work sheet)。该在线学习平台为每个任务提供了资源区(视频,ppt,阅读资料将放在这里),多种互动工具(学生点击工具即可上传他们的作业或者回答,这些互动工具类似kahoot一样允许教师轻松收集,统计,追踪学生作业),以及和任务绑定的目标和评价系统。
|
|
|
Language: Please use the same language as the user requirement, if the user speaks Chinese, the specific text of your answer should also be in Chinese.
|
|
|
-ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
|
|
|
+ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".作业提交工具只能出现一次。
|
|
|
Instruction: Based on the context, follow "Format example", write content.
|
|
|
+注意:作业提交工具只能出现一次。
|
|
|
|
|
|
# Context
|
|
|
## 要求
|
|
|
-${msg}
|
|
|
+${msg2}
|
|
|
|
|
|
|
|
|
## 参考资料
|
|
@@ -16539,8 +16561,12 @@ ${msg}
|
|
|
工具名称:作业提交
|
|
|
工具指引:同学们,当你们完成实验报告后,我们需要用PPT来汇报项目成果。PPT是一种强大的工具,能帮助我们将复杂的信息以直观、有趣的方式展示出来。首先,打开PPT工具,新建一个演示文稿,并设置好基本结构,如标题页、实验背景、实验方法、数据分析、结论与建议等。接着,可以通过选择合适的主题和背景,美化幻灯片,插入图片、图标和图表,让PPT更生动。记住要保持文字简洁、突出重点,并为每张幻灯片添加适当的动画效果。制作完成后,多次练习你的演讲,确保表达清晰自然。最后,保存并分享你的PPT,准备好精彩的展示吧!期待看到你们的优秀成果,有问题随时来问我哦!
|
|
|
|
|
|
+注意:作业提交工具只能出现一次。
|
|
|
+
|
|
|
# Format example
|
|
|
-{"toolChoose":[{"tool":"工具名","detail":"工具描述"},{"tool":"工具名","detail":"工具描述"}]}`
|
|
|
+{"toolChoose":[{"tool":"工具名","detail":"工具描述"},{"tool":"工具名","detail":"工具描述"}]}
|
|
|
+
|
|
|
+注意:作业提交工具只能出现一次。`
|
|
|
|
|
|
let message3 = `NOTICE
|
|
|
Role: 你是一名教师,你正在使用一个在线学习平台来教授学生,你已经完成了教案,你现在需要将教案变为学生上课用的任务单(work sheet)。该在线学习平台为每个任务提供了资源区(视频,ppt,阅读资料将放在这里),多种互动工具(学生点击工具即可上传他们的作业或者回答,这些互动工具类似kahoot一样允许教师轻松收集,统计,追踪学生作业),以及和任务绑定的目标和评价系统。
|
|
@@ -16550,7 +16576,7 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
|
|
|
# Context
|
|
|
## 要求
|
|
|
-${msg}
|
|
|
+${msg3}
|
|
|
|
|
|
|
|
|
## 参考资料
|
|
@@ -16935,6 +16961,16 @@ ${this.courseText && this.aiCallBack == 2 ? '注意,优化原有的<参考内
|
|
|
}
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ this.isTextCancelSource.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.textLoading = false
|
|
|
+ this.ttextLoading = false
|
|
|
+ this.isTextCancelToken = null
|
|
|
+ this.isTextCancelSource.close();
|
|
|
+ this.isTextCancelSource = null;
|
|
|
+ };
|
|
|
},
|
|
|
numberToChinese(number) {
|
|
|
const chineseNum = ['零', '一', '二', '三', '四', '五', '六', '七', '八', '九'];
|
|
@@ -17093,7 +17129,7 @@ ${this.courseText && this.aiCallBack == 2 ? '注意,优化原有的<参考内
|
|
|
this.isOutlineCancelToken = this.ajax.setCancelSource();
|
|
|
let parm = {
|
|
|
assistant_id: '6063369f-289a-11ef-8bf4-12e77c4cb76b',
|
|
|
- message: [{"type":"text", "text":messages.replaceAll('\n', " ").replaceAll('*', "")}],
|
|
|
+ message: [{"type":"text", "text":messages}],
|
|
|
session_name: uuidv4(),
|
|
|
userId: this.userid,
|
|
|
file_ids: fileid.length ? [...fileid] : '',
|
|
@@ -17128,7 +17164,7 @@ ${this.courseText && this.aiCallBack == 2 ? '注意,优化原有的<参考内
|
|
|
let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
let match = data.message.match(regex);
|
|
|
// eval("var aaa = " + match[0])
|
|
|
- dArray = JSON.parse(match[0].replace(/\n/g, '').replace(/\s{2,}/g, ' '));
|
|
|
+ dArray = JSON.parse(match[0].replace(/\n/g, ' ').replace(/\s{2,}/g, ' '));
|
|
|
|
|
|
} catch (error) {
|
|
|
_this.$message.error('哎呀,网络波动了...小可正在为您重新生成中...')
|
|
@@ -17148,13 +17184,13 @@ ${this.courseText && this.aiCallBack == 2 ? '注意,优化原有的<参考内
|
|
|
for (var i = 0; i < dArray.length; i++) {
|
|
|
let _task = dArray[i]
|
|
|
if(_this.unitJson[0].chapterInfo[0].taskJson[i]){
|
|
|
- _this.unitJson[0].chapterInfo[0].taskJson[i].task = _task.task.replaceAll('任务'+(i+1),'').replaceAll('任务'+_this.numberToChinese(i+1),'').replaceAll(':','').replaceAll(':','')
|
|
|
- _this.unitJson[0].chapterInfo[0].taskJson[i].taskDetail2 = _task.detail
|
|
|
+ _this.unitJson[0].chapterInfo[0].taskJson[i].task = _task.task.replaceAll('任务'+(i+1),'').replaceAll('任务'+_this.numberToChinese(i+1),'').replaceAll(':','').replaceAll(':','')+(_task.task2 ? ":"+_task.task2 : "")
|
|
|
+ _this.unitJson[0].chapterInfo[0].taskJson[i].taskDetail2 = _task.detail.replaceAll(" ", " \n")
|
|
|
}else {
|
|
|
_this.unitJson[0].chapterInfo[0].taskJson.push({
|
|
|
- task: _task.task.replaceAll('任务'+(i+1),'').replaceAll('任务'+_this.numberToChinese(i+1),'').replaceAll(':','').replaceAll(':',''),
|
|
|
+ task: _task.task.replaceAll('任务'+(i+1),'').replaceAll('任务'+_this.numberToChinese(i+1),'').replaceAll(':','').replaceAll(':','')+(_task.task2 ? ":"+_task.task2 : ""),
|
|
|
taskDetail: "",
|
|
|
- taskDetail2: _task.detail,
|
|
|
+ taskDetail2: _task.detail.replaceAll(" ", " \n"),
|
|
|
taskDetail3: "",
|
|
|
chapterData: [],
|
|
|
toolText: "",
|
|
@@ -17185,9 +17221,9 @@ ${this.courseText && this.aiCallBack == 2 ? '注意,优化原有的<参考内
|
|
|
for (var i = 0; i < dArray.length; i++) {
|
|
|
let _task = dArray[i]
|
|
|
_this.unitJson[0].chapterInfo[0].taskJson.push({
|
|
|
- task: _task.task.replaceAll('任务'+(i+1),'').replaceAll('任务'+_this.numberToChinese(i+1),'').replaceAll(':','').replaceAll(':',''),
|
|
|
+ task: _task.task.replaceAll('任务'+(i+1),'').replaceAll('任务'+_this.numberToChinese(i+1),'').replaceAll(':','').replaceAll(':','')+(_task.task2 ? ":"+_task.task2 : ""),
|
|
|
taskDetail: "",
|
|
|
- taskDetail2: _task.detail,
|
|
|
+ taskDetail2: _task.detail.replaceAll(" ", " \n"),
|
|
|
taskDetail3: "",
|
|
|
chapterData: [],
|
|
|
toolText: "",
|
|
@@ -19406,7 +19442,7 @@ ${msg}
|
|
|
// })
|
|
|
let params = {
|
|
|
assistant_id: 'f8e1ebb2-2e0d-11ef-8bf4-12e77c4cb76b',
|
|
|
- message: [{"type":"text", "text":messages.replaceAll('\n', " ").replaceAll('*', "")}],
|
|
|
+ message: [{"type":"text", "text":messages.replaceAll('\n', " ")}],
|
|
|
session_name: _uuid,
|
|
|
userId: _this.userid,
|
|
|
uid: _uuid,
|
|
@@ -19494,9 +19530,18 @@ ${msg}
|
|
|
this.taskDetailLoading.splice(this.taskDetailLoading.indexOf(loading), 1)
|
|
|
// 处理流数据
|
|
|
}
|
|
|
-
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ this.isOutlineTaskCancelSource[_tindex2].onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.taskDetailLoading.splice(this.taskDetailLoading.indexOf(loading), 1)
|
|
|
+ this.ttaskDetailLoading.splice(this.ttaskDetailLoading.indexOf(loading), 1)
|
|
|
+ this.isOutlineTaskCancelToken[_tindex2] = null
|
|
|
+ this.isOutlineTaskCancelSource[_tindex2].close();
|
|
|
+ this.isOutlineTaskCancelSource[_tindex2] = null;
|
|
|
+ };
|
|
|
},
|
|
|
async aiOutlineDetail(msg, index) {
|
|
|
let _this = this
|
|
@@ -19659,10 +19704,12 @@ ${target ? '课程目标:' + target.replaceAll('#','').replaceAll('*','').repl
|
|
|
}
|
|
|
let target = _this.targetCourseText2 ? _this.targetCourseText2 : _this.targetcoursetext
|
|
|
let taskArray = []
|
|
|
+ let taskArrayD = []
|
|
|
for (var k = 0; k < this.unitJson[0].chapterInfo[0].taskJson.length; k++) {
|
|
|
// _text += `任务名称:${this.unitJson[0].chapterInfo[0].taskJson[i].task}`
|
|
|
if(k != index){
|
|
|
taskArray.push(this.unitJson[0].chapterInfo[0].taskJson[k].task)
|
|
|
+ taskArrayD.push(this.unitJson[0].chapterInfo[0].taskJson[k].taskDetail2.replaceAll('#','').replaceAll('*','').replaceAll('-','').replaceAll('\n',''))
|
|
|
}
|
|
|
}
|
|
|
let messages = `NOTICE
|
|
@@ -19676,18 +19723,17 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
${msg}
|
|
|
|
|
|
## 参考信息
|
|
|
-课程名字:${_this.courseName}
|
|
|
-任务名称:${_this.aiCallBack.task ? _this.aiCallBack.task : _this.unitJson[0].chapterInfo[0].taskJson[_tindex2].task}
|
|
|
+课程名字:${_this.courseName} 任务名称:${_this.aiCallBack.task ? _this.aiCallBack.task : _this.unitJson[0].chapterInfo[0].taskJson[_tindex2].task}
|
|
|
${_this.courseText ? '课程简要描述:' + _this.courseText : ''}
|
|
|
${target ? '课程目标:' + target.replaceAll('#','').replaceAll('*','').replaceAll('-','').replaceAll('\n','') : ''}
|
|
|
${taskArray.length ? '其他任务大纲名字:' + taskArray.join(',') : ''}
|
|
|
+${taskArray.length ? '其他任务大纲内容' + taskArray.join(',') : ''}
|
|
|
|
|
|
# Format example
|
|
|
-子任务名称:名称应该总结了该任务是在做什么,
|
|
|
-子任务设计:任务设计。
|
|
|
-子教学目标:教学目标。
|
|
|
-学生过程性成果:学生过程性成果。
|
|
|
-评价标准:评价标准。
|
|
|
+**子任务标题**:环节+子任务名称
|
|
|
+**子教学目标**:子教学目标是课程目标在该任务的分解目标,撰写格式同子教学目标
|
|
|
+**过程性成果**:过程性成果是最终成果的一部分或者是中间成果(例如背景设计-大纲-章节-童话)
|
|
|
+**子评价标准**:以学生能做到...开始,需要匹配子教学目标和教学任务和过程性成果
|
|
|
`
|
|
|
// 教学目标:教学目标。
|
|
|
// 任务设计:任务设计。
|
|
@@ -19717,7 +19763,7 @@ ${taskArray.length ? '其他任务大纲名字:' + taskArray.join(',') : ''}
|
|
|
// })
|
|
|
let params = {
|
|
|
assistant_id: 'f8e1ebb2-2e0d-11ef-8bf4-12e77c4cb76b',
|
|
|
- message: [{"type":"text", "text":messages.replaceAll('\n', " ").replaceAll('*', "")}],
|
|
|
+ message: [{"type":"text", "text":messages}],
|
|
|
session_name: _uuid,
|
|
|
userId: _this.userid,
|
|
|
uid: _uuid,
|
|
@@ -19811,9 +19857,18 @@ ${taskArray.length ? '其他任务大纲名字:' + taskArray.join(',') : ''}
|
|
|
}
|
|
|
// 处理流数据
|
|
|
}
|
|
|
-
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ this.isOutlineTaskCancelSource[_tindex2].onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.taskDetailLoading.splice(this.taskDetailLoading.indexOf(loading), 1)
|
|
|
+ this.ttaskDetailLoading.splice(this.ttaskDetailLoading.indexOf(loading), 1)
|
|
|
+ this.isOutlineTaskCancelToken[_tindex2] = null
|
|
|
+ this.isOutlineTaskCancelSource[_tindex2].close();
|
|
|
+ this.isOutlineTaskCancelSource[_tindex2] = null;
|
|
|
+ };
|
|
|
},
|
|
|
async aiDetail2(msg, index) {
|
|
|
let _this = this
|
|
@@ -19962,6 +20017,14 @@ ${_this.aiCallBack.taskDetail}
|
|
|
}
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ _source.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.taskDetailLoading2.splice(this.taskDetailLoading2.indexOf(loading), 1)
|
|
|
+ this.ttaskDetailLoading2.splice(this.ttaskDetailLoading2.indexOf(loading), 1)
|
|
|
+ _source.close();
|
|
|
+ };
|
|
|
},
|
|
|
async aiDetail3(msg, index, tindex) {
|
|
|
let _this = this
|
|
@@ -20111,6 +20174,14 @@ ${msg} 输出格式和内容要求参考#格式与要求
|
|
|
}
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ _source.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.taskDetailLoading3.splice(this.taskDetailLoading3.indexOf(loading), 1)
|
|
|
+ this.ttaskDetailLoading3.splice(this.ttaskDetailLoading3.indexOf(loading), 1)
|
|
|
+ _source.close();
|
|
|
+ };
|
|
|
},
|
|
|
async aiDetail4(msg, index) {
|
|
|
if (!msg.length) {
|
|
@@ -20449,6 +20520,14 @@ ${_text2}`
|
|
|
}
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ _source.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.taskDetailLoading5.splice(this.taskDetailLoading5.indexOf(loading), 1)
|
|
|
+ this.ttaskDetailLoading5.splice(this.ttaskDetailLoading5.indexOf(loading), 1)
|
|
|
+ _source.close();
|
|
|
+ };
|
|
|
},
|
|
|
async aiDetail52(msg, index) {
|
|
|
let _this = this
|
|
@@ -20618,6 +20697,14 @@ ${(_this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || _this.templatei
|
|
|
// 处理流数据
|
|
|
}
|
|
|
};
|
|
|
+ _source.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.taskDetailLoading5.splice(this.taskDetailLoading5.indexOf(loading), 1)
|
|
|
+ this.ttaskDetailLoading5.splice(this.ttaskDetailLoading5.indexOf(loading), 1)
|
|
|
+ _source.close();
|
|
|
+ };
|
|
|
},
|
|
|
aiDetail52getAiContentText(_e, loading, _tindex2, _source){
|
|
|
let _mdText = "";
|
|
@@ -20820,6 +20907,14 @@ ${this.aitype == 'aiCpote4' ? '## 目标层\n'+this.cpote['cpote3'] : ''}`
|
|
|
}
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ _source.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.cpoteLoading[loading] = false
|
|
|
+ this.cpotetLoading[loading] = false
|
|
|
+ _source.close();
|
|
|
+ };
|
|
|
},
|
|
|
async aiteacherTextDetail(msg) {
|
|
|
let _this = this
|
|
@@ -20995,6 +21090,16 @@ ${this.teacherCourseText && this.aiCallBack == 2 ? '注意,优化原有的<参
|
|
|
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ this.isTeacherTextCancelSource.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.teacherTextLoading = false
|
|
|
+ this.tteacherTextLoading = false
|
|
|
+ this.isTeacherTextCancelToken = null
|
|
|
+ this.isTeacherTextCancelSource.close();
|
|
|
+ this.isTeacherTextCancelSource = null;
|
|
|
+ };
|
|
|
},
|
|
|
async aitargetTextDetail(msg) {
|
|
|
let _this = this
|
|
@@ -21171,6 +21276,16 @@ ${this.targetCourseText && this.aiCallBack == 2 ? '注意,优化原有的<参
|
|
|
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ this.isTargetCancelSource1.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.targetTextLoading = false
|
|
|
+ this.ttargetTextLoading = false
|
|
|
+ this.isTargetCancelToken1 = null
|
|
|
+ this.isTargetCancelSource1.close();
|
|
|
+ this.isTargetCancelSource1 = null;
|
|
|
+ };
|
|
|
},
|
|
|
async aitargetTextDetail2(msg) {
|
|
|
let _this = this
|
|
@@ -21510,6 +21625,16 @@ ${this.targetCourseText && this.aiCallBack == 2 ? '注意,优化原有的<参
|
|
|
}
|
|
|
// this.$forceUpdate();
|
|
|
};
|
|
|
+ this.isTargetCancelSource2.onerror = function(event) {
|
|
|
+ // 处理错误,可以尝试重新连接
|
|
|
+ console.error('EventSource error:', event);
|
|
|
+ this.$message.error("网络错误")
|
|
|
+ this.targetTextLoading2 = false
|
|
|
+ this.ttargetTextLoading2 = false
|
|
|
+ this.isTargetCancelToken2 = null
|
|
|
+ this.isTargetCancelSource2.close();
|
|
|
+ this.isTargetCancelSource2 = null;
|
|
|
+ };
|
|
|
},
|
|
|
async aitargetTextDetail3(msg) {
|
|
|
let _this = this
|
|
@@ -21654,7 +21779,7 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
${msg}
|
|
|
|
|
|
##制定标准资料
|
|
|
-评价维度:${this.unitJson[0].chapterInfo[0].taskJson[i].eList[k].value}
|
|
|
+评价维度:${this.unitJson[0].chapterInfo[0].taskJson[i].eList[k].target}
|
|
|
维度描述:${this.unitJson[0].chapterInfo[0].taskJson[i].eList[k].detail}
|
|
|
|
|
|
# Format example
|