|
@@ -1,7 +1,7 @@
|
|
|
import { scoreTypeList, questionNumberTypeList, switchOption } from './common';
|
|
|
import { getRandomNumber } from '@/utils/index';
|
|
|
export function getOption() {
|
|
|
- return { picture_title: '', picture_info: '', reference_answer: '', picture_file_id: '', mark: getRandomNumber() };
|
|
|
+ return { picture_info: '', reference_answer: '', picture_file_id: '', mark: getRandomNumber() };
|
|
|
}
|
|
|
// 看图说话数据模板
|
|
|
export const talkPictrueData = {
|