ref(srcactor): 优化文件上传题型的题目展示
-将 '请上传文件' 文本包裹在 <p> 标签中,提高题目展示的灵活性和格式化
This commit is contained in:
@@ -2,7 +2,7 @@ export default {
|
||||
id: '',
|
||||
question_type: 18,
|
||||
question_index: 41,
|
||||
stem: '请上传文件',
|
||||
stem: '<p>请上传文件</p>',
|
||||
title: 'Q14',
|
||||
options: [],
|
||||
last_option_index: 0,
|
||||
|
||||
Reference in New Issue
Block a user