|
@@ -14887,7 +14887,7 @@ ${this.templatePan.includes(this.templateid) ? '课程时长:'+this.courseTime
|
|
|
_text += `任务名称:${this.unitJson[0].chapterInfo[0].taskJson[i].task} 任务描述:${this.unitJson[0].chapterInfo[0].taskJson[i].taskDetail3.replaceAll('#','').replaceAll('*','').replaceAll('-','').replaceAll('\n','')} \n`
|
|
|
}
|
|
|
let message = `NOTICE
|
|
|
-Role: 你是创建课程的老师,可以利用file_search的方式完整的去分析文件内容(注:如果文件内容里面不包含需要检索的内容,就不引用文件内容),并生成需要的JSON数据。
|
|
|
+Role: 你是创建课程的老师,可以利用file_search的方式完整的去分析文件内容(注:如果文件内容里面不包含需要检索的内容,就不引用文件内容),并生成需要的JSON数组的数据。
|
|
|
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".
|
|
|
Instruction: Based on the context, follow "Format example", write content.
|
|
@@ -14903,10 +14903,10 @@ ${this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" ? '#目标层\n'+thi
|
|
|
|
|
|
## 格式要求
|
|
|
任务数量:${this.unitJson[0].chapterInfo[0].taskJson.length}个
|
|
|
-任务描述:用老师的身份以友好,但是又清晰明确的口吻来撰写该描述,该描述教师给与学生的指示(用于指导学生如何进行每个教学活动),对应到学生活动(输出至少200tokens)
|
|
|
+任务描述:用老师的身份以友好,但是又清晰明确的口吻来撰写该描述,该描述教师给与学生的指示(用于指导学生如何进行每个教学活动),对应到学生活动,输出内容至少200tokens
|
|
|
评价标准:至少3条评价标准,这个评价是教师用来评价学生表现的,需要包含评价维度,以及该维度中教师期待学生的表现,句式为学生应该能....
|
|
|
工具名:从工具列表中选择0~2个工具用于学生阶段性成果提交:工具列表:电子白板,文档,思维导图,表格,作业提交,问答,选择题,只在这几个工具里选
|
|
|
-工具描述:用同学的方式以友好亲切,明确的口吻告诉学生该如何使用该工具(输出至少100tokens)
|
|
|
+工具描述:用同学的方式以友好亲切,明确的口吻告诉学生该如何使用该工具
|
|
|
出现选择题和问答题的概率提高
|
|
|
生成${this.unitJson[0].chapterInfo[0].taskJson.length}个任务
|
|
|
|