|
@@ -107,6 +107,7 @@ export default {
|
|
return this.answer.select_list.some((li) => li.mark === mark && li.option_type === option_type);
|
|
return this.answer.select_list.some((li) => li.mark === mark && li.option_type === option_type);
|
|
},
|
|
},
|
|
chooseTone(item, value, i) {
|
|
chooseTone(item, value, i) {
|
|
|
|
+ if (!this.active_letter && this.data.property.tone_type === 'dimension') return;
|
|
item.user_answer[item.item_active_index].select_tone = value;
|
|
item.user_answer[item.item_active_index].select_tone = value;
|
|
if (this.data.property.tone_type === 'dimension') {
|
|
if (this.data.property.tone_type === 'dimension') {
|
|
item.user_answer[item.item_active_index].select_letter = this.active_letter;
|
|
item.user_answer[item.item_active_index].select_letter = this.active_letter;
|