const qestions = [ { qestion: "Мой вопрос", variants: [ "Вариант 1", "Вариант 2", "Вариант 3" ], correct: 0 } ]; class Quiz extends Find.createApp() { constructor(qestions) { const root = Find.search('root'); super(root); this.qestions = qestions; } init() { this.select('com.find.demos.quiz'); this.setMeta(); this.setCard(); this.stable(); this.createQestions(); } setCard() { this.add([ Find.content( `
Загрузка...