11wqe1 7 月之前
父節點
當前提交
f71e37f1a1
共有 2 個文件被更改,包括 5 次插入8 次删除
  1. 1 1
      src/components/easy2/commpont/markScore.vue
  2. 4 7
      src/components/easy2/studyStudent.vue

+ 1 - 1
src/components/easy2/commpont/markScore.vue

@@ -236,7 +236,7 @@ export default {
       # Format example
       # Format example
       [{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'}]
       [{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'},{'评价名称':'评价等级0-5(数字)'}]
       `;
       `;
-      console.log(msg);
+      // console.log(msg);
       this.aiGet2(msg);
       this.aiGet2(msg);
     },
     },
     // ai打分
     // ai打分

+ 4 - 7
src/components/easy2/studyStudent.vue

@@ -12554,7 +12554,7 @@ export default {
       let laws = ""
       let laws = ""
       for (let i = 0; i < tit.length; i++) {
       for (let i = 0; i < tit.length; i++) {
         if(tit[i].isai == 1){
         if(tit[i].isai == 1){
-          laws += `评价维度:${tit[i].value} 评价标准:${tit[i].rule} \n`
+          laws += `评价维度:${tit[i].value} 评价细则:${tit[i].rule} \n`
         }
         }
       }
       }
 
 
@@ -12567,13 +12567,10 @@ export default {
 
 
         #Context
         #Context
         ##要求
         ##要求
-        根据<评价细则>和<作业内容>与<作业题目>的相关性评价作业,判断该作业对应的评价维度标准属于六级中的哪个等级。
-        具体的评价标准分为6级——0级,1级,2级,3级,4级,5级。
-        ${laws}
-
+        根据<评价细则>和<作业内容>的相关性评价作业,判根据细则评价作业,判断该作业属于六级中的哪个等级。如果作业内容与评价细则无关,则直接评为0星。
+        
         ##评分资料
         ##评分资料
-        评价细则:${_text}
-        作业题目:${toolDetail}
+        评价细则:${laws}
         作业内容:${JSON.parse(con[i].works).text}
         作业内容:${JSON.parse(con[i].works).text}
 
 
         # Format example
         # Format example