Browse Source

Merge branch 'feature-2025-1-10' into jenkins-test

TIANYONG 4 days ago
parent
commit
bf07c93519
2 changed files with 4 additions and 5 deletions
  1. 1 1
      src/router/router-root.ts
  2. 3 4
      src/views/intention-questionnaire/index.tsx

+ 1 - 1
src/router/router-root.ts

@@ -358,7 +358,7 @@ export default [
     name: 'fill-questionnaire',
     component: () => import('@/views/fill-questionnaire/index'),
     meta: {
-      title: '问卷调查'
+      title: '关于开展课堂乐器练习的调查问卷'
     }
   },
   {

+ 3 - 4
src/views/intention-questionnaire/index.tsx

@@ -54,12 +54,11 @@ export default defineComponent({
       code: null as any,
       openId: '' as any,
       isPageHide: false,
-      contentA:
-        '', // 第一段
+      contentA: `<p style="text-align: left; line-height: 2;"><span style="font-size: 15px;"><strong>尊敬的家长:</strong></span></p><p style="text-align: left; line-height: 2;"><span style="font-size: 15px;"><strong> &nbsp; &nbsp; &nbsp; &nbsp;您好!</strong></span></p><p style="text-align: left; line-height: 2;"><span style="background-color: rgb(255, 255, 255); font-size: 15px;"> &nbsp; &nbsp; &nbsp; &nbsp;为深入贯彻落实教育部《关于全面实施学校美育浸润行动的通知》要求,顺应“艺术素质测评结果纳入中考”的教改趋势,提升学生艺术素养与综合素质,我校计划于本学期开展“课堂乐器 Ai 教学”项目。为更好地推进项目落地,精准匹配学生课后自主练习需求,请您仔细阅读以下内容,完成问卷填写,感谢您的支持与配合!</span></p>`,
       contentB:
-        '', // 第二段
+        `<p style="text-align: left; line-height: 2;"><span style="color: rgb(11, 139, 254); font-size: 15px;"><strong>二、开展形式</strong></span></p><p style="text-align: left; line-height: 2;"><span style="font-size: 15px;">1.课堂教学与乐器保障:乐器技能学习将融入日常音乐课堂,乐器由基金会免费捐赠,无需家长额外购置;</span></p><p style="text-align: left; line-height: 2;"><span style="font-size: 15px;">2.课后练习途径:课后练习以学生自主安排为核心,可根据需求选择“传统自主练习” 或“Ai 辅助练习”;</span></p><p style="text-align: left; line-height: 2;"><span style="font-size: 15px;">3.成果转化与赛事支持:每学期将组织 1 次乐器演奏测评,表现优异的学生将被推荐参加白名单赛事(赛事免费);</span></p>`, // 第二段
       contentC:
-        '',
+        `<p style="text-align: left; line-height: 2;"><span style="color: rgb(11, 139, 254); font-size: 15px;"><strong>三、课后练习形式</strong></span></p><p style="text-align: justify; line-height: 2;"><span style="font-size: 15px;">1.传统自主练习:学生依托课堂所学知识与乐器技能,自行规划练习内容(如复习课堂曲目、巩固基础技巧),无需借助任何辅助工具,无任何费用投入;</span></p><p style="text-align: justify; line-height: 2;"><span style="font-size: 15px;">2.Ai辅助练习:学生在自主规划练习的基础上,借助专业器乐Ai软件精准练习与智能测评;</span></p>`,
       contentD:
         '',
       contentE: null as any,