|
@@ -79,7 +79,6 @@ export default {
|
|
scope:scope || item.scope,
|
|
scope:scope || item.scope,
|
|
score:item.score||0,
|
|
score:item.score||0,
|
|
type:item.type,
|
|
type:item.type,
|
|
- children:item.children || [],
|
|
|
|
answer:item.answer || [],
|
|
answer:item.answer || [],
|
|
objective:this.getItemType(item.type),
|
|
objective:this.getItemType(item.type),
|
|
question:this.getSimpleText(item.question),
|
|
question:this.getSimpleText(item.question),
|