fix: 修改c语言出题答题程序模板绑定的变量名
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
不能采用类似 scanf("请输入: %s") 的形式
|
不能采用类似 scanf("请输入: %s") 的形式
|
||||||
插入作答区标记后请在试题题目中明确告知学生不要自行更改作答区标记,以免无法正常评分。
|
插入作答区标记后请在试题题目中明确告知学生不要自行更改作答区标记,以免无法正常评分。
|
||||||
</div>
|
</div>
|
||||||
<CodeEditor v-model="formData.answer" :rows="8" />
|
<CodeEditor v-model="formData.answerEmplate" :rows="8" />
|
||||||
<div class="tips"> 更改答题程序模板无效,若需要更改请上传程序文件。 </div>
|
<div class="tips"> 更改答题程序模板无效,若需要更改请上传程序文件。 </div>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<ElButton type="primary" plain @click="openForm('1')">
|
<ElButton type="primary" plain @click="openForm('1')">
|
||||||
|
Reference in New Issue
Block a user