From 3ccd6981d110ceed17942503d334b34e73ad39fe Mon Sep 17 00:00:00 2001 From: Shakhzod Shermatov Date: Wed, 20 Nov 2024 17:28:01 +0500 Subject: [PATCH] Add files via upload --- quiz/static/JS/allQuestions_2.js | 79 +++++++++ quiz/static/JS/insert_questions.js | 114 ++++++++++++ quiz/static/JS/insert_questions_root.js | 114 ++++++++++++ quiz/static/JS/questions1.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions10.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions11.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions12.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions13.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions14.js | 225 ++++++++++++++++++++++++ quiz/static/JS/questions15.js | 225 ++++++++++++++++++++++++ quiz/static/JS/questions16.js | 225 ++++++++++++++++++++++++ quiz/static/JS/questions17.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions18.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions19.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions2.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions20.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions21.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions22.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions23.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions24.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions25.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions26.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions27.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions28.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions29.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions3.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions30.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions4.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions5.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions6.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions7.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions8.js | 224 +++++++++++++++++++++++ quiz/static/JS/questions9.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar1.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar10.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar11.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar12.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar13.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar14.js | 225 ++++++++++++++++++++++++ quiz/static/JS/savollar15.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar16.js | 225 ++++++++++++++++++++++++ quiz/static/JS/savollar17.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar18.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar19.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar2.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar20.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar21.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar22.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar23.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar24.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar25.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar26.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar27.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar28.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar29.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar3.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar30.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar4.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar5.js | 225 ++++++++++++++++++++++++ quiz/static/JS/savollar6.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar7.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar8.js | 224 +++++++++++++++++++++++ quiz/static/JS/savollar9.js | 224 +++++++++++++++++++++++ 63 files changed, 13753 insertions(+) create mode 100644 quiz/static/JS/allQuestions_2.js create mode 100644 quiz/static/JS/insert_questions.js create mode 100644 quiz/static/JS/insert_questions_root.js create mode 100644 quiz/static/JS/questions1.js create mode 100644 quiz/static/JS/questions10.js create mode 100644 quiz/static/JS/questions11.js create mode 100644 quiz/static/JS/questions12.js create mode 100644 quiz/static/JS/questions13.js create mode 100644 quiz/static/JS/questions14.js create mode 100644 quiz/static/JS/questions15.js create mode 100644 quiz/static/JS/questions16.js create mode 100644 quiz/static/JS/questions17.js create mode 100644 quiz/static/JS/questions18.js create mode 100644 quiz/static/JS/questions19.js create mode 100644 quiz/static/JS/questions2.js create mode 100644 quiz/static/JS/questions20.js create mode 100644 quiz/static/JS/questions21.js create mode 100644 quiz/static/JS/questions22.js create mode 100644 quiz/static/JS/questions23.js create mode 100644 quiz/static/JS/questions24.js create mode 100644 quiz/static/JS/questions25.js create mode 100644 quiz/static/JS/questions26.js create mode 100644 quiz/static/JS/questions27.js create mode 100644 quiz/static/JS/questions28.js create mode 100644 quiz/static/JS/questions29.js create mode 100644 quiz/static/JS/questions3.js create mode 100644 quiz/static/JS/questions30.js create mode 100644 quiz/static/JS/questions4.js create mode 100644 quiz/static/JS/questions5.js create mode 100644 quiz/static/JS/questions6.js create mode 100644 quiz/static/JS/questions7.js create mode 100644 quiz/static/JS/questions8.js create mode 100644 quiz/static/JS/questions9.js create mode 100644 quiz/static/JS/savollar1.js create mode 100644 quiz/static/JS/savollar10.js create mode 100644 quiz/static/JS/savollar11.js create mode 100644 quiz/static/JS/savollar12.js create mode 100644 quiz/static/JS/savollar13.js create mode 100644 quiz/static/JS/savollar14.js create mode 100644 quiz/static/JS/savollar15.js create mode 100644 quiz/static/JS/savollar16.js create mode 100644 quiz/static/JS/savollar17.js create mode 100644 quiz/static/JS/savollar18.js create mode 100644 quiz/static/JS/savollar19.js create mode 100644 quiz/static/JS/savollar2.js create mode 100644 quiz/static/JS/savollar20.js create mode 100644 quiz/static/JS/savollar21.js create mode 100644 quiz/static/JS/savollar22.js create mode 100644 quiz/static/JS/savollar23.js create mode 100644 quiz/static/JS/savollar24.js create mode 100644 quiz/static/JS/savollar25.js create mode 100644 quiz/static/JS/savollar26.js create mode 100644 quiz/static/JS/savollar27.js create mode 100644 quiz/static/JS/savollar28.js create mode 100644 quiz/static/JS/savollar29.js create mode 100644 quiz/static/JS/savollar3.js create mode 100644 quiz/static/JS/savollar30.js create mode 100644 quiz/static/JS/savollar4.js create mode 100644 quiz/static/JS/savollar5.js create mode 100644 quiz/static/JS/savollar6.js create mode 100644 quiz/static/JS/savollar7.js create mode 100644 quiz/static/JS/savollar8.js create mode 100644 quiz/static/JS/savollar9.js diff --git a/quiz/static/JS/allQuestions_2.js b/quiz/static/JS/allQuestions_2.js new file mode 100644 index 0000000..3dcb2c3 --- /dev/null +++ b/quiz/static/JS/allQuestions_2.js @@ -0,0 +1,79 @@ +// allQuestions_2.js is a file that contains all questions and answers of the first 30 questions of the test. +import questions1 from './questions1.js'; +import questions2 from './questions2.js'; +import questions3 from './questions3.js'; +import questions4 from './questions4.js'; +import questions5 from './questions5.js'; +import questions6 from './questions6.js'; +import questions7 from './questions7.js'; +import questions8 from './questions8.js'; +import questions9 from './questions9.js'; +import questions10 from './questions10.js'; +import questions11 from './questions11.js'; +import questions12 from './questions12.js'; +import questions13 from './questions13.js'; +import questions14 from './questions14.js'; +import questions15 from './questions15.js'; +import questions16 from './questions16.js'; +import questions17 from './questions17.js'; +import questions18 from './questions18.js'; +import questions19 from './questions19.js'; +import questions20 from './questions20.js'; +import questions21 from './questions21.js'; +import questions22 from './questions22.js'; +import questions23 from './questions23.js'; +import questions24 from './questions24.js'; +import questions25 from './questions25.js'; +import questions26 from './questions26.js'; +import questions27 from './questions27.js'; +import questions28 from './questions28.js'; +import questions29 from './questions29.js'; +import questions30 from './questions30.js'; + +import savollar1 from './savollar1.js'; +import savollar2 from './savollar2.js'; +import savollar3 from './savollar3.js'; +import savollar4 from './savollar4.js'; +import savollar5 from './savollar5.js'; +import savollar6 from './savollar6.js'; +import savollar7 from './savollar7.js'; +import savollar8 from './savollar8.js'; +import savollar9 from './savollar9.js'; +import savollar10 from './savollar10.js'; +import savollar11 from './savollar11.js'; +import savollar12 from './savollar12.js'; +import savollar13 from './savollar13.js'; +import savollar14 from './savollar14.js'; +import savollar15 from './savollar15.js'; +import savollar16 from './savollar16.js'; +import savollar17 from './savollar17.js'; +import savollar18 from './savollar18.js'; +import savollar19 from './savollar19.js'; +import savollar20 from './savollar20.js'; +import savollar21 from './savollar21.js'; +import savollar22 from './savollar22.js'; +import savollar23 from './savollar23.js'; +import savollar24 from './savollar24.js'; +import savollar25 from './savollar25.js'; +import savollar26 from './savollar26.js'; +import savollar27 from './savollar27.js'; +import savollar28 from './savollar28.js'; +import savollar29 from './savollar29.js'; +import savollar30 from './savollar30.js'; + + +const allQuestions_2 = { + questions1, questions2, questions3, questions4, questions5, questions6, + questions7, questions8, questions9, questions10, questions11, questions12, + questions13, questions14, questions15, questions16, questions17, questions18, + questions19, questions20, questions21, questions22, questions23, questions24, + questions25, questions26, questions27, questions28, questions29, questions30, + + savollar1, savollar2, savollar3, savollar4, savollar5, savollar6, + savollar7, savollar8, savollar9, savollar10, savollar11, savollar12, + savollar13, savollar14, savollar15, savollar16, savollar17, savollar18, + savollar19, savollar20, savollar21, savollar22, savollar23, savollar24, + savollar25, savollar26, savollar27, savollar28, savollar29, savollar30 +}; + +export default allQuestions_2; \ No newline at end of file diff --git a/quiz/static/JS/insert_questions.js b/quiz/static/JS/insert_questions.js new file mode 100644 index 0000000..c85ee8f --- /dev/null +++ b/quiz/static/JS/insert_questions.js @@ -0,0 +1,114 @@ +// insert_questions.js +import mysql from 'mysql'; +import allQuestions_2 from './allQuestions_2.js'; + +const connection = mysql.createConnection({ + host: 'essential-db-1.cnoi0w6aiqm7.us-east-1.rds.amazonaws.com', + user: 'admin', + password: '1ecg&xDvx', + database: 'essential_words' +}); + +connection.connect(); + +async function insertQuestions() { + try { + const quizId = await new Promise((resolve, reject) => { + connection.query('SELECT id FROM quizzes WHERE book = ?', ['E3'], function (error, results) { + if (error) return reject(error); + console.log('Quiz inserted with ID:', results.insertId); + resolve(results[0].id); + }); + }); + + let questionCount = 0; + + for (let unitNumber = 1; unitNumber <= 30; unitNumber++) { + const questionsDe = allQuestions_2[`questions${unitNumber}`] || []; + + console.log(`Processing unit ${unitNumber}:`); + + // Insert German questions + for (const question of questionsDe) { + console.log('Inserting German question:', question); + if (questionCount >= 600) break; + questionCount++; + + const questionId = await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO questions (quiz_id, numb, question, answer, unit, language) VALUES (?, ?, ?, ?, ?, ?)', + [quizId, question.numb, question.question, question.answer, unitNumber, 'De'], + function (error, results) { + if (error) return reject(error); + console.log('Question inserted with ID:', results.insertId); + resolve(results.insertId); + } + ); + }); + + for (const option of question.options) { + console.log('Inserting option:', option, 'for question ID:', questionId); + await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO options (question_id, option_text) VALUES (?, ?)', + [questionId, option], + function (error) { + if (error) return reject(error); + console.log('Option inserted for question ID:', questionId); + resolve(); + } + ); + }); + } + } + } + + questionCount = 0; // Reset question count + + for (let unitNumber = 1; unitNumber <= 30; unitNumber++) { + const questionsEn = allQuestions_2[`savollar${unitNumber}`] || []; + + // Insert English/Uzbek questions + for (const question of questionsEn) { + console.log('Inserting English/Uzbek question:', question); + if (questionCount >= 600) break; + questionCount++; + + const questionId = await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO questions (quiz_id, numb, question, answer, unit, language) VALUES (?, ?, ?, ?, ?, ?)', + [quizId, question.numb, question.question, question.answer, unitNumber, 'En'], + function (error, results) { + if (error) return reject(error); + console.log('Question inserted with ID:', results.insertId); + resolve(results.insertId); + } + ); + }); + + for (const option of question.options) { + console.log('Inserting option:', option, 'for question ID:', questionId); + await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO options (question_id, option_text) VALUES (?, ?)', + [questionId, option], + function (error) { + if (error) return reject(error); + console.log('Option inserted for question ID:', questionId); + resolve(); + } + ); + }); + } + } + } + + console.log(`Total questions inserted: ${questionCount} * 2`); + } catch (error) { + console.error('Error inserting questions:', error); + } finally { + connection.end(); + } +} + +insertQuestions(); diff --git a/quiz/static/JS/insert_questions_root.js b/quiz/static/JS/insert_questions_root.js new file mode 100644 index 0000000..1fb4acf --- /dev/null +++ b/quiz/static/JS/insert_questions_root.js @@ -0,0 +1,114 @@ +// insert_questions.js +import mysql from 'mysql'; +import allQuestions_2 from './allQuestions_2.js'; + +const connection = mysql.createConnection({ + host: '127.0.0.1', + user: 'root', + password: '1ecg&xDvx', + database: 'essential_words' +}); + +connection.connect(); + +async function insertQuestions() { + try { + const quizId = await new Promise((resolve, reject) => { + connection.query('SELECT id FROM quizzes WHERE book = ?', ['E3'], function (error, results) { + if (error) return reject(error); + console.log('Quiz inserted with ID:', results.insertId); + resolve(results[0].id); + }); + }); + + let questionCount = 0; + + for (let unitNumber = 1; unitNumber <= 30; unitNumber++) { + const questionsDe = allQuestions_2[`questions${unitNumber}`] || []; + + console.log(`Processing unit ${unitNumber}:`); + + // Insert German questions + for (const question of questionsDe) { + console.log('Inserting German question:', question); + if (questionCount >= 600) break; + questionCount++; + + const questionId = await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO questions (quiz_id, numb, question, answer, unit, language) VALUES (?, ?, ?, ?, ?, ?)', + [quizId, question.numb, question.question, question.answer, unitNumber, 'De'], + function (error, results) { + if (error) return reject(error); + console.log('Question inserted with ID:', results.insertId); + resolve(results.insertId); + } + ); + }); + + for (const option of question.options) { + console.log('Inserting option:', option, 'for question ID:', questionId); + await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO options (question_id, option_text) VALUES (?, ?)', + [questionId, option], + function (error) { + if (error) return reject(error); + console.log('Option inserted for question ID:', questionId); + resolve(); + } + ); + }); + } + } + } + + questionCount = 0; // Reset question count + + for (let unitNumber = 1; unitNumber <= 30; unitNumber++) { + const questionsEn = allQuestions_2[`savollar${unitNumber}`] || []; + + // Insert English/Uzbek questions + for (const question of questionsEn) { + console.log('Inserting English/Uzbek question:', question); + if (questionCount >= 600) break; + questionCount++; + + const questionId = await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO questions (quiz_id, numb, question, answer, unit, language) VALUES (?, ?, ?, ?, ?, ?)', + [quizId, question.numb, question.question, question.answer, unitNumber, 'En'], + function (error, results) { + if (error) return reject(error); + console.log('Question inserted with ID:', results.insertId); + resolve(results.insertId); + } + ); + }); + + for (const option of question.options) { + console.log('Inserting option:', option, 'for question ID:', questionId); + await new Promise((resolve, reject) => { + connection.query( + 'INSERT INTO options (question_id, option_text) VALUES (?, ?)', + [questionId, option], + function (error) { + if (error) return reject(error); + console.log('Option inserted for question ID:', questionId); + resolve(); + } + ); + }); + } + } + } + + console.log(`Total questions inserted: ${questionCount} * 2`); + } catch (error) { + console.error('Error inserting questions:', error); + } finally { + connection.end(); + } +} + +insertQuestions(); \ No newline at end of file diff --git a/quiz/static/JS/questions1.js b/quiz/static/JS/questions1.js new file mode 100644 index 0000000..66d3046 --- /dev/null +++ b/quiz/static/JS/questions1.js @@ -0,0 +1,224 @@ +let questions1 = [ + { + numb: 1, + question: "to arise", + answer: "C. entstehen", + options: [ + "A. verschwinden", + "B. vermeiden", + "C. entstehen", + "D. ignorieren" + ] + }, + { + numb: 2, + question: "benefactor", + answer: "A. Wohltäter", + options: [ + "A. Wohltäter", + "B. Schuldner", + "C. Empfänger", + "D. Bittsteller" + ] + }, + { + numb: 3, + question: "blacksmith", + answer: "D. Schmied", + options: [ + "A. Tischler", + "B. Maurer", + "C. Schreiner", + "D. Schmied" + ] + }, + { + numb: 4, + question: "charitable", + answer: "B. wohltätig", + options: [ + "A. geizig", + "B. wohltätig", + "C. egoistisch", + "D. gleichgültig" + ] + }, + { + numb: 5, + question: "chimney", + answer: "C. Schornstein", + options: [ + "A. Fenster", + "B. Dach", + "C. Schornstein", + "D. Balkon" + ] + }, + { + numb: 6, + question: "to compensate", + answer: "A. entschädigen", + options: [ + "A. entschädigen", + "B. bestrafen", + "C. ignorieren", + "D. beschuldigen" + ] + }, + { + numb: 7, + question: "to encounter", + answer: "D. begegnen", + options: [ + "A. vermeiden", + "B. verlassen", + "C. vergessen", + "D. begegnen" + ] + }, + { + numb: 8, + question: "to exceed", + answer: "B. überschreiten", + options: [ + "A. unterschreiten", + "B. überschreiten", + "C. einhalten", + "D. reduzieren" + ] + }, + { + numb: 9, + question: "to forge", + answer: "C. schmieden", + options: [ + "A. brechen", + "B. zerstören", + "C. schmieden", + "D. verlieren" + ] + }, + { + numb: 10, + question: "humble", + answer: "A. bescheiden", + options: [ + "A. bescheiden", + "B. arrogant", + "C. stolz", + "D. eitel" + ] + }, + { + numb: 11, + question: "iron", + answer: "D. Eisen", + options: [ + "A. Kupfer", + "B. Silber", + "C. Bronze", + "D. Eisen" + ] + }, + { + numb: 12, + question: "ladder", + answer: "B. Leiter", + options: [ + "A. Treppe", + "B. Leiter", + "C. Rampe", + "D. Aufzug" + ] + }, + { + numb: 13, + question: "modest", + answer: "C. bescheiden", + options: [ + "A. prahlerisch", + "B. überheblich", + "C. bescheiden", + "D. anmaßend" + ] + }, + { + numb: 14, + question: "to occupy", + answer: "A. besetzen", + options: [ + "A. besetzen", + "B. verlassen", + "C. räumen", + "D. vermeiden" + ] + }, + { + numb: 15, + question: "penny", + answer: "D. Pfennig", + options: [ + "A. Euro", + "B. Dollar", + "C. Schilling", + "D. Pfennig" + ] + }, + { + numb: 16, + question: "to preach", + answer: "B. predigen", + options: [ + "A. lernen", + "B. predigen", + "C. diskutieren", + "D. schweigen" + ] + }, + { + numb: 17, + question: "to prosper", + answer: "C. gedeihen", + options: [ + "A. scheitern", + "B. stagnieren", + "C. gedeihen", + "D. verlieren" + ] + }, + { + numb: 18, + question: "province", + answer: "A. Provinz", + options: [ + "A. Provinz", + "B. Land", + "C. Kontinent", + "D. Stadt" + ] + }, + { + numb: 19, + question: "satisfaction", + answer: "D. Zufriedenheit", + options: [ + "A. Ärger", + "B. Enttäuschung", + "C. Unmut", + "D. Zufriedenheit" + ] + }, + { + numb: 20, + question: "to sustain", + answer: "B. aufrechterhalten", + options: [ + "A. beenden", + "B. aufrechterhalten", + "C. aufgeben", + "D. unterbrechen" + ] + } +]; + +export default questions1; \ No newline at end of file diff --git a/quiz/static/JS/questions10.js b/quiz/static/JS/questions10.js new file mode 100644 index 0000000..ca19673 --- /dev/null +++ b/quiz/static/JS/questions10.js @@ -0,0 +1,224 @@ +let questions10 = [ + { + numb: 1, + question: "absence", + answer: "C. Abwesenheit", + options: [ + "A. Anwesenheit", + "B. Mangel", + "C. Abwesenheit", + "D. Verlust" + ] + }, + { + numb: 2, + question: "aloud", + answer: "A. laut", + options: [ + "A. laut", + "B. leise", + "C. deutlich", + "D. still" + ] + }, + { + numb: 3, + question: "bald", + answer: "D. kahlköpfig", + options: [ + "A. haarig", + "B. lockig", + "C. grau", + "D. kahlköpfig" + ] + }, + { + numb: 4, + question: "blanket", + answer: "B. Decke", + options: [ + "A. Kissen", + "B. Decke", + "C. Laken", + "D. Teppich" + ] + }, + { + numb: 5, + question: "to creep", + answer: "C. schleichen", + options: [ + "A. rennen", + "B. springen", + "C. schleichen", + "D. kriechen" + ] + }, + { + numb: 6, + question: "divorce", + answer: "A. Scheidung", + options: [ + "A. Scheidung", + "B. Trennung", + "C. Hochzeit", + "D. Verlobung" + ] + }, + { + numb: 7, + question: "to imitate", + answer: "B. nachahmen", + options: [ + "A. kopieren", + "B. nachahmen", + "C. spielen", + "D. lernen" + ] + }, + { + numb: 8, + question: "infant", + answer: "D. Säugling", + options: [ + "A. Kind", + "B. Kleinkind", + "C. Jugendlicher", + "D. Säugling" + ] + }, + { + numb: 9, + question: "to kidnap", + answer: "C. entführen", + options: [ + "A. stehlen", + "B. rauben", + "C. entführen", + "D. fangen" + ] + }, + { + numb: 10, + question: "nap", + answer: "B. Nickerchen", + options: [ + "A. Schlaf", + "B. Nickerchen", + "C. Pause", + "D. Ruhe" + ] + }, + { + numb: 11, + question: "nowhere", + answer: "A. nirgendwo", + options: [ + "A. nirgendwo", + "B. überall", + "C. irgendwo", + "D. anderswo" + ] + }, + { + numb: 12, + question: "to pat", + answer: "D. tätscheln", + options: [ + "A. schlagen", + "B. streicheln", + "C. berühren", + "D. tätscheln" + ] + }, + { + numb: 13, + question: "relief", + answer: "C. Erleichterung", + options: [ + "A. Freude", + "B. Glück", + "C. Erleichterung", + "D. Entspannung" + ] + }, + { + numb: 14, + question: "to reproduce", + answer: "B. reproduzieren", + options: [ + "A. kopieren", + "B. reproduzieren", + "C. herstellen", + "D. schaffen" + ] + }, + { + numb: 15, + question: "rhyme", + answer: "A. Reim", + options: [ + "A. Reim", + "B. Gedicht", + "C. Lied", + "D. Vers" + ] + }, + { + numb: 16, + question: "to suck", + answer: "C. saugen", + options: [ + "A. schlürfen", + "B. trinken", + "C. saugen", + "D. lecken" + ] + }, + { + numb: 17, + question: "urgent", + answer: "B. dringend", + options: [ + "A. wichtig", + "B. dringend", + "C. eilig", + "D. notwendig" + ] + }, + { + numb: 18, + question: "to vanish", + answer: "D. verschwinden", + options: [ + "A. gehen", + "B. verlassen", + "C. weglaufen", + "D. verschwinden" + ] + }, + { + numb: 19, + question: "wagon", + answer: "C. Wagen", + options: [ + "A. Karre", + "B. Auto", + "C. Wagen", + "D. Karren" + ] + }, + { + numb: 20, + question: "wrinkle", + answer: "A. Falte", + options: [ + "A. Falte", + "B. Furche", + "C. Linie", + "D. Narbe" + ] + } +]; + +export default questions10; \ No newline at end of file diff --git a/quiz/static/JS/questions11.js b/quiz/static/JS/questions11.js new file mode 100644 index 0000000..c2992f9 --- /dev/null +++ b/quiz/static/JS/questions11.js @@ -0,0 +1,224 @@ +let questions11 = [ + { + numb: 1, + question: "abnormal", + answer: "B. unnormal", + options: [ + "A. seltsam", + "B. unnormal", + "C. gewöhnlich", + "D. üblich" + ] + }, + { + numb: 2, + question: "bamboo", + answer: "A. Bambus", + options: [ + "A. Bambus", + "B. Schilf", + "C. Rohr", + "D. Gras" + ] + }, + { + numb: 3, + question: "blossom", + answer: "C. Blüte", + options: [ + "A. Knospe", + "B. Pflanze", + "C. Blüte", + "D. Zweig" + ] + }, + { + numb: 4, + question: "compass", + answer: "D. Kompass", + options: [ + "A. Karte", + "B. Uhr", + "C. Navigation", + "D. Kompass" + ] + }, + { + numb: 5, + question: "dialect", + answer: "B. Dialekt", + options: [ + "A. Sprache", + "B. Dialekt", + "C. Akzent", + "D. Aussprache" + ] + }, + { + numb: 6, + question: "dishonest", + answer: "A. unehrlich", + options: [ + "A. unehrlich", + "B. falsch", + "C. inkorrekt", + "D. täuschend" + ] + }, + { + numb: 7, + question: "dwarf", + answer: "C. Zwerg", + options: [ + "A. Gnom", + "B. Kobold", + "C. Zwerg", + "D. Elf" + ] + }, + { + numb: 8, + question: "ecosystem", + answer: "B. Ökosystem", + options: [ + "A. Umwelt", + "B. Ökosystem", + "C. Naturraum", + "D. Biotop" + ] + }, + { + numb: 9, + question: "fatal", + answer: "D. tödlich", + options: [ + "A. gefährlich", + "B. schlimm", + "C. ernst", + "D. tödlich" + ] + }, + { + numb: 10, + question: "impatient", + answer: "C. ungeduldig", + options: [ + "A. nervös", + "B. hastig", + "C. ungeduldig", + "D. rastlos" + ] + }, + { + numb: 11, + question: "leaf", + answer: "A. Blatt", + options: [ + "A. Blatt", + "B. Laub", + "C. Zweig", + "D. Ast" + ] + }, + { + numb: 12, + question: "manuscript", + answer: "B. Manuskript", + options: [ + "A. Dokument", + "B. Manuskript", + "C. Schrift", + "D. Text" + ] + }, + { + numb: 13, + question: "marsh", + answer: "D. Sumpf", + options: [ + "A. Moor", + "B. Teich", + "C. See", + "D. Sumpf" + ] + }, + { + numb: 14, + question: "patience", + answer: "A. Geduld", + options: [ + "A. Geduld", + "B. Ausdauer", + "C. Ruhe", + "D. Beständigkeit" + ] + }, + { + numb: 15, + question: "perfume", + answer: "C. Parfüm", + options: [ + "A. Duft", + "B. Aroma", + "C. Parfüm", + "D. Essenz" + ] + }, + { + numb: 16, + question: "pond", + answer: "B. Teich", + options: [ + "A. See", + "B. Teich", + "C. Tümpel", + "D. Pfütze" + ] + }, + { + numb: 17, + question: "proverb", + answer: "D. Sprichwort", + options: [ + "A. Redensart", + "B. Spruch", + "C. Weisheit", + "D. Sprichwort" + ] + }, + { + numb: 18, + question: "pursuit", + answer: "C. Verfolgung", + options: [ + "A. Jagen", + "B. Nachlauf", + "C. Verfolgung", + "D. Nachgehen" + ] + }, + { + numb: 19, + question: "to recite", + answer: "A. vortragen", + options: [ + "A. vortragen", + "B. sprechen", + "C. aufsagen", + "D. rezitieren" + ] + }, + { + numb: 20, + question: "wilderness", + answer: "B. Wildnis", + options: [ + "A. Wüste", + "B. Wildnis", + "C. Wald", + "D. Natur" + ] + } +]; + +export default questions11; \ No newline at end of file diff --git a/quiz/static/JS/questions12.js b/quiz/static/JS/questions12.js new file mode 100644 index 0000000..694d61a --- /dev/null +++ b/quiz/static/JS/questions12.js @@ -0,0 +1,224 @@ +let questions12 = [ + { + numb: 1, + question: "to anticipate", + answer: "C. erwarten", + options: [ + "A. hoffen", + "B. planen", + "C. erwarten", + "D. vermuten" + ] + }, + { + numb: 2, + question: "barrel", + answer: "A. Fass", + options: [ + "A. Fass", + "B. Tonne", + "C. Eimer", + "D. Behälter" + ] + }, + { + numb: 3, + question: "beam", + answer: "D. Balken", + options: [ + "A. Stange", + "B. Brett", + "C. Stab", + "D. Balken" + ] + }, + { + numb: 4, + question: "casual", + answer: "B. leger", + options: [ + "A. locker", + "B. leger", + "C. einfach", + "D. entspannt" + ] + }, + { + numb: 5, + question: "caution", + answer: "A. Vorsicht", + options: [ + "A. Vorsicht", + "B. Achtung", + "C. Warnung", + "D. Sorgfalt" + ] + }, + { + numb: 6, + question: "contrary", + answer: "C. gegensätzlich", + options: [ + "A. anders", + "B. entgegen", + "C. gegensätzlich", + "D. konträr" + ] + }, + { + numb: 7, + question: "deliberate", + answer: "B. absichtlich", + options: [ + "A. bewusst", + "B. absichtlich", + "C. geplant", + "D. vorsätzlich" + ] + }, + { + numb: 8, + question: "to dissolve", + answer: "D. auflösen", + options: [ + "A. schmelzen", + "B. mischen", + "C. verdünnen", + "D. auflösen" + ] + }, + { + numb: 9, + question: "to explode", + answer: "A. explodieren", + options: [ + "A. explodieren", + "B. platzen", + "C. detonieren", + "D. sprengen" + ] + }, + { + numb: 10, + question: "to fasten", + answer: "C. befestigen", + options: [ + "A. schließen", + "B. binden", + "C. befestigen", + "D. fixieren" + ] + }, + { + numb: 11, + question: "germ", + answer: "B. Keim", + options: [ + "A. Bakterie", + "B. Keim", + "C. Virus", + "D. Erreger" + ] + }, + { + numb: 12, + question: "kit", + answer: "D. Ausrüstung", + options: [ + "A. Set", + "B. Sammlung", + "C. Werkzeug", + "D. Ausrüstung" + ] + }, + { + numb: 13, + question: "puff", + answer: "C. Schwade", + options: [ + "A. Wolke", + "B. Dampf", + "C. Schwade", + "D. Hauch" + ] + }, + { + numb: 14, + question: "rag", + answer: "A. Lappen", + options: [ + "A. Lappen", + "B. Tuch", + "C. Lumpen", + "D. Fetzen" + ] + }, + { + numb: 15, + question: "to scatter", + answer: "B. verstreuen", + options: [ + "A. verteilen", + "B. verstreuen", + "C. ausstreuen", + "D. zerstreuen" + ] + }, + { + numb: 16, + question: "scent", + answer: "D. Duft", + options: [ + "A. Geruch", + "B. Aroma", + "C. Parfüm", + "D. Duft" + ] + }, + { + numb: 17, + question: "steel", + answer: "C. Stahl", + options: [ + "A. Metall", + "B. Eisen", + "C. Stahl", + "D. Legierung" + ] + }, + { + numb: 18, + question: "swift", + answer: "B. flink", + options: [ + "A. schnell", + "B. flink", + "C. rasch", + "D. eilig" + ] + }, + { + numb: 19, + question: "to toss", + answer: "A. werfen", + options: [ + "A. werfen", + "B. schleudern", + "C. schmeißen", + "D. stoßen" + ] + }, + { + numb: 20, + question: "triumph", + answer: "C. Triumph", + options: [ + "A. Sieg", + "B. Erfolg", + "C. Triumph", + "D. Gewinn" + ] + } +]; + +export default questions12; \ No newline at end of file diff --git a/quiz/static/JS/questions13.js b/quiz/static/JS/questions13.js new file mode 100644 index 0000000..fbab4d3 --- /dev/null +++ b/quiz/static/JS/questions13.js @@ -0,0 +1,224 @@ +let questions13 = [ + { + numb: 1, + question: "aboard", + answer: "C. an Bord", + options: [ + "A. drinnen", + "B. eingestiegen", + "C. an Bord", + "D. innerhalb" + ] + }, + { + numb: 2, + question: "bitter", + answer: "B. verbittert", + options: [ + "A. verärgert", + "B. verbittert", + "C. wütend", + "D. frustriert" + ] + }, + { + numb: 3, + question: "bullet", + answer: "D. Kugel", + options: [ + "A. Geschoss", + "B. Patrone", + "C. Munition", + "D. Kugel" + ] + }, + { + numb: 4, + question: "devil", + answer: "A. Teufel", + options: [ + "A. Teufel", + "B. Dämon", + "C. Satan", + "D. Unhold" + ] + }, + { + numb: 5, + question: "to drift", + answer: "C. treiben", + options: [ + "A. schweben", + "B. gleiten", + "C. treiben", + "D. schwimmen" + ] + }, + { + numb: 6, + question: "to enforce", + answer: "B. durchsetzen", + options: [ + "A. erzwingen", + "B. durchsetzen", + "C. vollstrecken", + "D. auferlegen" + ] + }, + { + numb: 7, + question: "fountain", + answer: "D. Springbrunnen", + options: [ + "A. Quelle", + "B. Brunnen", + "C. Fontäne", + "D. Springbrunnen" + ] + }, + { + numb: 8, + question: "harbor", + answer: "A. Hafen", + options: [ + "A. Hafen", + "B. Dock", + "C. Pier", + "D. Anlegestelle" + ] + }, + { + numb: 9, + question: "to inhabit", + answer: "C. bewohnen", + options: [ + "A. leben", + "B. residieren", + "C. bewohnen", + "D. hausen" + ] + }, + { + numb: 10, + question: "to march", + answer: "B. marschieren", + options: [ + "A. schreiten", + "B. marschieren", + "C. wandern", + "D. laufen" + ] + }, + { + numb: 11, + question: "millionaire", + answer: "D. Millionär", + options: [ + "A. Reicher", + "B. Vermögender", + "C. Wohlhabender", + "D. Millionär" + ] + }, + { + numb: 12, + question: "port", + answer: "A. Hafen", + options: [ + "A. Hafen", + "B. Kai", + "C. Terminal", + "D. Anleger" + ] + }, + { + numb: 13, + question: "sheriff", + answer: "C. Sheriff", + options: [ + "A. Polizist", + "B. Beamter", + "C. Sheriff", + "D. Gesetzeshüter" + ] + }, + { + numb: 14, + question: "to startle", + answer: "B. erschrecken", + options: [ + "A. schockieren", + "B. erschrecken", + "C. aufschrecken", + "D. ängstigen" + ] + }, + { + numb: 15, + question: "to sweat", + answer: "D. schwitzen", + options: [ + "A. transpirieren", + "B. ausdünsten", + "C. dampfen", + "D. schwitzen" + ] + }, + { + numb: 16, + question: "trigger", + answer: "A. Abzug", + options: [ + "A. Abzug", + "B. Drücker", + "C. Hebel", + "D. Auslöser" + ] + }, + { + numb: 17, + question: "to unify", + answer: "C. vereinigen", + options: [ + "A. verbinden", + "B. zusammenführen", + "C. vereinigen", + "D. einigen" + ] + }, + { + numb: 18, + question: "vessel", + answer: "B. Schiff", + options: [ + "A. Boot", + "B. Schiff", + "C. Kahn", + "D. Wasserfahrzeug" + ] + }, + { + numb: 19, + question: "voyage", + answer: "D. Seereise", + options: [ + "A. Reise", + "B. Fahrt", + "C. Tour", + "D. Seereise" + ] + }, + { + numb: 20, + question: "to worship", + answer: "C. verehren", + options: [ + "A. anbeten", + "B. huldigen", + "C. verehren", + "D. würdigen" + ] + } +]; + +export default questions13; \ No newline at end of file diff --git a/quiz/static/JS/questions14.js b/quiz/static/JS/questions14.js new file mode 100644 index 0000000..324e773 --- /dev/null +++ b/quiz/static/JS/questions14.js @@ -0,0 +1,225 @@ +let questions14 = [ + { + numb: 1, + question: "apprentice", + answer: "C. Auszubildender", + options: [ + "A. Meister", + "B. Lehrer", + "C. Auszubildender", + "D. Chef" + ] + }, + { + numb: 2, + question: "assure", + answer: "A. versichern", + options: [ + "A. versichern", + "B. zweifeln", + "C. täuschen", + "D. beenden" + ] + }, + { + numb: 3, + question: "bandage", + answer: "B. Verband", + options: [ + "A. Pflaster", + "B. Verband", + "C. Tuch", + "D. Schere" + ] + }, + { + numb: 4, + question: "bleed", + answer: "D. bluten", + options: [ + "A. heilen", + "B. schneiden", + "C. bedecken", + "D. bluten" + ] + }, + { + numb: 5, + question: "bond", + answer: "A. sich verbinden", + options: [ + "A. sich verbinden", + "B. sich trennen", + "C. streiten", + "D. ignorieren" + ] + }, + { + numb: 6, + question: "chef", + answer: "C. Koch", + options: [ + "A. Lehrer", + "B. Kellner", + "C. Koch", + "D. Manager" + ] + }, + { + numb: 7, + question: "crown", + answer: "B. Krone", + options: [ + "A. Hut", + "B. Krone", + "C. Helm", + "D. Stirnband" + ] + }, + { + numb: 8, + question: "departure", + answer: "A. Abreise", + options: [ + "A. Abreise", + "B. Ankunft", + "C. Aufenthalt", + "D. Begrüßung" + ] + }, + { + numb: 9, + question: "diligent", + answer: "C. fleißig", + options: [ + "A. faul", + "B. gelangweilt", + "C. fleißig", + "D. abgelenkt" + ] + }, + { + numb: 10, + question: "emperor", + answer: "A. Kaiser", + options: [ + "A. Kaiser", + "B. Präsident", + "C. König", + "D. Minister" + ] + }, + { + numb: 11, + question: "fiber", + answer: "B. Faser", + options: [ + "A. Seil", + "B. Faser", + "C. Stoff", + "D. Garn" + ] + }, + { + numb: 12, + question: "horrible", + answer: "D. schrecklich", + options: [ + "A. wunderbar", + "B. interessant", + "C. angenehm", + "D. schrecklich" + ] + }, + { + numb: 13, + question: "impolite", + answer: "C. unhöflich", + options: [ + "A. höflich", + "B. nett", + "C. unhöflich", + "D. freundlich" + ] + }, + { + numb: 14, + question: "kneel", + answer: "A. knien", + options: [ + "A. knien", + "B. springen", + "C. stehen", + "D. laufen" + ] + }, + { + numb: 15, + question: "luxury", + answer: "D. Luxus", + options: [ + "A. Notwendigkeit", + "B. Arbeit", + "C. Einfachheit", + "D. Luxus" + ] + }, + { + numb: 16, + question: "massive", + answer: "B. massiv", + options: [ + "A. winzig", + "B. massiv", + "C. zerbrechlich", + "D. leicht" + ] + }, + { + numb: 17, + question: "panic", + answer: "A. in Panik geraten", + options: [ + "A. in Panik geraten", + "B. sich beruhigen", + "C. lachen", + "D. entspannen" + ] + }, + { + numb: 18, + question: "priority", + answer: "B. Priorität", + options: [ + "A. Gleichgültigkeit", + "B. Priorität", + "C. Unwichtigkeit", + "D. Freizeit" + ] + }, + { + numb: 19, + question: "robe", + answer: "D. Robe", + options: [ + "A. Anzug", + "B. Mantel", + "C. Hemd", + "D. Robe" + ] + }, + { + numb: 20, + question: "scold", + answer: "C. schimpfen", + options: [ + "A. loben", + "B. ignorieren", + "C. schimpfen", + "D. belohnen" + ] + } + ]; + + export default questions14; + \ No newline at end of file diff --git a/quiz/static/JS/questions15.js b/quiz/static/JS/questions15.js new file mode 100644 index 0000000..12a7d21 --- /dev/null +++ b/quiz/static/JS/questions15.js @@ -0,0 +1,225 @@ +let questions15 = [ + { + numb: 1, + question: "affair", + answer: "A. Angelegenheit", + options: [ + "A. Angelegenheit", + "B. Feier", + "C. Reise", + "D. Aufgabe" + ] + }, + { + numb: 2, + question: "assembly", + answer: "C. Versammlung", + options: [ + "A. Organisation", + "B. Schule", + "C. Versammlung", + "D. Gruppe" + ] + }, + { + numb: 3, + question: "to bless", + answer: "D. segnen", + options: [ + "A. bitten", + "B. schützen", + "C. danken", + "D. segnen" + ] + }, + { + numb: 4, + question: "cereal", + answer: "B. Müsli", + options: [ + "A. Brot", + "B. Müsli", + "C. Butter", + "D. Obst" + ] + }, + { + numb: 5, + question: "cheerful", + answer: "C. fröhlich", + options: [ + "A. müde", + "B. nervös", + "C. fröhlich", + "D. böse" + ] + }, + { + numb: 6, + question: "diameter", + answer: "A. Durchmesser", + options: [ + "A. Durchmesser", + "B. Radius", + "C. Fläche", + "D. Volumen" + ] + }, + { + numb: 7, + question: "to exploit", + answer: "B. ausnutzen", + options: [ + "A. reparieren", + "B. ausnutzen", + "C. verteilen", + "D. ignorieren" + ] + }, + { + numb: 8, + question: "famine", + answer: "D. Hungersnot", + options: [ + "A. Überschwemmung", + "B. Erdbeben", + "C. Dürre", + "D. Hungersnot" + ] + }, + { + numb: 9, + question: "harvest", + answer: "C. Ernte", + options: [ + "A. Regen", + "B. Getreide", + "C. Ernte", + "D. Saat" + ] + }, + { + numb: 10, + question: "merry", + answer: "B. glücklich", + options: [ + "A. traurig", + "B. glücklich", + "C. wütend", + "D. erschöpft" + ] + }, + { + numb: 11, + question: "nut", + answer: "D. Nuss", + options: [ + "A. Apfel", + "B. Brot", + "C. Frucht", + "D. Nuss" + ] + }, + { + numb: 12, + question: "to pardon", + answer: "C. entschuldigen", + options: [ + "A. vergessen", + "B. erklären", + "C. entschuldigen", + "D. erinnern" + ] + }, + { + numb: 13, + question: "pharaoh", + answer: "A. Pharao", + options: [ + "A. Pharao", + "B. Kaiser", + "C. König", + "D. Prinz" + ] + }, + { + numb: 14, + question: "ripe", + answer: "B. reif", + options: [ + "A. sauer", + "B. reif", + "C. hart", + "D. roh" + ] + }, + { + numb: 15, + question: "to roast", + answer: "D. rösten", + options: [ + "A. kochen", + "B. backen", + "C. braten", + "D. rösten" + ] + }, + { + numb: 16, + question: "routine", + answer: "C. Routine", + options: [ + "A. Übung", + "B. Plan", + "C. Routine", + "D. Methode" + ] + }, + { + numb: 17, + question: "scheme", + answer: "B. Schema", + options: [ + "A. Karte", + "B. Schema", + "C. Plan", + "D. Idee" + ] + }, + { + numb: 18, + question: "slim", + answer: "A. schlank", + options: [ + "A. schlank", + "B. dick", + "C. groß", + "D. kurz" + ] + }, + { + numb: 19, + question: "stove", + answer: "D. Herd", + options: [ + "A. Ofen", + "B. Mikrowelle", + "C. Kühlschrank", + "D. Herd" + ] + }, + { + numb: 20, + question: "theft", + answer: "A. Diebstahl", + options: [ + "A. Diebstahl", + "B. Betrug", + "C. Raub", + "D. Einbruch" + ] + } + ]; + + export default questions15; + \ No newline at end of file diff --git a/quiz/static/JS/questions16.js b/quiz/static/JS/questions16.js new file mode 100644 index 0000000..3968f67 --- /dev/null +++ b/quiz/static/JS/questions16.js @@ -0,0 +1,225 @@ +let questions16 = [ + { + numb: 1, + question: "adolescent", + answer: "C. Jugendlicher", + options: [ + "A. Kind", + "B. Erwachsener", + "C. Jugendlicher", + "D. Baby" + ] + }, + { + numb: 2, + question: "aptitude", + answer: "A. Begabung", + options: [ + "A. Begabung", + "B. Interesse", + "C. Wissen", + "D. Ehrgeiz" + ] + }, + { + numb: 3, + question: "to compliment", + answer: "B. loben", + options: [ + "A. kritisieren", + "B. loben", + "C. bitten", + "D. erklären" + ] + }, + { + numb: 4, + question: "to hinder", + answer: "D. behindern", + options: [ + "A. helfen", + "B. fördern", + "C. lenken", + "D. behindern" + ] + }, + { + numb: 5, + question: "journalism", + answer: "B. Journalismus", + options: [ + "A. Zeitung", + "B. Journalismus", + "C. Fotografie", + "D. Fernsehen" + ] + }, + { + numb: 6, + question: "jury", + answer: "D. Jury", + options: [ + "A. Polizei", + "B. Richter", + "C. Anwalt", + "D. Jury" + ] + }, + { + numb: 7, + question: "justice", + answer: "A. Gerechtigkeit", + options: [ + "A. Gerechtigkeit", + "B. Ordnung", + "C. Gesetz", + "D. Bestrafung" + ] + }, + { + numb: 8, + question: "liberty", + answer: "C. Freiheit", + options: [ + "A. Gesetz", + "B. Gerechtigkeit", + "C. Freiheit", + "D. Verantwortung" + ] + }, + { + numb: 9, + question: "literary", + answer: "B. literarisch", + options: [ + "A. wissenschaftlich", + "B. literarisch", + "C. kreativ", + "D. praktisch" + ] + }, + { + numb: 10, + question: "pharmacy", + answer: "C. Apotheke", + options: [ + "A. Krankenhaus", + "B. Supermarkt", + "C. Apotheke", + "D. Drogerie" + ] + }, + { + numb: 11, + question: "pill", + answer: "D. Tablette", + options: [ + "A. Spritze", + "B. Salbe", + "C. Medizin", + "D. Tablette" + ] + }, + { + numb: 12, + question: "to presume", + answer: "A. vermuten", + options: [ + "A. vermuten", + "B. wissen", + "C. hoffen", + "D. denken" + ] + }, + { + numb: 13, + question: "privacy", + answer: "C. Privatsphäre", + options: [ + "A. Ruhe", + "B. Freiheit", + "C. Privatsphäre", + "D. Einsamkeit" + ] + }, + { + numb: 14, + question: "punishment", + answer: "B. Bestrafung", + options: [ + "A. Verurteilung", + "B. Bestrafung", + "C. Belohnung", + "D. Urteil" + ] + }, + { + numb: 15, + question: "sensible", + answer: "D. vernünftig", + options: [ + "A. emotional", + "B. wütend", + "C. spontan", + "D. vernünftig" + ] + }, + { + numb: 16, + question: "slice", + answer: "A. Scheibe", + options: [ + "A. Scheibe", + "B. Stück", + "C. Krümel", + "D. Hälfte" + ] + }, + { + numb: 17, + question: "sorrow", + answer: "B. Trauer", + options: [ + "A. Freude", + "B. Trauer", + "C. Hoffnung", + "D. Liebe" + ] + }, + { + numb: 18, + question: "straw", + answer: "D. Strohhalm", + options: [ + "A. Glas", + "B. Flasche", + "C. Becher", + "D. Strohhalm" + ] + }, + { + numb: 19, + question: "to swell", + answer: "C. anschwellen", + options: [ + "A. schrumpfen", + "B. zerfallen", + "C. anschwellen", + "D. verschwinden" + ] + }, + { + numb: 20, + question: "tidy", + answer: "B. ordentlich", + options: [ + "A. unordentlich", + "B. ordentlich", + "C. schmutzig", + "D. sauber" + ] + } + ]; + + export default questions16; + \ No newline at end of file diff --git a/quiz/static/JS/questions17.js b/quiz/static/JS/questions17.js new file mode 100644 index 0000000..74648e7 --- /dev/null +++ b/quiz/static/JS/questions17.js @@ -0,0 +1,224 @@ +let questions17 = [ + { + numb: 1, + question: "affection", + answer: "C. Zuneigung", + options: [ + "A. Liebe", + "B. Gefühl", + "C. Zuneigung", + "D. Sympathie" + ] + }, + { + numb: 2, + question: "agency", + answer: "A. Agentur", + options: [ + "A. Agentur", + "B. Büro", + "C. Vertretung", + "D. Geschäft" + ] + }, + { + numb: 3, + question: "ash", + answer: "D. Asche", + options: [ + "A. Staub", + "B. Ruß", + "C. Pulver", + "D. Asche" + ] + }, + { + numb: 4, + question: "to confine", + answer: "B. einschließen", + options: [ + "A. begrenzen", + "B. einschließen", + "C. einsperren", + "D. beschränken" + ] + }, + { + numb: 5, + question: "to dismiss", + answer: "C. ablehnen", + options: [ + "A. verwerfen", + "B. ignorieren", + "C. ablehnen", + "D. abweisen" + ] + }, + { + numb: 6, + question: "to erupt", + answer: "A. ausbrechen", + options: [ + "A. ausbrechen", + "B. explodieren", + "C. platzen", + "D. bersten" + ] + }, + { + numb: 7, + question: "fate", + answer: "D. Schicksal", + options: [ + "A. Los", + "B. Bestimmung", + "C. Geschick", + "D. Schicksal" + ] + }, + { + numb: 8, + question: "lava", + answer: "B. Lava", + options: [ + "A. Magma", + "B. Lava", + "C. Gestein", + "D. Masse" + ] + }, + { + numb: 9, + question: "miserable", + answer: "C. elend", + options: [ + "A. traurig", + "B. unglücklich", + "C. elend", + "D. erbärmlich" + ] + }, + { + numb: 10, + question: "to navigate", + answer: "A. steuern", + options: [ + "A. steuern", + "B. lenken", + "C. leiten", + "D. führen" + ] + }, + { + numb: 11, + question: "to originate", + answer: "D. entstehen", + options: [ + "A. beginnen", + "B. stammen", + "C. kommen", + "D. entstehen" + ] + }, + { + numb: 12, + question: "remainder", + answer: "B. Rest", + options: [ + "A. Überbleibsel", + "B. Rest", + "C. Restbestand", + "D. Rückstand" + ] + }, + { + numb: 13, + question: "to retrieve", + answer: "C. zurückholen", + options: [ + "A. finden", + "B. bergen", + "C. zurückholen", + "D. holen" + ] + }, + { + numb: 14, + question: "shallow", + answer: "A. flach", + options: [ + "A. flach", + "B. seicht", + "C. untief", + "D. niedrig" + ] + }, + { + numb: 15, + question: "slope", + answer: "D. Hang", + options: [ + "A. Abhang", + "B. Böschung", + "C. Neigung", + "D. Hang" + ] + }, + { + numb: 16, + question: "to span", + answer: "B. überspannen", + options: [ + "A. dauern", + "B. überspannen", + "C. erstrecken", + "D. reichen" + ] + }, + { + numb: 17, + question: "superstition", + answer: "C. Aberglaube", + options: [ + "A. Glaube", + "B. Mythos", + "C. Aberglaube", + "D. Vorstellung" + ] + }, + { + numb: 18, + question: "sympathy", + answer: "A. Mitgefühl", + options: [ + "A. Mitgefühl", + "B. Mitleid", + "C. Anteilnahme", + "D. Sympathie" + ] + }, + { + numb: 19, + question: "to vibrate", + answer: "D. vibrieren", + options: [ + "A. zittern", + "B. beben", + "C. schwingen", + "D. vibrieren" + ] + }, + { + numb: 20, + question: "to wander", + answer: "B. umherwandern", + options: [ + "A. spazieren", + "B. umherwandern", + "C. schlendern", + "D. streifen" + ] + } +]; + +export default questions17; \ No newline at end of file diff --git a/quiz/static/JS/questions18.js b/quiz/static/JS/questions18.js new file mode 100644 index 0000000..ef34ed9 --- /dev/null +++ b/quiz/static/JS/questions18.js @@ -0,0 +1,224 @@ +let questions18 = [ + { + numb: 1, + question: "armor", + answer: "C. Rüstung", + options: [ + "A. Waffe", + "B. Schild", + "C. Rüstung", + "D. Helm" + ] + }, + { + numb: 2, + question: "to blaze", + answer: "A. lodern", + options: [ + "A. lodern", + "B. rauchen", + "C. glühen", + "D. schwelen" + ] + }, + { + numb: 3, + question: "to boom", + answer: "D. dröhnen", + options: [ + "A. knallen", + "B. krachen", + "C. donnern", + "D. dröhnen" + ] + }, + { + numb: 4, + question: "cliff", + answer: "B. Klippe", + options: [ + "A. Berg", + "B. Klippe", + "C. Hügel", + "D. Felsen" + ] + }, + { + numb: 5, + question: "flame", + answer: "C. Flamme", + options: [ + "A. Funke", + "B. Glut", + "C. Flamme", + "D. Rauch" + ] + }, + { + numb: 6, + question: "independence", + answer: "A. Unabhängigkeit", + options: [ + "A. Unabhängigkeit", + "B. Kontrolle", + "C. Herrschaft", + "D. Macht" + ] + }, + { + numb: 7, + question: "invasion", + answer: "D. Einmarsch", + options: [ + "A. Krieg", + "B. Kampf", + "C. Angriff", + "D. Einmarsch" + ] + }, + { + numb: 8, + question: "knight", + answer: "B. Ritter", + options: [ + "A. Soldat", + "B. Ritter", + "C. Kämpfer", + "D. Krieger" + ] + }, + { + numb: 9, + question: "lightning", + answer: "C. Blitz", + options: [ + "A. Donner", + "B. Sturm", + "C. Blitz", + "D. Gewitter" + ] + }, + { + numb: 10, + question: "rebel", + answer: "A. Rebell", + options: [ + "A. Rebell", + "B. Kämpfer", + "C. Verräter", + "D. Gegner" + ] + }, + { + numb: 11, + question: "to retreat", + answer: "D. zurückziehen", + options: [ + "A. fliehen", + "B. laufen", + "C. weichen", + "D. zurückziehen" + ] + }, + { + numb: 12, + question: "revolution", + answer: "B. Revolution", + options: [ + "A. Aufstand", + "B. Revolution", + "C. Protest", + "D. Putsch" + ] + }, + { + numb: 13, + question: "spear", + answer: "C. Speer", + options: [ + "A. Schwert", + "B. Dolch", + "C. Speer", + "D. Axt" + ] + }, + { + numb: 14, + question: "steep", + answer: "A. steil", + options: [ + "A. steil", + "B. hoch", + "C. schräg", + "D. tief" + ] + }, + { + numb: 15, + question: "summit", + answer: "D. Gipfel", + options: [ + "A. Spitze", + "B. Höhe", + "C. Berg", + "D. Gipfel" + ] + }, + { + numb: 16, + question: "thunder", + answer: "B. Donner", + options: [ + "A. Krach", + "B. Donner", + "C. Lärm", + "D. Schall" + ] + }, + { + numb: 17, + question: "troops", + answer: "C. Truppen", + options: [ + "A. Armee", + "B. Heer", + "C. Truppen", + "D. Militär" + ] + }, + { + numb: 18, + question: "warrior", + answer: "A. Krieger", + options: [ + "A. Krieger", + "B. Kämpfer", + "C. Soldat", + "D. Held" + ] + }, + { + numb: 19, + question: "to withdraw", + answer: "D. abziehen", + options: [ + "A. verlassen", + "B. fliehen", + "C. weichen", + "D. abziehen" + ] + }, + { + numb: 20, + question: "to yield", + answer: "B. nachgeben", + options: [ + "A. aufgeben", + "B. nachgeben", + "C. verlieren", + "D. übergeben" + ] + } +]; + +export default questions18; \ No newline at end of file diff --git a/quiz/static/JS/questions19.js b/quiz/static/JS/questions19.js new file mode 100644 index 0000000..661a70c --- /dev/null +++ b/quiz/static/JS/questions19.js @@ -0,0 +1,224 @@ +let questions19 = [ + { + numb: 1, + question: "bench", + answer: "C. Bank", + options: [ + "A. Stuhl", + "B. Hocker", + "C. Bank", + "D. Sessel" + ] + }, + { + numb: 2, + question: "to confront", + answer: "A. konfrontieren", + options: [ + "A. konfrontieren", + "B. begegnen", + "C. treffen", + "D. ansprechen" + ] + }, + { + numb: 3, + question: "daisy", + answer: "D. Gänseblümchen", + options: [ + "A. Rose", + "B. Tulpe", + "C. Nelke", + "D. Gänseblümchen" + ] + }, + { + numb: 4, + question: "dispute", + answer: "B. Streit", + options: [ + "A. Kampf", + "B. Streit", + "C. Konflikt", + "D. Diskussion" + ] + }, + { + numb: 5, + question: "horror", + answer: "C. Entsetzen", + options: [ + "A. Angst", + "B. Furcht", + "C. Entsetzen", + "D. Schrecken" + ] + }, + { + numb: 6, + question: "incident", + answer: "A. Vorfall", + options: [ + "A. Vorfall", + "B. Ereignis", + "C. Situation", + "D. Moment" + ] + }, + { + numb: 7, + question: "mist", + answer: "D. Nebel", + options: [ + "A. Dampf", + "B. Dunst", + "C. Rauch", + "D. Nebel" + ] + }, + { + numb: 8, + question: "object", + answer: "B. Gegenstand", + options: [ + "A. Ding", + "B. Gegenstand", + "C. Sache", + "D. Artikel" + ] + }, + { + numb: 9, + question: "orphan", + answer: "C. Waise", + options: [ + "A. Kind", + "B. Jugendliche", + "C. Waise", + "D. Baby" + ] + }, + { + numb: 10, + question: "to plot", + answer: "A. planen", + options: [ + "A. planen", + "B. vorbereiten", + "C. organisieren", + "D. entwickeln" + ] + }, + { + numb: 11, + question: "pregnant", + answer: "D. schwanger", + options: [ + "A. werdend", + "B. erwartend", + "C. trächtend", + "D. schwanger" + ] + }, + { + numb: 12, + question: "rage", + answer: "B. Wut", + options: [ + "A. Zorn", + "B. Wut", + "C. Ärger", + "D. Groll" + ] + }, + { + numb: 13, + question: "revenge", + answer: "C. Rache", + options: [ + "A. Vergeltung", + "B. Strafe", + "C. Rache", + "D. Zahlung" + ] + }, + { + numb: 14, + question: "shame", + answer: "A. Scham", + options: [ + "A. Scham", + "B. Schuld", + "C. Reue", + "D. Bedauern" + ] + }, + { + numb: 15, + question: "to sigh", + answer: "D. seufzen", + options: [ + "A. stöhnen", + "B. ächzen", + "C. schnaufen", + "D. seufzen" + ] + }, + { + numb: 16, + question: "to sneak", + answer: "B. schleichen", + options: [ + "A. kriechen", + "B. schleichen", + "C. huschen", + "D. pirschen" + ] + }, + { + numb: 17, + question: "to spare", + answer: "C. erübrigen", + options: [ + "A. geben", + "B. teilen", + "C. erübrigen", + "D. spenden" + ] + }, + { + numb: 18, + question: "stem", + answer: "A. Stängel", + options: [ + "A. Stängel", + "B. Zweig", + "C. Ast", + "D. Stamm" + ] + }, + { + numb: 19, + question: "supper", + answer: "D. Abendessen", + options: [ + "A. Mahlzeit", + "B. Essen", + "C. Speise", + "D. Abendessen" + ] + }, + { + numb: 20, + question: "tender", + answer: "B. zart", + options: [ + "A. weich", + "B. zart", + "C. sanft", + "D. mild" + ] + } +]; + +export default questions19; \ No newline at end of file diff --git a/quiz/static/JS/questions2.js b/quiz/static/JS/questions2.js new file mode 100644 index 0000000..10b7531 --- /dev/null +++ b/quiz/static/JS/questions2.js @@ -0,0 +1,224 @@ +let questions2 = [ + { + numb: 1, + question: "to acquire", + answer: "C. erwerben", + options: [ + "A. verlieren", + "B. ablehnen", + "C. erwerben", + "D. vergessen" + ] + }, + { + numb: 2, + question: "awkward", + answer: "A. peinlich", + options: [ + "A. peinlich", + "B. angenehm", + "C. entspannt", + "D. natürlich" + ] + }, + { + numb: 3, + question: "caretaker", + answer: "D. Betreuer", + options: [ + "A. Lehrer", + "B. Nachbar", + "C. Gärtner", + "D. Betreuer" + ] + }, + { + numb: 4, + question: "to deceive", + answer: "B. täuschen", + options: [ + "A. vertrauen", + "B. täuschen", + "C. unterstützen", + "D. glauben" + ] + }, + { + numb: 5, + question: "to discourage", + answer: "C. entmutigen", + options: [ + "A. ermutigen", + "B. fördern", + "C. entmutigen", + "D. loben" + ] + }, + { + numb: 6, + question: "fake", + answer: "A. gefälscht", + options: [ + "A. gefälscht", + "B. echt", + "C. original", + "D. authentisch" + ] + }, + { + numb: 7, + question: "hatred", + answer: "D. Hass", + options: [ + "A. Liebe", + "B. Freundschaft", + "C. Zuneigung", + "D. Hass" + ] + }, + { + numb: 8, + question: "hut", + answer: "B. Hütte", + options: [ + "A. Villa", + "B. Hütte", + "C. Palast", + "D. Schloss" + ] + }, + { + numb: 9, + question: "inferior", + answer: "C. minderwertig", + options: [ + "A. überlegen", + "B. hochwertig", + "C. minderwertig", + "D. erstklassig" + ] + }, + { + numb: 10, + question: "lodge", + answer: "A. Jagdhütte", + options: [ + "A. Jagdhütte", + "B. Apartment", + "C. Hotel", + "D. Villa" + ] + }, + { + numb: 11, + question: "to neglect", + answer: "D. vernachlässigen", + options: [ + "A. pflegen", + "B. kümmern", + "C. betreuen", + "D. vernachlässigen" + ] + }, + { + numb: 12, + question: "newcomer", + answer: "B. Neuling", + options: [ + "A. Experte", + "B. Neuling", + "C. Veteran", + "D. Profi" + ] + }, + { + numb: 13, + question: "offense", + answer: "C. Vergehen", + options: [ + "A. Belohnung", + "B. Leistung", + "C. Vergehen", + "D. Erfolg" + ] + }, + { + numb: 14, + question: "to overlook", + answer: "A. übersehen", + options: [ + "A. übersehen", + "B. bemerken", + "C. erkennen", + "D. entdecken" + ] + }, + { + numb: 15, + question: "to repay", + answer: "D. zurückzahlen", + options: [ + "A. leihen", + "B. borgen", + "C. ausgeben", + "D. zurückzahlen" + ] + }, + { + numb: 16, + question: "ridiculous", + answer: "B. lächerlich", + options: [ + "A. ernst", + "B. lächerlich", + "C. vernünftig", + "D. normal" + ] + }, + { + numb: 17, + question: "satisfactory", + answer: "C. zufriedenstellend", + options: [ + "A. mangelhaft", + "B. ungenügend", + "C. zufriedenstellend", + "D. schlecht" + ] + }, + { + numb: 18, + question: "shepherd", + answer: "A. Schäfer", + options: [ + "A. Schäfer", + "B. Bauer", + "C. Gärtner", + "D. Fischer" + ] + }, + { + numb: 19, + question: "to venture", + answer: "D. wagen", + options: [ + "A. vermeiden", + "B. fürchten", + "C. zögern", + "D. wagen" + ] + }, + { + numb: 20, + question: "wheat", + answer: "B. Weizen", + options: [ + "A. Gerste", + "B. Weizen", + "C. Roggen", + "D. Hafer" + ] + } + ]; + + export default questions2; \ No newline at end of file diff --git a/quiz/static/JS/questions20.js b/quiz/static/JS/questions20.js new file mode 100644 index 0000000..f7f0585 --- /dev/null +++ b/quiz/static/JS/questions20.js @@ -0,0 +1,224 @@ +let questions20 = [ + { + numb: 1, + question: "beneath", + answer: "C. unter", + options: [ + "A. über", + "B. neben", + "C. unter", + "D. hinter" + ] + }, + { + numb: 2, + question: "cub", + answer: "A. Jungtier", + options: [ + "A. Jungtier", + "B. Vogel", + "C. Insekt", + "D. Fisch" + ] + }, + { + numb: 3, + question: "dawn", + answer: "D. Morgendämmerung", + options: [ + "A. Mittag", + "B. Abend", + "C. Nacht", + "D. Morgendämmerung" + ] + }, + { + numb: 4, + question: "dissatisfied", + answer: "B. unzufrieden", + options: [ + "A. glücklich", + "B. unzufrieden", + "C. begeistert", + "D. dankbar" + ] + }, + { + numb: 5, + question: "ease", + answer: "C. Leichtigkeit", + options: [ + "A. Schwierigkeit", + "B. Kraft", + "C. Leichtigkeit", + "D. Geschwindigkeit" + ] + }, + { + numb: 6, + question: "evident", + answer: "A. offensichtlich", + options: [ + "A. offensichtlich", + "B. versteckt", + "C. kompliziert", + "D. mysteriös" + ] + }, + { + numb: 7, + question: "hail", + answer: "D. Hagel", + options: [ + "A. Regen", + "B. Schnee", + "C. Nebel", + "D. Hagel" + ] + }, + { + numb: 8, + question: "to howl", + answer: "B. heulen", + options: [ + "A. bellen", + "B. heulen", + "C. knurren", + "D. zischen" + ] + }, + { + numb: 9, + question: "to leap", + answer: "C. springen", + options: [ + "A. kriechen", + "B. laufen", + "C. springen", + "D. schleichen" + ] + }, + { + numb: 10, + question: "magnificent", + answer: "A. prächtig", + options: [ + "A. prächtig", + "B. hässlich", + "C. gewöhnlich", + "D. langweilig" + ] + }, + { + numb: 11, + question: "necessity", + answer: "D. Notwendigkeit", + options: [ + "A. Luxus", + "B. Wunsch", + "C. Option", + "D. Notwendigkeit" + ] + }, + { + numb: 12, + question: "outcome", + answer: "B. Ergebnis", + options: [ + "A. Anfang", + "B. Ergebnis", + "C. Prozess", + "D. Methode" + ] + }, + { + numb: 13, + question: "pile", + answer: "C. Stapel", + options: [ + "A. Reihe", + "B. Kreis", + "C. Stapel", + "D. Spalte" + ] + }, + { + numb: 14, + question: "profound", + answer: "A. tiefgründig", + options: [ + "A. tiefgründig", + "B. oberflächlich", + "C. einfach", + "D. unwichtig" + ] + }, + { + numb: 15, + question: "to seize", + answer: "D. ergreifen", + options: [ + "A. loslassen", + "B. berühren", + "C. streicheln", + "D. ergreifen" + ] + }, + { + numb: 16, + question: "to squeeze", + answer: "B. drücken", + options: [ + "A. ziehen", + "B. drücken", + "C. reiben", + "D. klopfen" + ] + }, + { + numb: 17, + question: "supreme", + answer: "C. höchst", + options: [ + "A. niedrig", + "B. mittel", + "C. höchst", + "D. durchschnittlich" + ] + }, + { + numb: 18, + question: "terrific", + answer: "A. großartig", + options: [ + "A. großartig", + "B. schrecklich", + "C. normal", + "D. mäßig" + ] + }, + { + numb: 19, + question: "trait", + answer: "D. Eigenschaft", + options: [ + "A. Aussehen", + "B. Talent", + "C. Hobby", + "D. Eigenschaft" + ] + }, + { + numb: 20, + question: "vital", + answer: "B. lebenswichtig", + options: [ + "A. unwichtig", + "B. lebenswichtig", + "C. optional", + "D. zusätzlich" + ] + } +]; + +export default questions20; \ No newline at end of file diff --git a/quiz/static/JS/questions21.js b/quiz/static/JS/questions21.js new file mode 100644 index 0000000..b504a32 --- /dev/null +++ b/quiz/static/JS/questions21.js @@ -0,0 +1,224 @@ +let questions21 = [ + { + numb: 1, + question: "accustomed", + answer: "C. gewöhnt", + options: [ + "A. fremd", + "B. erschöpft", + "C. gewöhnt", + "D. aufgeregt" + ] + }, + { + numb: 2, + question: "to affirm", + answer: "A. bestätigen", + options: [ + "A. bestätigen", + "B. tanzen", + "C. kochen", + "D. schlafen" + ] + }, + { + numb: 3, + question: "astonished", + answer: "D. erstaunt", + options: [ + "A. müde", + "B. hungrig", + "C. wütend", + "D. erstaunt" + ] + }, + { + numb: 4, + question: "to bang", + answer: "B. schlagen", + options: [ + "A. flüstern", + "B. schlagen", + "C. schwimmen", + "D. lächeln" + ] + }, + { + numb: 5, + question: "clan", + answer: "C. Sippe", + options: [ + "A. Gebäude", + "B. Fahrzeug", + "C. Sippe", + "D. Werkzeug" + ] + }, + { + numb: 6, + question: "dim", + answer: "A. dunkel", + options: [ + "A. dunkel", + "B. schnell", + "C. schwer", + "D. laut" + ] + }, + { + numb: 7, + question: "emphasis", + answer: "D. Betonung", + options: [ + "A. Farbe", + "B. Geschmack", + "C. Größe", + "D. Betonung" + ] + }, + { + numb: 8, + question: "fable", + answer: "B. Märchen", + options: [ + "A. Rechnung", + "B. Märchen", + "C. Werkzeug", + "D. Fahrkarte" + ] + }, + { + numb: 9, + question: "feast", + answer: "C. Festmahl", + options: [ + "A. Sportart", + "B. Krankheit", + "C. Festmahl", + "D. Fahrzeug" + ] + }, + { + numb: 10, + question: "to glow", + answer: "A. glühen", + options: [ + "A. glühen", + "B. rennen", + "C. waschen", + "D. pflanzen" + ] + }, + { + numb: 11, + question: "hollow", + answer: "D. hohl", + options: [ + "A. nass", + "B. stark", + "C. süß", + "D. hohl" + ] + }, + { + numb: 12, + question: "instinct", + answer: "B. Instinkt", + options: [ + "A. Möbel", + "B. Instinkt", + "C. Maschine", + "D. Gebäude" + ] + }, + { + numb: 13, + question: "joint", + answer: "C. Gelenk", + options: [ + "A. Getränk", + "B. Pflanze", + "C. Gelenk", + "D. Kleidung" + ] + }, + { + numb: 14, + question: "to leak", + answer: "A. lecken", + options: [ + "A. lecken", + "B. singen", + "C. malen", + "D. fliegen" + ] + }, + { + numb: 15, + question: "physician", + answer: "D. Arzt", + options: [ + "A. Bäcker", + "B. Maler", + "C. Gärtner", + "D. Arzt" + ] + }, + { + numb: 16, + question: "to sacrifice", + answer: "B. opfern", + options: [ + "A. spielen", + "B. opfern", + "C. reisen", + "D. lernen" + ] + }, + { + numb: 17, + question: "stiff", + answer: "C. steif", + options: [ + "A. weich", + "B. leicht", + "C. steif", + "D. warm" + ] + }, + { + numb: 18, + question: "to stroke", + answer: "A. streicheln", + options: [ + "A. streicheln", + "B. springen", + "C. backen", + "D. rechnen" + ] + }, + { + numb: 19, + question: "tragic", + answer: "D. tragisch", + options: [ + "A. lustig", + "B. hektisch", + "C. kraftvoll", + "D. tragisch" + ] + }, + { + numb: 20, + question: "tune", + answer: "B. Melodie", + options: [ + "A. Buch", + "B. Melodie", + "C. Tisch", + "D. Fenster" + ] + } +]; + +export default questions21; \ No newline at end of file diff --git a/quiz/static/JS/questions22.js b/quiz/static/JS/questions22.js new file mode 100644 index 0000000..60e686d --- /dev/null +++ b/quiz/static/JS/questions22.js @@ -0,0 +1,224 @@ +let questions22 = [ + { + numb: 1, + question: "to accommodate", + answer: "C. unterbringen", + options: [ + "A. verlieren", + "B. schließen", + "C. unterbringen", + "D. werfen" + ] + }, + { + numb: 2, + question: "circus", + answer: "A. Zirkus", + options: [ + "A. Zirkus", + "B. Fabrik", + "C. Bahnhof", + "D. Flughafen" + ] + }, + { + numb: 3, + question: "to coincide", + answer: "D. zusammenfallen", + options: [ + "A. trennen", + "B. kämpfen", + "C. fliegen", + "D. zusammenfallen" + ] + }, + { + numb: 4, + question: "to commission", + answer: "B. beauftragen", + options: [ + "A. spielen", + "B. beauftragen", + "C. schwimmen", + "D. wandern" + ] + }, + { + numb: 5, + question: "dose", + answer: "C. Dosis", + options: [ + "A. Kiste", + "B. Teller", + "C. Dosis", + "D. Korb" + ] + }, + { + numb: 6, + question: "to dye", + answer: "A. färben", + options: [ + "A. färben", + "B. kochen", + "C. putzen", + "D. nähen" + ] + }, + { + numb: 7, + question: "extent", + answer: "D. Ausmaß", + options: [ + "A. Preis", + "B. Zeit", + "C. Raum", + "D. Ausmaß" + ] + }, + { + numb: 8, + question: "gender", + answer: "B. Geschlecht", + options: [ + "A. Alter", + "B. Geschlecht", + "C. Größe", + "D. Gewicht" + ] + }, + { + numb: 9, + question: "headline", + answer: "C. Schlagzeile", + options: [ + "A. Kapitel", + "B. Notiz", + "C. Schlagzeile", + "D. Gedicht" + ] + }, + { + numb: 10, + question: "informal", + answer: "A. informell", + options: [ + "A. informell", + "B. kompliziert", + "C. gefährlich", + "D. präzise" + ] + }, + { + numb: 11, + question: "to inquire", + answer: "D. sich erkundigen", + options: [ + "A. lachen", + "B. weinen", + "C. schlafen", + "D. sich erkundigen" + ] + }, + { + numb: 12, + question: "messenger", + answer: "B. Bote", + options: [ + "A. Koch", + "B. Bote", + "C. Maler", + "D. Fahrer" + ] + }, + { + numb: 13, + question: "to peer", + answer: "C. spähen", + options: [ + "A. tanzen", + "B. singen", + "C. spähen", + "D. laufen" + ] + }, + { + numb: 14, + question: "portrait", + answer: "A. Porträt", + options: [ + "A. Porträt", + "B. Teppich", + "C. Fenster", + "D. Schrank" + ] + }, + { + numb: 15, + question: "to pose", + answer: "D. posieren", + options: [ + "A. waschen", + "B. putzen", + "C. bügeln", + "D. posieren" + ] + }, + { + numb: 16, + question: "ranch", + answer: "B. Ranch", + options: [ + "A. Hotel", + "B. Ranch", + "C. Museum", + "D. Kino" + ] + }, + { + numb: 17, + question: "to steer", + answer: "C. lenken", + options: [ + "A. drucken", + "B. malen", + "C. lenken", + "D. falten" + ] + }, + { + numb: 18, + question: "stripe", + answer: "A. Streifen", + options: [ + "A. Streifen", + "B. Punkt", + "C. Kreis", + "D. Würfel" + ] + }, + { + numb: 19, + question: "tame", + answer: "D. zahm", + options: [ + "A. nass", + "B. kalt", + "C. hart", + "D. zahm" + ] + }, + { + numb: 20, + question: "to tempt", + answer: "B. verlocken", + options: [ + "A. sparen", + "B. verlocken", + "C. sammeln", + "D. ordnen" + ] + } +]; + +export default questions22; \ No newline at end of file diff --git a/quiz/static/JS/questions23.js b/quiz/static/JS/questions23.js new file mode 100644 index 0000000..17a73f1 --- /dev/null +++ b/quiz/static/JS/questions23.js @@ -0,0 +1,224 @@ +let questions23 = [ + { + numb: 1, + question: "Aborigine", + answer: "C. Ureinwohner", + options: [ + "A. Tourist", + "B. Künstler", + "C. Ureinwohner", + "D. Matrose" + ] + }, + { + numb: 2, + question: "to ban", + answer: "A. verbieten", + options: [ + "A. verbieten", + "B. tanzen", + "C. kochen", + "D. malen" + ] + }, + { + numb: 3, + question: "cautious", + answer: "D. vorsichtig", + options: [ + "A. glücklich", + "B. müde", + "C. stark", + "D. vorsichtig" + ] + }, + { + numb: 4, + question: "to confess", + answer: "B. gestehen", + options: [ + "A. laufen", + "B. gestehen", + "C. schlafen", + "D. singen" + ] + }, + { + numb: 5, + question: "cottage", + answer: "C. Hütte", + options: [ + "A. Brücke", + "B. Fabrik", + "C. Hütte", + "D. Flughafen" + ] + }, + { + numb: 6, + question: "daytime", + answer: "A. Tageszeit", + options: [ + "A. Tageszeit", + "B. Jahreszeit", + "C. Woche", + "D. Jahrhundert" + ] + }, + { + numb: 7, + question: "desperate", + answer: "D. verzweifelt", + options: [ + "A. hungrig", + "B. reich", + "C. faul", + "D. verzweifelt" + ] + }, + { + numb: 8, + question: "to fade", + answer: "B. verblassen", + options: [ + "A. wachsen", + "B. verblassen", + "C. springen", + "D. fliegen" + ] + }, + { + numb: 9, + question: "fierce", + answer: "C. wild", + options: [ + "A. ruhig", + "B. freundlich", + "C. wild", + "D. langsam" + ] + }, + { + numb: 10, + question: "to gamble", + answer: "A. wetten", + options: [ + "A. wetten", + "B. putzen", + "C. backen", + "D. nähen" + ] + }, + { + numb: 11, + question: "lawn", + answer: "D. Rasen", + options: [ + "A. Dach", + "B. Wand", + "C. Fenster", + "D. Rasen" + ] + }, + { + numb: 12, + question: "to mow", + answer: "B. mähen", + options: [ + "A. pflanzen", + "B. mähen", + "C. gießen", + "D. graben" + ] + }, + { + numb: 13, + question: "outlaw", + answer: "C. Gesetzlose", + options: [ + "A. Lehrer", + "B. Bäcker", + "C. Gesetzlose", + "D. Arzt" + ] + }, + { + numb: 14, + question: "prospect", + answer: "A. Aussicht", + options: [ + "A. Aussicht", + "B. Geschmack", + "C. Geruch", + "D. Geräusch" + ] + }, + { + numb: 15, + question: "purse", + answer: "D. Geldbörse", + options: [ + "A. Schuhe", + "B. Hut", + "C. Mantel", + "D. Geldbörse" + ] + }, + { + numb: 16, + question: "rod", + answer: "B. Stange", + options: [ + "A. Tisch", + "B. Stange", + "C. Stuhl", + "D. Bett" + ] + }, + { + numb: 17, + question: "seldom", + answer: "C. selten", + options: [ + "A. immer", + "B. oft", + "C. selten", + "D. manchmal" + ] + }, + { + numb: 18, + question: "to shave", + answer: "A. rasieren", + options: [ + "A. rasieren", + "B. waschen", + "C. kämmen", + "D. bürsten" + ] + }, + { + numb: 19, + question: "terrified", + answer: "D. erschrocken", + options: [ + "A. froh", + "B. traurig", + "C. wütend", + "D. erschrocken" + ] + }, + { + numb: 20, + question: "wizard", + answer: "B. Zauberer", + options: [ + "A. Bauer", + "B. Zauberer", + "C. Fischer", + "D. Jäger" + ] + } +]; + +export default questions23; \ No newline at end of file diff --git a/quiz/static/JS/questions24.js b/quiz/static/JS/questions24.js new file mode 100644 index 0000000..710abc4 --- /dev/null +++ b/quiz/static/JS/questions24.js @@ -0,0 +1,224 @@ +let questions24 = [ + { + numb: 1, + question: "baggage", + answer: "C. Gepäck", + options: [ + "A. Rucksack", + "B. Koffer", + "C. Gepäck", + "D. Tasche" + ] + }, + { + numb: 2, + question: "to bulb", + answer: "B. glühen", + options: [ + "A. leuchten", + "B. glühen", + "C. brennen", + "D. flackern" + ] + }, + { + numb: 3, + question: "bundle", + answer: "A. Bündel", + options: [ + "A. Bündel", + "B. Paket", + "C. Rolle", + "D. Stapel" + ] + }, + { + numb: 4, + question: "cattle", + answer: "D. Rinder", + options: [ + "A. Schafe", + "B. Pferde", + "C. Ziegen", + "D. Rinder" + ] + }, + { + numb: 5, + question: "to flee", + answer: "C. fliehen", + options: [ + "A. laufen", + "B. rennen", + "C. fliehen", + "D. springen" + ] + }, + { + numb: 6, + question: "to graze", + answer: "A. weiden", + options: [ + "A. weiden", + "B. ernten", + "C. pflücken", + "D. jäten" + ] + }, + { + numb: 7, + question: "greed", + answer: "B. Gier", + options: [ + "A. Wunsch", + "B. Gier", + "C. Hoffnung", + "D. Verlangen" + ] + }, + { + numb: 8, + question: "herd", + answer: "C. Herde", + options: [ + "A. Gruppe", + "B. Rudel", + "C. Herde", + "D. Schwarm" + ] + }, + { + numb: 9, + question: "to initiate", + answer: "D. einleiten", + options: [ + "A. starten", + "B. beginnen", + "C. fortsetzen", + "D. einleiten" + ] + }, + { + numb: 10, + question: "lane", + answer: "A. Gasse", + options: [ + "A. Gasse", + "B. Straße", + "C. Autobahn", + "D. Weg" + ] + }, + { + numb: 11, + question: "nerve", + answer: "B. Mut", + options: [ + "A. Schwäche", + "B. Mut", + "C. Furcht", + "D. Zögern" + ] + }, + { + numb: 12, + question: "optimist", + answer: "C. Optimist", + options: [ + "A. Pessimist", + "B. Realist", + "C. Optimist", + "D. Skeptiker" + ] + }, + { + numb: 13, + question: "parade", + answer: "D. Umzug", + options: [ + "A. Marsch", + "B. Demonstration", + "C. Prozession", + "D. Umzug" + ] + }, + { + numb: 14, + question: "to pave", + answer: "B. pflastern", + options: [ + "A. bauen", + "B. pflastern", + "C. bedecken", + "D. belegen" + ] + }, + { + numb: 15, + question: "phantom", + answer: "A. Gespenst", + options: [ + "A. Gespenst", + "B. Schatten", + "C. Trugbild", + "D. Vision" + ] + }, + { + numb: 16, + question: "portable", + answer: "C. tragbar", + options: [ + "A. leicht", + "B. beweglich", + "C. tragbar", + "D. handlich" + ] + }, + { + numb: 17, + question: "poster", + answer: "D. Plakat", + options: [ + "A. Anzeige", + "B. Transparent", + "C. Banner", + "D. Plakat" + ] + }, + { + numb: 18, + question: "to scratch", + answer: "A. kratzen", + options: [ + "A. kratzen", + "B. reiben", + "C. schaben", + "D. klopfen" + ] + }, + { + numb: 19, + question: "symphony", + answer: "B. Symphonie", + options: [ + "A. Oper", + "B. Symphonie", + "C. Konzert", + "D. Sonate" + ] + }, + { + numb: 20, + question: "widow", + answer: "C. Witwe", + options: [ + "A. Frau", + "B. Alleinstehende", + "C. Witwe", + "D. Verwitwete" + ] + } +]; + +export default questions24; \ No newline at end of file diff --git a/quiz/static/JS/questions25.js b/quiz/static/JS/questions25.js new file mode 100644 index 0000000..0466dde --- /dev/null +++ b/quiz/static/JS/questions25.js @@ -0,0 +1,224 @@ +let questions25 = [ + { + numb: 1, + question: "to circulate", + answer: "D. verbreiten", + options: [ + "A. sammeln", + "B. wiederholen", + "C. konzentrieren", + "D. verbreiten" + ] + }, + { + numb: 2, + question: "consequent", + answer: "B. folgerichtig", + options: [ + "A. unerwartet", + "B. folgerichtig", + "C. zufällig", + "D. spontan" + ] + }, + { + numb: 3, + question: "to derive", + answer: "C. ableiten", + options: [ + "A. erfinden", + "B. verschlüsseln", + "C. ableiten", + "D. zerstören" + ] + }, + { + numb: 4, + question: "to drown", + answer: "A. ertrinken", + options: [ + "A. ertrinken", + "B. schwimmen", + "C. tauchen", + "D. segeln" + ] + }, + { + numb: 5, + question: "dynasty", + answer: "D. Herrschergeschlecht", + options: [ + "A. Parlament", + "B. Revolution", + "C. Regierung", + "D. Herrschergeschlecht" + ] + }, + { + numb: 6, + question: "fraction", + answer: "B. Bruchteil", + options: [ + "A. Ganzes", + "B. Bruchteil", + "C. Maximum", + "D. Gesamtheit" + ] + }, + { + numb: 7, + question: "frost", + answer: "C. Raureif", + options: [ + "A. Sonnenschein", + "B. Hitze", + "C. Raureif", + "D. Regen" + ] + }, + { + numb: 8, + question: "illusion", + answer: "A. Täuschung", + options: [ + "A. Täuschung", + "B. Wahrheit", + "C. Realität", + "D. Wirklichkeit" + ] + }, + { + numb: 9, + question: "to invade", + answer: "B. erobern", + options: [ + "A. verteidigen", + "B. erobern", + "C. beschützen", + "D. verhandeln" + ] + }, + { + numb: 10, + question: "lieutenant", + answer: "C. Stellvertreter", + options: [ + "A. General", + "B. Soldat", + "C. Stellvertreter", + "D. Kommandant" + ] + }, + { + numb: 11, + question: "marine", + answer: "D. marin", + options: [ + "A. terrestrisch", + "B. luftgebunden", + "C. unterirdisch", + "D. marin" + ] + }, + { + numb: 12, + question: "merit", + answer: "B. Verdienst", + options: [ + "A. Fehler", + "B. Verdienst", + "C. Mangel", + "D. Schwäche" + ] + }, + { + numb: 13, + question: "navy", + answer: "A. Kriegsmarine", + options: [ + "A. Kriegsmarine", + "B. Landarmee", + "C. Luftwaffe", + "D. Geheimdienst" + ] + }, + { + numb: 14, + question: "polar", + answer: "C. polar", + options: [ + "A. tropisch", + "B. gemäßigt", + "C. polar", + "D. subtropisch" + ] + }, + { + numb: 15, + question: "ray", + answer: "D. Strahl", + options: [ + "A. Wolke", + "B. Dunkelheit", + "C. Schatten", + "D. Strahl" + ] + }, + { + numb: 16, + question: "to resign", + answer: "B. kündigen", + options: [ + "A. beginnen", + "B. kündigen", + "C. aufnehmen", + "D. weitermachen" + ] + }, + { + numb: 17, + question: "suicide", + answer: "C. Selbstmord", + options: [ + "A. Heilung", + "B. Leben", + "C. Selbstmord", + "D. Genesung" + ] + }, + { + numb: 18, + question: "to tremble", + answer: "A. zittern", + options: [ + "A. zittern", + "B. tanzen", + "C. springen", + "D. laufen" + ] + }, + { + numb: 19, + question: "underlying", + answer: "B. zugrunde liegend", + options: [ + "A. offensichtlich", + "B. zugrunde liegend", + "C. oberflächlich", + "D. eindeutig" + ] + }, + { + numb: 20, + question: "via", + answer: "C. über", + options: [ + "A. unter", + "B. neben", + "C. über", + "D. entlang" + ] + } +]; + +export default questions25; \ No newline at end of file diff --git a/quiz/static/JS/questions26.js b/quiz/static/JS/questions26.js new file mode 100644 index 0000000..97529f9 --- /dev/null +++ b/quiz/static/JS/questions26.js @@ -0,0 +1,224 @@ +let questions26 = [ + { + numb: 1, + question: "to alter", + answer: "C. verändern", + options: [ + "A. zerstören", + "B. wiederherstellen", + "C. verändern", + "D. kopieren" + ] + }, + { + numb: 2, + question: "aside", + answer: "B. beiseite", + options: [ + "A. vorwärts", + "B. beiseite", + "C. geradeaus", + "D. rückwärts" + ] + }, + { + numb: 3, + question: "autumn", + answer: "D. Herbst", + options: [ + "A. Sommer", + "B. Frühling", + "C. Winter", + "D. Herbst" + ] + }, + { + numb: 4, + question: "to blend", + answer: "A. mischen", + options: [ + "A. mischen", + "B. trennen", + "C. zerteilen", + "D. sortieren" + ] + }, + { + numb: 5, + question: "to collapse", + answer: "C. zusammenbrechen", + options: [ + "A. aufbauen", + "B. stabilisieren", + "C. zusammenbrechen", + "D. erweitern" + ] + }, + { + numb: 6, + question: "to crush", + answer: "B. zerdrücken", + options: [ + "A. streicheln", + "B. zerdrücken", + "C. aufbauen", + "D. konstruieren" + ] + }, + { + numb: 7, + question: "to curve", + answer: "D. biegen", + options: [ + "A. geradeaus gehen", + "B. strecken", + "C. stossen", + "D. biegen" + ] + }, + { + numb: 8, + question: "disgusting", + answer: "A. ekelhaft", + options: [ + "A. ekelhaft", + "B. angenehm", + "C. schön", + "D. appetitlich" + ] + }, + { + numb: 9, + question: "drain", + answer: "C. Abfluss", + options: [ + "A. Brunnen", + "B. Rohr", + "C. Abfluss", + "D. Kanal" + ] + }, + { + numb: 10, + question: "to embrace", + answer: "B. umarmen", + options: [ + "A. schlagen", + "B. umarmen", + "C. zurückstoßen", + "D. ignorieren" + ] + }, + { + numb: 11, + question: "to envy", + answer: "D. beneiden", + options: [ + "A. loben", + "B. unterstützen", + "C. akzeptieren", + "D. beneiden" + ] + }, + { + numb: 12, + question: "fireworks", + answer: "A. Feuerwerk", + options: [ + "A. Feuerwerk", + "B. Lagerfeuer", + "C. Fackel", + "D. Kerze" + ] + }, + { + numb: 13, + question: "flour", + answer: "C. Mehl", + options: [ + "A. Salz", + "B. Zucker", + "C. Mehl", + "D. Gewürz" + ] + }, + { + numb: 14, + question: "fuse", + answer: "B. Sicherung", + options: [ + "A. Schalter", + "B. Sicherung", + "C. Draht", + "D. Kabel" + ] + }, + { + numb: 15, + question: "ginger", + answer: "D. Ingwer", + options: [ + "A. Zimt", + "B. Pfeffer", + "C. Basilikum", + "D. Ingwer" + ] + }, + { + numb: 16, + question: "jealous", + answer: "A. eifersüchtig", + options: [ + "A. eifersüchtig", + "B. zufrieden", + "C. gleichgültig", + "D. glücklich" + ] + }, + { + numb: 17, + question: "paste", + answer: "C. Paste", + options: [ + "A. Pulver", + "B. Flüssigkeit", + "C. Paste", + "D. Kristall" + ] + }, + { + numb: 18, + question: "receipt", + answer: "B. Quittung", + options: [ + "A. Rechnung", + "B. Quittung", + "C. Vertrag", + "D. Notiz" + ] + }, + { + numb: 19, + question: "to wipe", + answer: "D. wischen", + options: [ + "A. schmieren", + "B. verschmutzen", + "C. beschmieren", + "D. wischen" + ] + }, + { + numb: 20, + question: "wire", + answer: "A. Draht", + options: [ + "A. Draht", + "B. Seil", + "C. Schnur", + "D. Band" + ] + } +]; + +export default questions26; \ No newline at end of file diff --git a/quiz/static/JS/questions27.js b/quiz/static/JS/questions27.js new file mode 100644 index 0000000..d5dd4c2 --- /dev/null +++ b/quiz/static/JS/questions27.js @@ -0,0 +1,224 @@ +let questions27 = [ + { + numb: 1, + question: "to acknowledge", + answer: "B. anerkennen", + options: [ + "A. verleugnen", + "B. anerkennen", + "C. ignorieren", + "D. verdrängen" + ] + }, + { + numb: 2, + question: "ambassador", + answer: "C. Botschafter", + options: [ + "A. Übersetzer", + "B. Journalist", + "C. Botschafter", + "D. Tourist" + ] + }, + { + numb: 3, + question: "blonde", + answer: "A. Blondine", + options: [ + "A. Blondine", + "B. Rothaarige", + "C. Brünette", + "D. Schwarzhaarige" + ] + }, + { + numb: 4, + question: "to conquer", + answer: "D. erobern", + options: [ + "A. verteidigen", + "B. verhandeln", + "C. beschützen", + "D. erobern" + ] + }, + { + numb: 5, + question: "to drag", + answer: "B. ziehen", + options: [ + "A. schieben", + "B. ziehen", + "C. drücken", + "D. werfen" + ] + }, + { + numb: 6, + question: "to exaggerate", + answer: "C. übertreiben", + options: [ + "A. unterschätzen", + "B. ignorieren", + "C. übertreiben", + "D. minimieren" + ] + }, + { + numb: 7, + question: "heritage", + answer: "A. Erbe", + options: [ + "A. Erbe", + "B. Zukunft", + "C. Gegenwart", + "D. Verlust" + ] + }, + { + numb: 8, + question: "to insult", + answer: "D. beleidigen", + options: [ + "A. loben", + "B. respektieren", + "C. unterstützen", + "D. beleidigen" + ] + }, + { + numb: 9, + question: "meanwhile", + answer: "B. inzwischen", + options: [ + "A. sofort", + "B. inzwischen", + "C. niemals", + "D. später" + ] + }, + { + numb: 10, + question: "necklace", + answer: "C. Halskette", + options: [ + "A. Armband", + "B. Ring", + "C. Halskette", + "D. Brosche" + ] + }, + { + numb: 11, + question: "noble", + answer: "B. Adliger", + options: [ + "A. Bauer", + "B. Adliger", + "C. Arbeiter", + "D. Händler" + ] + }, + { + numb: 12, + question: "precious", + answer: "D. kostbar", + options: [ + "A. wertlos", + "B. billig", + "C. gewöhnlich", + "D. kostbar" + ] + }, + { + numb: 13, + question: "prejudice", + answer: "A. Vorurteil", + options: [ + "A. Vorurteil", + "B. Verständnis", + "C. Akzeptanz", + "D. Toleranz" + ] + }, + { + numb: 14, + question: "rumor", + answer: "B. Gerücht", + options: [ + "A. Tatsache", + "B. Gerücht", + "C. Beweis", + "D. Wahrheit" + ] + }, + { + numb: 15, + question: "sin", + answer: "C. Sünde", + options: [ + "A. Tugend", + "B. Reinheit", + "C. Sünde", + "D. Unschuld" + ] + }, + { + numb: 16, + question: "spectacle", + answer: "D. Schauspiel", + options: [ + "A. Langeweile", + "B. Stille", + "C. Alltäglichkeit", + "D. Schauspiel" + ] + }, + { + numb: 17, + question: "stack", + answer: "A. Stapel", + options: [ + "A. Stapel", + "B. Einzelstück", + "C. Lücke", + "D. Reihe" + ] + }, + { + numb: 18, + question: "suspicious", + answer: "B. misstrauisch", + options: [ + "A. vertrauensvoll", + "B. misstrauisch", + "C. naiv", + "D. gutgläubig" + ] + }, + { + numb: 19, + question: "tin", + answer: "C. Zinn", + options: [ + "A. Gold", + "B. Silber", + "C. Zinn", + "D. Kupfer" + ] + }, + { + numb: 20, + question: "vase", + answer: "D. Vase", + options: [ + "A. Topf", + "B. Eimer", + "C. Kanne", + "D. Vase" + ] + } +]; + +export default questions27; \ No newline at end of file diff --git a/quiz/static/JS/questions28.js b/quiz/static/JS/questions28.js new file mode 100644 index 0000000..6d570b0 --- /dev/null +++ b/quiz/static/JS/questions28.js @@ -0,0 +1,224 @@ +let questions28 = [ + { + numb: 1, + question: "to ache", + answer: "B. schmerzen", + options: [ + "A. heilen", + "B. schmerzen", + "C. beruhigen", + "D. entspannen" + ] + }, + { + numb: 2, + question: "arctic", + answer: "A. polar", + options: [ + "A. polar", + "B. tropisch", + "C. gemäßigt", + "D. subtropisch" + ] + }, + { + numb: 3, + question: "canal", + answer: "C. Wasserweg", + options: [ + "A. Fluss", + "B. See", + "C. Wasserweg", + "D. Meer" + ] + }, + { + numb: 4, + question: "chemist", + answer: "D. Wissenschaftler", + options: [ + "A. Arzt", + "B. Lehrer", + "C. Ingenieur", + "D. Wissenschaftler" + ] + }, + { + numb: 5, + question: "chill", + answer: "B. Kälte", + options: [ + "A. Hitze", + "B. Kälte", + "C. Wärme", + "D. Temperatur" + ] + }, + { + numb: 6, + question: "congress", + answer: "A. Parlament", + options: [ + "A. Parlament", + "B. Gericht", + "C. Regierung", + "D. Ministerium" + ] + }, + { + numb: 7, + question: "dairy", + answer: "C. milchhaltig", + options: [ + "A. fleischhaltig", + "B. vegetarisch", + "C. milchhaltig", + "D. vegan" + ] + }, + { + numb: 8, + question: "to descend", + answer: "D. hinabsteigen", + options: [ + "A. aufsteigen", + "B. klettern", + "C. springen", + "D. hinabsteigen" + ] + }, + { + numb: 9, + question: "grocer", + answer: "B. Lebensmittelhändler", + options: [ + "A. Bäcker", + "B. Lebensmittelhändler", + "C. Koch", + "D. Metzger" + ] + }, + { + numb: 10, + question: "to hesitate", + answer: "C. zögern", + options: [ + "A. handeln", + "B. entscheiden", + "C. zögern", + "D. fortfahren" + ] + }, + { + numb: 11, + question: "institution", + answer: "D. Einrichtung", + options: [ + "A. Unternehmen", + "B. Gruppe", + "C. Organisation", + "D. Einrichtung" + ] + }, + { + numb: 12, + question: "to jog", + answer: "A. joggen", + options: [ + "A. joggen", + "B. sprinten", + "C. marschieren", + "D. klettern" + ] + }, + { + numb: 13, + question: "merchant", + answer: "C. Händler", + options: [ + "A. Angestellter", + "B. Direktor", + "C. Händler", + "D. Arbeiter" + ] + }, + { + numb: 14, + question: "to poke", + answer: "B. stupsen", + options: [ + "A. schlagen", + "B. stupsen", + "C. werfen", + "D. ziehen" + ] + }, + { + numb: 15, + question: "to postpone", + answer: "D. verschieben", + options: [ + "A. beginnen", + "B. beenden", + "C. starten", + "D. verschieben" + ] + }, + { + numb: 16, + question: "to splash", + answer: "A. planschen", + options: [ + "A. planschen", + "B. gießen", + "C. tropfen", + "D. sammeln" + ] + }, + { + numb: 17, + question: "stubborn", + answer: "C. stur", + options: [ + "A. flexibel", + "B. nachgiebig", + "C. stur", + "D. weich" + ] + }, + { + numb: 18, + question: "suburb", + answer: "B. Vorstadt", + options: [ + "A. Zentrum", + "B. Vorstadt", + "C. Innenstadt", + "D. Hauptstadt" + ] + }, + { + numb: 19, + question: "tide", + answer: "D. Gezeiten", + options: [ + "A. Welle", + "B. Strom", + "C. Fluss", + "D. Gezeiten" + ] + }, + { + numb: 20, + question: "tragedy", + answer: "A. Tragödie", + options: [ + "A. Tragödie", + "B. Komödie", + "C. Drama", + "D. Erzählung" + ] + } +]; + +export default questions28; \ No newline at end of file diff --git a/quiz/static/JS/questions29.js b/quiz/static/JS/questions29.js new file mode 100644 index 0000000..55a31b6 --- /dev/null +++ b/quiz/static/JS/questions29.js @@ -0,0 +1,224 @@ +let questions29 = [ + { + numb: 1, + question: "bomb", + answer: "B. Sprengkörper", + options: [ + "A. Geschenk", + "B. Sprengkörper", + "C. Werkzeug", + "D. Spielzeug" + ] + }, + { + numb: 2, + question: "certificate", + answer: "C. Urkunde", + options: [ + "A. Tagebuch", + "B. Rechnung", + "C. Urkunde", + "D. Zeitschrift" + ] + }, + { + numb: 3, + question: "circumstance", + answer: "D. Umstand", + options: [ + "A. Hoffnung", + "B. Wunsch", + "C. Traum", + "D. Umstand" + ] + }, + { + numb: 4, + question: "coffin", + answer: "A. Sarg", + options: [ + "A. Sarg", + "B. Schublade", + "C. Koffer", + "D. Schrank" + ] + }, + { + numb: 5, + question: "to cope", + answer: "C. bewältigen", + options: [ + "A. versagen", + "B. aufgeben", + "C. bewältigen", + "D. vermeiden" + ] + }, + { + numb: 6, + question: "criticism", + answer: "B. Kritik", + options: [ + "A. Lob", + "B. Kritik", + "C. Ermutigung", + "D. Vorschlag" + ] + }, + { + numb: 7, + question: "to devastate", + answer: "D. zerstören", + options: [ + "A. bauen", + "B. reparieren", + "C. erschaffen", + "D. zerstören" + ] + }, + { + numb: 8, + question: "to frown", + answer: "A. stirnrunzeln", + options: [ + "A. stirnrunzeln", + "B. lächeln", + "C. jubeln", + "D. winken" + ] + }, + { + numb: 9, + question: "to gaze", + answer: "C. starren", + options: [ + "A. übersehen", + "B. beobachten", + "C. starren", + "D. ignorieren" + ] + }, + { + numb: 10, + question: "to glance", + answer: "B. flüchtig blicken", + options: [ + "A. studieren", + "B. flüchtig blicken", + "C. untersuchen", + "D. fokussieren" + ] + }, + { + numb: 11, + question: "grief", + answer: "D. Trauer", + options: [ + "A. Freude", + "B. Aufregung", + "C. Hoffnung", + "D. Trauer" + ] + }, + { + numb: 12, + question: "groom", + answer: "A. Bräutigam", + options: [ + "A. Bräutigam", + "B. Diener", + "C. Bruder", + "D. Onkel" + ] + }, + { + numb: 13, + question: "license", + answer: "C. Erlaubnis", + options: [ + "A. Geheimnis", + "B. Vertrag", + "C. Erlaubnis", + "D. Gesetz" + ] + }, + { + numb: 14, + question: "microscope", + answer: "B. Mikroskop", + options: [ + "A. Teleskop", + "B. Mikroskop", + "C. Kamera", + "D. Fernglas" + ] + }, + { + numb: 15, + question: "nuclear", + answer: "D. atomar", + options: [ + "A. natürlich", + "B. organisch", + "C. chemisch", + "D. atomar" + ] + }, + { + numb: 16, + question: "to portray", + answer: "A. darstellen", + options: [ + "A. darstellen", + "B. verbergen", + "C. ignorieren", + "D. erfinden" + ] + }, + { + numb: 17, + question: "to rotate", + answer: "C. drehen", + options: [ + "A. stoppen", + "B. fixieren", + "C. drehen", + "D. stillstehen" + ] + }, + { + numb: 18, + question: "souvenir", + answer: "B. Andenken", + options: [ + "A. Werkzeug", + "B. Andenken", + "C. Dokument", + "D. Geld" + ] + }, + { + numb: 19, + question: "submarine", + answer: "D. Unterseeboot", + options: [ + "A. Hubschrauber", + "B. Flugzeug", + "C. Schiff", + "D. Unterseeboot" + ] + }, + { + numb: 20, + question: "to trace", + answer: "A. nachzeichnen", + options: [ + "A. nachzeichnen", + "B. verwischen", + "C. verbergen", + "D. zerstören" + ] + } +]; + +export default questions29; \ No newline at end of file diff --git a/quiz/static/JS/questions3.js b/quiz/static/JS/questions3.js new file mode 100644 index 0000000..5041f98 --- /dev/null +++ b/quiz/static/JS/questions3.js @@ -0,0 +1,224 @@ +let questions3 = [ + { + numb: 1, + question: "alley", + answer: "C. Gasse", + options: [ + "A. Straße", + "B. Weg", + "C. Gasse", + "D. Boulevard" + ] + }, + { + numb: 2, + question: "ax", + answer: "A. Axt", + options: [ + "A. Axt", + "B. Säge", + "C. Hammer", + "D. Messer" + ] + }, + { + numb: 3, + question: "bunch", + answer: "D. Bündel", + options: [ + "A. Stapel", + "B. Haufen", + "C. Menge", + "D. Bündel" + ] + }, + { + numb: 4, + question: "chore", + answer: "B. Hausarbeit", + options: [ + "A. Hobby", + "B. Hausarbeit", + "C. Vergnügen", + "D. Spiel" + ] + }, + { + numb: 5, + question: "decent", + answer: "C. anständig", + options: [ + "A. schlecht", + "B. mangelhaft", + "C. anständig", + "D. perfekt" + ] + }, + { + numb: 6, + question: "disgrace", + answer: "A. Schande", + options: [ + "A. Schande", + "B. Ehre", + "C. Stolz", + "D. Ruhm" + ] + }, + { + numb: 7, + question: "elbow", + answer: "D. Ellbogen", + options: [ + "A. Knie", + "B. Schulter", + "C. Handgelenk", + "D. Ellbogen" + ] + }, + { + numb: 8, + question: "grateful", + answer: "B. dankbar", + options: [ + "A. undankbar", + "B. dankbar", + "C. gleichgültig", + "D. verärgert" + ] + }, + { + numb: 9, + question: "to irritate", + answer: "C. reizen", + options: [ + "A. beruhigen", + "B. erfreuen", + "C. reizen", + "D. trösten" + ] + }, + { + numb: 10, + question: "to kid", + answer: "A. scherzen", + options: [ + "A. scherzen", + "B. lügen", + "C. drohen", + "D. warnen" + ] + }, + { + numb: 11, + question: "loose", + answer: "D. locker", + options: [ + "A. fest", + "B. eng", + "C. straff", + "D. locker" + ] + }, + { + numb: 12, + question: "to offend", + answer: "B. beleidigen", + options: [ + "A. loben", + "B. beleidigen", + "C. schmeicheln", + "D. ermutigen" + ] + }, + { + numb: 13, + question: "overnight", + answer: "C. über Nacht", + options: [ + "A. tagsüber", + "B. morgens", + "C. über Nacht", + "D. abends" + ] + }, + { + numb: 14, + question: "to persist", + answer: "A. beharren", + options: [ + "A. beharren", + "B. aufgeben", + "C. verzichten", + "D. zweifeln" + ] + }, + { + numb: 15, + question: "pine", + answer: "D. Kiefer", + options: [ + "A. Eiche", + "B. Birke", + "C. Buche", + "D. Kiefer" + ] + }, + { + numb: 16, + question: "scar", + answer: "B. Narbe", + options: [ + "A. Wunde", + "B. Narbe", + "C. Kratzer", + "D. Schnitt" + ] + }, + { + numb: 17, + question: "sensation", + answer: "C. Empfindung", + options: [ + "A. Gedanke", + "B. Idee", + "C. Empfindung", + "D. Erinnerung" + ] + }, + { + numb: 18, + question: "sled", + answer: "A. Schlitten", + options: [ + "A. Schlitten", + "B. Fahrrad", + "C. Roller", + "D. Skateboard" + ] + }, + { + numb: 19, + question: "to tease", + answer: "D. hänseln", + options: [ + "A. loben", + "B. ermutigen", + "C. unterstützen", + "D. hänseln" + ] + }, + { + numb: 20, + question: "valentine", + answer: "B. Liebling", + options: [ + "A. Freund", + "B. Liebling", + "C. Bekannter", + "D. Kollege" + ] + } + ]; + + export default questions3; \ No newline at end of file diff --git a/quiz/static/JS/questions30.js b/quiz/static/JS/questions30.js new file mode 100644 index 0000000..20737d9 --- /dev/null +++ b/quiz/static/JS/questions30.js @@ -0,0 +1,224 @@ +let questions30 = [ + { + numb: 1, + question: "appliance", + answer: "C. Gerät", + options: [ + "A. Werkzeug", + "B. Maschine", + "C. Gerät", + "D. Instrument" + ] + }, + { + numb: 2, + question: "basin", + answer: "B. Waschbecken", + options: [ + "A. Topf", + "B. Waschbecken", + "C. Schüssel", + "D. Eimer" + ] + }, + { + numb: 3, + question: "broom", + answer: "A. Besen", + options: [ + "A. Besen", + "B. Stock", + "C. Pinsel", + "D. Mopp" + ] + }, + { + numb: 4, + question: "caterpillar", + answer: "D. Raupe", + options: [ + "A. Wurm", + "B. Käfer", + "C. Schmetterling", + "D. Raupe" + ] + }, + { + numb: 5, + question: "cupboard", + answer: "C. Schrank", + options: [ + "A. Tisch", + "B. Regal", + "C. Schrank", + "D. Kommode" + ] + }, + { + numb: 6, + question: "delicate", + answer: "B. zart", + options: [ + "A. stark", + "B. zart", + "C. robust", + "D. hart" + ] + }, + { + numb: 7, + question: "to emerge", + answer: "A. auftauchen", + options: [ + "A. auftauchen", + "B. verschwinden", + "C. eintreten", + "D. verbergen" + ] + }, + { + numb: 8, + question: "handicap", + answer: "D. Behinderung", + options: [ + "A. Krankheit", + "B. Verletzung", + "C. Schwäche", + "D. Behinderung" + ] + }, + { + numb: 9, + question: "hook", + answer: "C. Haken", + options: [ + "A. Nagel", + "B. Schraube", + "C. Haken", + "D. Kette" + ] + }, + { + numb: 10, + question: "to hop", + answer: "B. hüpfen", + options: [ + "A. springen", + "B. hüpfen", + "C. rennen", + "D. laufen" + ] + }, + { + numb: 11, + question: "laundry", + answer: "A. Wäsche", + options: [ + "A. Wäsche", + "B. Kleidung", + "C. Stoff", + "D. Textilien" + ] + }, + { + numb: 12, + question: "to pursue", + answer: "C. verfolgen", + options: [ + "A. jagen", + "B. suchen", + "C. verfolgen", + "D. finden" + ] + }, + { + numb: 13, + question: "reluctant", + answer: "D. zögernd", + options: [ + "A. mutig", + "B. bereit", + "C. enthusiastisch", + "D. zögernd" + ] + }, + { + numb: 14, + question: "sleeve", + answer: "B. Ärmel", + options: [ + "A. Kragen", + "B. Ärmel", + "C. Handschuh", + "D. Manschette" + ] + }, + { + numb: 15, + question: "spine", + answer: "A. Wirbelsäule", + options: [ + "A. Wirbelsäule", + "B. Knochen", + "C. Rücken", + "D. Nerv" + ] + }, + { + numb: 16, + question: "stain", + answer: "C. Fleck", + options: [ + "A. Farbe", + "B. Tropfen", + "C. Fleck", + "D. Mal" + ] + }, + { + numb: 17, + question: "strip", + answer: "B. Streifen", + options: [ + "A. Stück", + "B. Streifen", + "C. Bahn", + "D. Kante" + ] + }, + { + numb: 18, + question: "to swear", + answer: "D. schwören", + options: [ + "A. versprechen", + "B. fluchen", + "C. beschwören", + "D. schwören" + ] + }, + { + numb: 19, + question: "to swing", + answer: "A. schwingen", + options: [ + "A. schwingen", + "B. werfen", + "C. schleudern", + "D. rotieren" + ] + }, + { + numb: 20, + question: "to utilize", + answer: "C. nutzen", + options: [ + "A. verbrauchen", + "B. benutzen", + "C. nutzen", + "D. einsetzen" + ] + } +]; + +export default questions30; \ No newline at end of file diff --git a/quiz/static/JS/questions4.js b/quiz/static/JS/questions4.js new file mode 100644 index 0000000..d8782fe --- /dev/null +++ b/quiz/static/JS/questions4.js @@ -0,0 +1,224 @@ +let questions4 = [ + { + numb: 1, + question: "to bloom", + answer: "C. blühen", + options: [ + "A. verdorren", + "B. welken", + "C. blühen", + "D. wachsen" + ] + }, + { + numb: 2, + question: "compact", + answer: "B. kompakt", + options: [ + "A. sperrig", + "B. kompakt", + "C. locker", + "D. ausgedehnt" + ] + }, + { + numb: 3, + question: "curl", + answer: "A. Locke", + options: [ + "A. Locke", + "B. Knoten", + "C. Strähne", + "D. Faden" + ] + }, + { + numb: 4, + question: "to decay", + answer: "D. verfallen", + options: [ + "A. aufbauen", + "B. gedeihen", + "C. erneuern", + "D. verfallen" + ] + }, + { + numb: 5, + question: "dessert", + answer: "B. Nachtisch", + options: [ + "A. Vorspeise", + "B. Nachtisch", + "C. Hauptgericht", + "D. Beilage" + ] + }, + { + numb: 6, + question: "to dip", + answer: "A. eintauchen", + options: [ + "A. eintauchen", + "B. trocknen", + "C. entfernen", + "D. spülen" + ] + }, + { + numb: 7, + question: "distant", + answer: "C. fern", + options: [ + "A. nah", + "B. sichtbar", + "C. fern", + "D. vertraut" + ] + }, + { + numb: 8, + question: "eclipse", + answer: "D. Finsternis", + options: [ + "A. Dämmerung", + "B. Schatten", + "C. Sonnenaufgang", + "D. Finsternis" + ] + }, + { + numb: 9, + question: "fairy", + answer: "B. Fee", + options: [ + "A. Geist", + "B. Fee", + "C. Zwerg", + "D. Drache" + ] + }, + { + numb: 10, + question: "grace", + answer: "A. Anmut", + options: [ + "A. Anmut", + "B. Ungeschick", + "C. Härte", + "D. Eile" + ] + }, + { + numb: 11, + question: "leisure", + answer: "D. Freizeit", + options: [ + "A. Arbeit", + "B. Pflicht", + "C. Eile", + "D. Freizeit" + ] + }, + { + numb: 12, + question: "mankind", + answer: "B. Menschheit", + options: [ + "A. Tiere", + "B. Menschheit", + "C. Natur", + "D. Bevölkerung" + ] + }, + { + numb: 13, + question: "passion", + answer: "A. Leidenschaft", + options: [ + "A. Leidenschaft", + "B. Gleichgültigkeit", + "C. Ruhe", + "D. Zweifel" + ] + }, + { + numb: 14, + question: "pillow", + answer: "C. Kissen", + options: [ + "A. Decke", + "B. Laken", + "C. Kissen", + "D. Matratze" + ] + }, + { + numb: 15, + question: "pulse", + answer: "D. Puls", + options: [ + "A. Blut", + "B. Herz", + "C. Rhythmus", + "D. Puls" + ] + }, + { + numb: 16, + question: "to refresh", + answer: "B. erfrischen", + options: [ + "A. ermüden", + "B. erfrischen", + "C. verdursten", + "D. trocknen" + ] + }, + { + numb: 17, + question: "to sneeze", + answer: "A. niesen", + options: [ + "A. niesen", + "B. husten", + "C. pfeifen", + "D. weinen" + ] + }, + { + numb: 18, + question: "spice", + answer: "C. Gewürz", + options: [ + "A. Zucker", + "B. Salz", + "C. Gewürz", + "D. Öl" + ] + }, + { + numb: 19, + question: "to whistle", + answer: "D. pfeifen", + options: [ + "A. singen", + "B. rufen", + "C. flüstern", + "D. pfeifen" + ] + }, + { + numb: 20, + question: "wool", + answer: "A. Wolle", + options: [ + "A. Wolle", + "B. Seide", + "C. Baumwolle", + "D. Leder" + ] + } + ]; + + export default questions4; \ No newline at end of file diff --git a/quiz/static/JS/questions5.js b/quiz/static/JS/questions5.js new file mode 100644 index 0000000..7289a3d --- /dev/null +++ b/quiz/static/JS/questions5.js @@ -0,0 +1,224 @@ +let questions5 = [ + { + numb: 1, + question: "to acquaint", + answer: "C. sich vertraut machen", + options: [ + "A. vergessen", + "B. ignorieren", + "C. sich vertraut machen", + "D. entfernen" + ] + }, + { + numb: 2, + question: "cemetery", + answer: "A. Friedhof", + options: [ + "A. Friedhof", + "B. Park", + "C. Garten", + "D. Kirche" + ] + }, + { + numb: 3, + question: "to curse", + answer: "D. verfluchen", + options: [ + "A. segnen", + "B. bewundern", + "C. begrüßen", + "D. verfluchen" + ] + }, + { + numb: 4, + question: "disguise", + answer: "B. Verkleidung", + options: [ + "A. Kleidung", + "B. Verkleidung", + "C. Rüstung", + "D. Maske" + ] + }, + { + numb: 5, + question: "fancy", + answer: "A. schick", + options: [ + "A. schick", + "B. einfach", + "C. altmodisch", + "D. schmutzig" + ] + }, + { + numb: 6, + question: "flashlight", + answer: "C. Taschenlampe", + options: [ + "A. Kerze", + "B. Laterne", + "C. Taschenlampe", + "D. Glühbirne" + ] + }, + { + numb: 7, + question: "hood", + answer: "D. Kapuze", + options: [ + "A. Hut", + "B. Schal", + "C. Mütze", + "D. Kapuze" + ] + }, + { + numb: 8, + question: "inhabitant", + answer: "B. Einwohner", + options: [ + "A. Besucher", + "B. Einwohner", + "C. Reisender", + "D. Fremder" + ] + }, + { + numb: 9, + question: "to nourish", + answer: "C. ernähren", + options: [ + "A. hungern", + "B. vernachlässigen", + "C. ernähren", + "D. vergessen" + ] + }, + { + numb: 10, + question: "pirate", + answer: "A. Pirat", + options: [ + "A. Pirat", + "B. Matrose", + "C. Händler", + "D. Kapitän" + ] + }, + { + numb: 11, + question: "publication", + answer: "B. Veröffentlichung", + options: [ + "A. Manuskript", + "B. Veröffentlichung", + "C. Artikel", + "D. Skizze" + ] + }, + { + numb: 12, + question: "riddle", + answer: "C. Rätsel", + options: [ + "A. Frage", + "B. Witz", + "C. Rätsel", + "D. Aufgabe" + ] + }, + { + numb: 13, + question: "to rot", + answer: "A. verrotten", + options: [ + "A. verrotten", + "B. wachsen", + "C. gedeihen", + "D. trocknen" + ] + }, + { + numb: 14, + question: "to scare", + answer: "D. erschrecken", + options: [ + "A. beruhigen", + "B. erfreuen", + "C. langweilen", + "D. erschrecken" + ] + }, + { + numb: 15, + question: "shortly", + answer: "C. bald", + options: [ + "A. später", + "B. niemals", + "C. bald", + "D. selten" + ] + }, + { + numb: 16, + question: "skeleton", + answer: "B. Skelett", + options: [ + "A. Knochen", + "B. Skelett", + "C. Körper", + "D. Statue" + ] + }, + { + numb: 17, + question: "to spoil", + answer: "A. verderben", + options: [ + "A. verderben", + "B. bewahren", + "C. verbessern", + "D. retten" + ] + }, + { + numb: 18, + question: "to starve", + answer: "D. hungern", + options: [ + "A. essen", + "B. genießen", + "C. wachsen", + "D. hungern" + ] + }, + { + numb: 19, + question: "thrill", + answer: "C. Nervenkitzel", + options: [ + "A. Langeweile", + "B. Angst", + "C. Nervenkitzel", + "D. Ruhe" + ] + }, + { + numb: 20, + question: "wicked", + answer: "D. böse", + options: [ + "A. gut", + "B. freundlich", + "C. gerecht", + "D. böse" + ] + } + ]; + export default questions5; + \ No newline at end of file diff --git a/quiz/static/JS/questions6.js b/quiz/static/JS/questions6.js new file mode 100644 index 0000000..2d8c5ad --- /dev/null +++ b/quiz/static/JS/questions6.js @@ -0,0 +1,224 @@ +let questions6 = [ + { + numb: 1, + question: "to alert", + answer: "B. warnen", + options: [ + "A. ignorieren", + "B. warnen", + "C. verschweigen", + "D. übersehen" + ] + }, + { + numb: 2, + question: "broadcast", + answer: "C. Sendung", + options: [ + "A. Aufnahme", + "B. Anzeige", + "C. Sendung", + "D. Zeitschrift" + ] + }, + { + numb: 3, + question: "bulletin", + answer: "A. Nachrichtenmeldung", + options: [ + "A. Nachrichtenmeldung", + "B. Werbespot", + "C. Dokumentation", + "D. Interview" + ] + }, + { + numb: 4, + question: "bump", + answer: "D. Beule", + options: [ + "A. Riss", + "B. Narbe", + "C. Wunde", + "D. Beule" + ] + }, + { + numb: 5, + question: "to chop", + answer: "B. hacken", + options: [ + "A. schneiden", + "B. hacken", + "C. reiben", + "D. schälen" + ] + }, + { + numb: 6, + question: "closet", + answer: "C. Schrank", + options: [ + "A. Regal", + "B. Kommode", + "C. Schrank", + "D. Truhe" + ] + }, + { + numb: 7, + question: "to console", + answer: "A. trösten", + options: [ + "A. trösten", + "B. ärgern", + "C. ermahnen", + "D. warnen" + ] + }, + { + numb: 8, + question: "district", + answer: "D. Bezirk", + options: [ + "A. Stadt", + "B. Region", + "C. Land", + "D. Bezirk" + ] + }, + { + numb: 9, + question: "drawer", + answer: "B. Schublade", + options: [ + "A. Fach", + "B. Schublade", + "C. Kiste", + "D. Regal" + ] + }, + { + numb: 10, + question: "to endure", + answer: "C. ertragen", + options: [ + "A. vermeiden", + "B. ignorieren", + "C. ertragen", + "D. fliehen" + ] + }, + { + numb: 11, + question: "to execute", + answer: "A. hinrichten", + options: [ + "A. hinrichten", + "B. verhaften", + "C. verurteilen", + "D. bestrafen" + ] + }, + { + numb: 12, + question: "to grasp", + answer: "D. festhalten", + options: [ + "A. loslassen", + "B. werfen", + "C. berühren", + "D. festhalten" + ] + }, + { + numb: 13, + question: "rear", + answer: "B. Rückseite", + options: [ + "A. Vorderseite", + "B. Rückseite", + "C. Oberseite", + "D. Unterseite" + ] + }, + { + numb: 14, + question: "senator", + answer: "C. Senator", + options: [ + "A. Richter", + "B. Minister", + "C. Senator", + "D. Diplomat" + ] + }, + { + numb: 15, + question: "skull", + answer: "A. Schädel", + options: [ + "A. Schädel", + "B. Knochen", + "C. Wirbel", + "D. Rippe" + ] + }, + { + numb: 16, + question: "to stir", + answer: "D. umrühren", + options: [ + "A. schütteln", + "B. mischen", + "C. kneten", + "D. umrühren" + ] + }, + { + numb: 17, + question: "to tap", + answer: "B. antippen", + options: [ + "A. schlagen", + "B. antippen", + "C. drücken", + "D. stoßen" + ] + }, + { + numb: 18, + question: "tremendous", + answer: "C. gewaltig", + options: [ + "A. klein", + "B. normal", + "C. gewaltig", + "D. mittel" + ] + }, + { + numb: 19, + question: "underneath", + answer: "A. unterhalb", + options: [ + "A. unterhalb", + "B. oberhalb", + "C. neben", + "D. zwischen" + ] + }, + { + numb: 20, + question: "worm", + answer: "D. Wurm", + options: [ + "A. Schlange", + "B. Raupe", + "C. Käfer", + "D. Wurm" + ] + } + ]; + +export default questions6; \ No newline at end of file diff --git a/quiz/static/JS/questions7.js b/quiz/static/JS/questions7.js new file mode 100644 index 0000000..e206ea7 --- /dev/null +++ b/quiz/static/JS/questions7.js @@ -0,0 +1,224 @@ +let questions7 = [ + { + numb: 1, + question: "to abandon", + answer: "B. verlassen", + options: [ + "A. behalten", + "B. verlassen", + "C. bewohnen", + "D. besuchen" + ] + }, + { + numb: 2, + question: "ambitious", + answer: "C. ehrgeizig", + options: [ + "A. faul", + "B. bescheiden", + "C. ehrgeizig", + "D. gleichgültig" + ] + }, + { + numb: 3, + question: "to bark", + answer: "A. bellen", + options: [ + "A. bellen", + "B. miauen", + "C. brüllen", + "D. zwitschern" + ] + }, + { + numb: 4, + question: "bay", + answer: "D. Bucht", + options: [ + "A. Strand", + "B. Fluss", + "C. See", + "D. Bucht" + ] + }, + { + numb: 5, + question: "brilliant", + answer: "B. genial", + options: [ + "A. dumm", + "B. genial", + "C. mittelmäßig", + "D. gewöhnlich" + ] + }, + { + numb: 6, + question: "chin", + answer: "C. Kinn", + options: [ + "A. Stirn", + "B. Wange", + "C. Kinn", + "D. Nase" + ] + }, + { + numb: 7, + question: "complaint", + answer: "A. Beschwerde", + options: [ + "A. Beschwerde", + "B. Lob", + "C. Vorschlag", + "D. Bitte" + ] + }, + { + numb: 8, + question: "deaf", + answer: "D. taub", + options: [ + "A. blind", + "B. stumm", + "C. lahm", + "D. taub" + ] + }, + { + numb: 9, + question: "enthusiastic", + answer: "B. begeistert", + options: [ + "A. gelangweilt", + "B. begeistert", + "C. gleichgültig", + "D. traurig" + ] + }, + { + numb: 10, + question: "expedition", + answer: "C. Expedition", + options: [ + "A. Ausflug", + "B. Spaziergang", + "C. Expedition", + "D. Reise" + ] + }, + { + numb: 11, + question: "horizon", + answer: "A. Horizont", + options: [ + "A. Horizont", + "B. Himmel", + "C. Wolke", + "D. Sonne" + ] + }, + { + numb: 12, + question: "loyal", + answer: "D. treu", + options: [ + "A. untreu", + "B. feindlich", + "C. gleichgültig", + "D. treu" + ] + }, + { + numb: 13, + question: "mayor", + answer: "B. Bürgermeister", + options: [ + "A. Minister", + "B. Bürgermeister", + "C. Präsident", + "D. Richter" + ] + }, + { + numb: 14, + question: "mutual", + answer: "C. gegenseitig", + options: [ + "A. einseitig", + "B. unterschiedlich", + "C. gegenseitig", + "D. persönlich" + ] + }, + { + numb: 15, + question: "overweight", + answer: "A. übergewichtig", + options: [ + "A. übergewichtig", + "B. dünn", + "C. schlank", + "D. fit" + ] + }, + { + numb: 16, + question: "refuge", + answer: "D. Zuflucht", + options: [ + "A. Gefahr", + "B. Versteck", + "C. Haus", + "D. Zuflucht" + ] + }, + { + numb: 17, + question: "to restore", + answer: "B. wiederherstellen", + options: [ + "A. zerstören", + "B. wiederherstellen", + "C. erneuern", + "D. reparieren" + ] + }, + { + numb: 18, + question: "to rub", + answer: "C. reiben", + options: [ + "A. schlagen", + "B. drücken", + "C. reiben", + "D. kratzen" + ] + }, + { + numb: 19, + question: "senses", + answer: "A. Sinne", + options: [ + "A. Sinne", + "B. Gefühle", + "C. Gedanken", + "D. Nerven" + ] + }, + { + numb: 20, + question: "veterinarian", + answer: "D. Tierarzt", + options: [ + "A. Arzt", + "B. Zahnarzt", + "C. Pfleger", + "D. Tierarzt" + ] + } + ]; + +export default questions7; \ No newline at end of file diff --git a/quiz/static/JS/questions8.js b/quiz/static/JS/questions8.js new file mode 100644 index 0000000..09e71fa --- /dev/null +++ b/quiz/static/JS/questions8.js @@ -0,0 +1,224 @@ +let questions8 = [ + { + numb: 1, + question: "anniversary", + answer: "C. Jahrestag", + options: [ + "A. Geburtstag", + "B. Feiertag", + "C. Jahrestag", + "D. Festtag" + ] + }, + { + numb: 2, + question: "arithmetic", + answer: "A. Arithmetik", + options: [ + "A. Arithmetik", + "B. Geometrie", + "C. Algebra", + "D. Physik" + ] + }, + { + numb: 3, + question: "ashamed", + answer: "D. beschämt", + options: [ + "A. stolz", + "B. glücklich", + "C. zufrieden", + "D. beschämt" + ] + }, + { + numb: 4, + question: "to burst", + answer: "B. platzen", + options: [ + "A. brechen", + "B. platzen", + "C. fallen", + "D. reißen" + ] + }, + { + numb: 5, + question: "carpenter", + answer: "C. Tischler", + options: [ + "A. Maurer", + "B. Maler", + "C. Tischler", + "D. Klempner" + ] + }, + { + numb: 6, + question: "coal", + answer: "A. Kohle", + options: [ + "A. Kohle", + "B. Holz", + "C. Stein", + "D. Sand" + ] + }, + { + numb: 7, + question: "couch", + answer: "D. Sofa", + options: [ + "A. Stuhl", + "B. Sessel", + "C. Hocker", + "D. Sofa" + ] + }, + { + numb: 8, + question: "to drip", + answer: "B. tropfen", + options: [ + "A. fließen", + "B. tropfen", + "C. gießen", + "D. spritzen" + ] + }, + { + numb: 9, + question: "elegant", + answer: "C. elegant", + options: [ + "A. schlicht", + "B. einfach", + "C. elegant", + "D. gewöhnlich" + ] + }, + { + numb: 10, + question: "fabric", + answer: "A. Stoff", + options: [ + "A. Stoff", + "B. Leder", + "C. Plastik", + "D. Metall" + ] + }, + { + numb: 11, + question: "highlands", + answer: "D. Hochland", + options: [ + "A. Tiefland", + "B. Tal", + "C. Ebene", + "D. Hochland" + ] + }, + { + numb: 12, + question: "ivory", + answer: "B. Elfenbein", + options: [ + "A. Knochen", + "B. Elfenbein", + "C. Horn", + "D. Marmor" + ] + }, + { + numb: 13, + question: "mill", + answer: "C. Mühle", + options: [ + "A. Fabrik", + "B. Werkstatt", + "C. Mühle", + "D. Scheune" + ] + }, + { + numb: 14, + question: "needle", + answer: "A. Nadel", + options: [ + "A. Nadel", + "B. Schere", + "C. Faden", + "D. Knopf" + ] + }, + { + numb: 15, + question: "to polish", + answer: "D. polieren", + options: [ + "A. putzen", + "B. waschen", + "C. reinigen", + "D. polieren" + ] + }, + { + numb: 16, + question: "to sew", + answer: "B. nähen", + options: [ + "A. stricken", + "B. nähen", + "C. häkeln", + "D. weben" + ] + }, + { + numb: 17, + question: "shed", + answer: "C. Schuppen", + options: [ + "A. Garage", + "B. Stall", + "C. Schuppen", + "D. Keller" + ] + }, + { + numb: 18, + question: "thread", + answer: "A. Faden", + options: [ + "A. Faden", + "B. Seil", + "C. Schnur", + "D. Wolle" + ] + }, + { + numb: 19, + question: "to trim", + answer: "D. kürzen", + options: [ + "A. schneiden", + "B. rasieren", + "C. scheren", + "D. kürzen" + ] + }, + { + numb: 20, + question: "upwards", + answer: "B. aufwärts", + options: [ + "A. abwärts", + "B. aufwärts", + "C. seitwärts", + "D. vorwärts" + ] + } + ]; + +export default questions8; \ No newline at end of file diff --git a/quiz/static/JS/questions9.js b/quiz/static/JS/questions9.js new file mode 100644 index 0000000..4c9589a --- /dev/null +++ b/quiz/static/JS/questions9.js @@ -0,0 +1,224 @@ +let questions9 = [ + { + numb: 1, + question: "to ail", + answer: "B. quälen", + options: [ + "A. heilen", + "B. quälen", + "C. pflegen", + "D. behandeln" + ] + }, + { + numb: 2, + question: "ally", + answer: "A. Verbündeter", + options: [ + "A. Verbündeter", + "B. Gegner", + "C. Nachbar", + "D. Kollege" + ] + }, + { + numb: 3, + question: "to boast", + answer: "C. prahlen", + options: [ + "A. flüstern", + "B. sprechen", + "C. prahlen", + "D. diskutieren" + ] + }, + { + numb: 4, + question: "to bounce", + answer: "D. prallen", + options: [ + "A. fallen", + "B. werfen", + "C. rollen", + "D. prallen" + ] + }, + { + numb: 5, + question: "bully", + answer: "B. Tyrann", + options: [ + "A. Freund", + "B. Tyrann", + "C. Schüler", + "D. Lehrer" + ] + }, + { + numb: 6, + question: "carbohydrate", + answer: "A. Kohlenhydrat", + options: [ + "A. Kohlenhydrat", + "B. Protein", + "C. Vitamin", + "D. Mineral" + ] + }, + { + numb: 7, + question: "to crawl", + answer: "C. kriechen", + options: [ + "A. laufen", + "B. springen", + "C. kriechen", + "D. rennen" + ] + }, + { + numb: 8, + question: "to defeat", + answer: "B. besiegen", + options: [ + "A. kämpfen", + "B. besiegen", + "C. verlieren", + "D. aufgeben" + ] + }, + { + numb: 9, + question: "dial", + answer: "D. Zifferblatt", + options: [ + "A. Zeiger", + "B. Uhrwerk", + "C. Batterie", + "D. Zifferblatt" + ] + }, + { + numb: 10, + question: "dominant", + answer: "A. herrschend", + options: [ + "A. herrschend", + "B. schwach", + "C. normal", + "D. friedlich" + ] + }, + { + numb: 11, + question: "mercy", + answer: "C. Gnade", + options: [ + "A. Strafe", + "B. Rache", + "C. Gnade", + "D. Schuld" + ] + }, + { + numb: 12, + question: "to nod", + answer: "B. nicken", + options: [ + "A. schütteln", + "B. nicken", + "C. drehen", + "D. beugen" + ] + }, + { + numb: 13, + question: "opponent", + answer: "D. Gegner", + options: [ + "A. Partner", + "B. Freund", + "C. Kollege", + "D. Gegner" + ] + }, + { + numb: 14, + question: "to quarrel", + answer: "A. streiten", + options: [ + "A. streiten", + "B. spielen", + "C. reden", + "D. lachen" + ] + }, + { + numb: 15, + question: "rival", + answer: "C. Konkurrent", + options: [ + "A. Helfer", + "B. Freund", + "C. Konkurrent", + "D. Berater" + ] + }, + { + numb: 16, + question: "sore", + answer: "B. wund", + options: [ + "A. gesund", + "B. wund", + "C. stark", + "D. müde" + ] + }, + { + numb: 17, + question: "to sting", + answer: "D. stechen", + options: [ + "A. kratzen", + "B. beißen", + "C. schlagen", + "D. stechen" + ] + }, + { + numb: 18, + question: "to strain", + answer: "C. anstrengen", + options: [ + "A. entspannen", + "B. ausruhen", + "C. anstrengen", + "D. aufgeben" + ] + }, + { + numb: 19, + question: "torture", + answer: "A. Folter", + options: [ + "A. Folter", + "B. Spiel", + "C. Übung", + "D. Arbeit" + ] + }, + { + numb: 20, + question: "to wrestle", + answer: "B. ringen", + options: [ + "A. boxen", + "B. ringen", + "C. tanzen", + "D. laufen" + ] + } +]; + +export default questions9; \ No newline at end of file diff --git a/quiz/static/JS/savollar1.js b/quiz/static/JS/savollar1.js new file mode 100644 index 0000000..f182bbe --- /dev/null +++ b/quiz/static/JS/savollar1.js @@ -0,0 +1,224 @@ +let savollar1 = [ + { + numb: 1, + question: "to arise", + answer: "B. yuzaga kelmoq", + options: [ + "A. yo'qolmoq", + "B. yuzaga kelmoq", + "C. chetlab o'tmoq", + "D. e'tiborsiz qoldirmoq" + ] + }, + { + numb: 2, + question: "benefactor", + answer: "C. muruvvat ko'rsatuvchi", + options: [ + "A. qarzdor", + "B. oluvchi", + "C. muruvvat ko'rsatuvchi", + "D. so'rovchi" + ] + }, + { + numb: 3, + question: "blacksmith", + answer: "A. temirchi", + options: [ + "A. temirchi", + "B. duradgor", + "C. g'ishtchi", + "D. naqqosh" + ] + }, + { + numb: 4, + question: "charitable", + answer: "D. xayr-saxovatli", + options: [ + "A. xasis", + "B. xudbin", + "C. beparvo", + "D. xayr-saxovatli" + ] + }, + { + numb: 5, + question: "chimney", + answer: "B. mo'ri", + options: [ + "A. deraza", + "B. mo'ri", + "C. tom", + "D. balkon" + ] + }, + { + numb: 6, + question: "to compensate", + answer: "C. tovon to'lamoq", + options: [ + "A. jazolamoq", + "B. e'tiborsiz qoldirmoq", + "C. tovon to'lamoq", + "D. ayiblamoq" + ] + }, + { + numb: 7, + question: "to encounter", + answer: "A. duch kelmoq", + options: [ + "A. duch kelmoq", + "B. qochmoq", + "C. unutmoq", + "D. tark etmoq" + ] + }, + { + numb: 8, + question: "to exceed", + answer: "D. oshib ketmoq", + options: [ + "A. kam bo'lmoq", + "B. rioya qilmoq", + "C. kamaytirmoq", + "D. oshib ketmoq" + ] + }, + { + numb: 9, + question: "to forge", + answer: "B. shakillantirmoq", + options: [ + "A. sindirmoq", + "B. shakillantirmoq", + "C. yo'q qilmoq", + "D. yo'qotmoq" + ] + }, + { + numb: 10, + question: "humble", + answer: "C. kamtar", + options: [ + "A. manman", + "B. kibrli", + "C. kamtar", + "D. maqtanchoq" + ] + }, + { + numb: 11, + question: "iron", + answer: "B. temir", + options: [ + "A. mis", + "B. temir", + "C. kumush", + "D. bronza" + ] + }, + { + numb: 12, + question: "ladder", + answer: "A. narvon", + options: [ + "A. narvon", + "B. zina", + "C. pandus", + "D. lift" + ] + }, + { + numb: 13, + question: "modest", + answer: "D. kamtar", + options: [ + "A. maqtanchoq", + "B. takabbur", + "C. manman", + "D. kamtar" + ] + }, + { + numb: 14, + question: "to occupy", + answer: "C. egallamoq", + options: [ + "A. tark etmoq", + "B. bo'shatmoq", + "C. egallamoq", + "D. qochmoq" + ] + }, + { + numb: 15, + question: "penny", + answer: "A. tanga", + options: [ + "A. tanga", + "B. qog'oz pul", + "C. chaqa", + "D. kupyura" + ] + }, + { + numb: 16, + question: "to preach", + answer: "B. va'z aytmoq", + options: [ + "A. o'qimoq", + "B. va'z aytmoq", + "C. muhokama qilmoq", + "D. jim turmoq" + ] + }, + { + numb: 17, + question: "to prosper", + answer: "D. gullab-yashnamoq", + options: [ + "A. barbod bo'lmoq", + "B. to'xtab qolmoq", + "C. mag'lub bo'lmoq", + "D. gullab-yashnamoq" + ] + }, + { + numb: 18, + question: "province", + answer: "C. viloyat", + options: [ + "A. mamlakat", + "B. qit'a", + "C. viloyat", + "D. shahar" + ] + }, + { + numb: 19, + question: "satisfaction", + answer: "B. qoniqish", + options: [ + "A. g'azab", + "B. qoniqish", + "C. ko'ngilsizlik", + "D. norozilik" + ] + }, + { + numb: 20, + question: "to sustain", + answer: "A. ta'minlamoq", + options: [ + "A. ta'minlamoq", + "B. tugatmoq", + "C. rad etmoq", + "D. to'xtatmoq" + ] + } +]; + +export default savollar1; \ No newline at end of file diff --git a/quiz/static/JS/savollar10.js b/quiz/static/JS/savollar10.js new file mode 100644 index 0000000..976e2ab --- /dev/null +++ b/quiz/static/JS/savollar10.js @@ -0,0 +1,224 @@ +let savollar10 = [ + { + numb: 1, + question: "absence", + answer: "B. yo'qlik", + options: [ + "A. mavjudlik", + "B. yo'qlik", + "C. kamchilik", + "D. yuqotish" + ] + }, + { + numb: 2, + question: "aloud", + answer: "C. ovoz chiqarib", + options: [ + "A. sekin", + "B. jim", + "C. ovoz chiqarib", + "D. aniq" + ] + }, + { + numb: 3, + question: "bald", + answer: "A. kal", + options: [ + "A. kal", + "B. sochli", + "C. jingalak", + "D. oq sochli" + ] + }, + { + numb: 4, + question: "blanket", + answer: "D. adyol", + options: [ + "A. yostiq", + "B. choyshab", + "C. gilam", + "D. adyol" + ] + }, + { + numb: 5, + question: "to creep", + answer: "B. asta yurmoq", + options: [ + "A. yugurmoq", + "B. asta yurmoq", + "C. sakramoq", + "D. emaklamoq" + ] + }, + { + numb: 6, + question: "divorce", + answer: "C. ajralish", + options: [ + "A. nikoh", + "B. unashtuv", + "C. ajralish", + "D. ajrashish" + ] + }, + { + numb: 7, + question: "to imitate", + answer: "A. taqlid qilmoq", + options: [ + "A. taqlid qilmoq", + "B. nusxa olmoq", + "C. o'ynamoq", + "D. o'rganmoq" + ] + }, + { + numb: 8, + question: "infant", + answer: "B. chaqaloq", + options: [ + "A. bola", + "B. chaqaloq", + "C. go'dak", + "D. o'smir" + ] + }, + { + numb: 9, + question: "to kidnap", + answer: "D. odam o'g'irlamoq", + options: [ + "A. tutmoq", + "B. ushlamoq", + "C. qamapoq", + "D. odam o'g'irlamoq" + ] + }, + { + numb: 10, + question: "nap", + answer: "C. mizg'ish", + options: [ + "A. uyqu", + "B. dam", + "C. mizg'ish", + "D. tinchlik" + ] + }, + { + numb: 11, + question: "nowhere", + answer: "B. hech qayerda", + options: [ + "A. hamma joyda", + "B. hech qayerda", + "C. qayerdadir", + "D. boshqa joyda" + ] + }, + { + numb: 12, + question: "to pat", + answer: "A. sekin urmoq", + options: [ + "A. sekin urmoq", + "B. urmoq", + "C. tegmoq", + "D. silkimoq" + ] + }, + { + numb: 13, + question: "relief", + answer: "D. yengillik", + options: [ + "A. quvonch", + "B. baxt", + "C. rohat", + "D. yengillik" + ] + }, + { + numb: 14, + question: "to reproduce", + answer: "C. qayta yaratmoq", + options: [ + "A. nusxa olmoq", + "B. yasamoq", + "C. qayta yaratmoq", + "D. ishlab chiqarmoq" + ] + }, + { + numb: 15, + question: "rhyme", + answer: "B. qofiya", + options: [ + "A. she'r", + "B. qofiya", + "C. qo'shiq", + "D. misra" + ] + }, + { + numb: 16, + question: "to suck", + answer: "A. so'rmoq", + options: [ + "A. so'rmoq", + "B. ichmoq", + "C. yalamoq", + "D. shimmoq" + ] + }, + { + numb: 17, + question: "urgent", + answer: "C. shoshilinch", + options: [ + "A. muhim", + "B. zarur", + "C. shoshilinch", + "D. kerakli" + ] + }, + { + numb: 18, + question: "to vanish", + answer: "B. g'oyib bo'lmoq", + options: [ + "A. ketmoq", + "B. g'oyib bo'lmoq", + "C. yo'qolmoq", + "D. tark etmoq" + ] + }, + { + numb: 19, + question: "wagon", + answer: "A. arava", + options: [ + "A. arava", + "B. mashina", + "C. qo'l arava", + "D. yukxona" + ] + }, + { + numb: 20, + question: "wrinkle", + answer: "D. ajin", + options: [ + "A. iz", + "B. chiziq", + "C. chandiq", + "D. ajin" + ] + } +]; + +export default savollar10; \ No newline at end of file diff --git a/quiz/static/JS/savollar11.js b/quiz/static/JS/savollar11.js new file mode 100644 index 0000000..d8605b7 --- /dev/null +++ b/quiz/static/JS/savollar11.js @@ -0,0 +1,224 @@ +let savollar11 = [ + { + numb: 1, + question: "abnormal", + answer: "C. g'ayritabiiy", + options: [ + "A. normal", + "B. oddiy", + "C. g'ayritabiiy", + "D. noto'g'ri" + ] + }, + { + numb: 2, + question: "bamboo", + answer: "A. bambuk", + options: [ + "A. bambuk", + "B. qamish", + "C. nay", + "D. butazor" + ] + }, + { + numb: 3, + question: "blossom", + answer: "B. gul", + options: [ + "A. kurtak", + "B. gul", + "C. barg", + "D. shox" + ] + }, + { + numb: 4, + question: "compass", + answer: "D. kompas", + options: [ + "A. xarita", + "B. soat", + "C. yo'nalish", + "D. kompas" + ] + }, + { + numb: 5, + question: "dialect", + answer: "A. sheva", + options: [ + "A. sheva", + "B. til", + "C. lahja", + "D. nutq" + ] + }, + { + numb: 6, + question: "dishonest", + answer: "C. vijdonsiz", + options: [ + "A. noto'g'ri", + "B. aldamchi", + "C. vijdonsiz", + "D. qallob" + ] + }, + { + numb: 7, + question: "dwarf", + answer: "B. gnom", + options: [ + "A. pakana", + "B. gnom", + "C. gnom", + "D. jo'ja" + ] + }, + { + numb: 8, + question: "ecosystem", + answer: "A. ekotizim", + options: [ + "A. ekotizim", + "B. tabiat", + "C. muhit", + "D. flora" + ] + }, + { + numb: 9, + question: "fatal", + answer: "D. halokatli", + options: [ + "A. xavfli", + "B. jiddiy", + "C. halokat", + "D. halokatli" + ] + }, + { + numb: 10, + question: "impatient", + answer: "B. besabr", + options: [ + "A. shoshqaloq", + "B. besabr", + "C. bezovta", + "D. asabiy" + ] + }, + { + numb: 11, + question: "leaf", + answer: "C. barg", + options: [ + "A. yaproq", + "B. novda", + "C. barg", + "D. shox" + ] + }, + { + numb: 12, + question: "manuscript", + answer: "A. qo'lyozma", + options: [ + "A. qo'lyozma", + "B. hujjat", + "C. kitob", + "D. yozuv" + ] + }, + { + numb: 13, + question: "marsh", + answer: "B. botqoq", + options: [ + "A. ko'l", + "B. botqoq", + "C. hovuz", + "D. soy" + ] + }, + { + numb: 14, + question: "patience", + answer: "D. sabr", + options: [ + "A. toqat", + "B. bardosh", + "C. chidam", + "D. sabr" + ] + }, + { + numb: 15, + question: "perfume", + answer: "C. atir", + options: [ + "A. hid", + "B. yoqimli hid", + "C. atir", + "D. xushbo'y" + ] + }, + { + numb: 16, + question: "pond", + answer: "A. hovuz", + options: [ + "A. hovuz", + "B. ko'l", + "C. ariq", + "D. ko'lmak" + ] + }, + { + numb: 17, + question: "proverb", + answer: "B. maqol", + options: [ + "A. hikmat", + "B. maqol", + "C. naql", + "D. matal" + ] + }, + { + numb: 18, + question: "pursuit", + answer: "C. ta'qib", + options: [ + "A. izlash", + "B. ergashish", + "C. ta'qib", + "D. kuzatish" + ] + }, + { + numb: 19, + question: "to recite", + answer: "A. bayon qilmoq", + options: [ + "A. bayon qilmoq", + "B. o'qimoq", + "C. gapirmoq", + "D. kuylamoq" + ] + }, + { + numb: 20, + question: "wilderness", + answer: "D. yovvoyi tabiat", + options: [ + "A. o'rmon", + "B. cho'l", + "C. dala", + "D. yovvoyi tabiat" + ] + } +]; + +export default savollar11; \ No newline at end of file diff --git a/quiz/static/JS/savollar12.js b/quiz/static/JS/savollar12.js new file mode 100644 index 0000000..3dba440 --- /dev/null +++ b/quiz/static/JS/savollar12.js @@ -0,0 +1,224 @@ +let savollar12 = [ + { + numb: 1, + question: "to anticipate", + answer: "B. kutmoq", + options: [ + "A. umid qilmoq", + "B. kutmoq", + "C. rejalamoq", + "D. taxmin qilmoq" + ] + }, + { + numb: 2, + question: "barrel", + answer: "C. bochka", + options: [ + "A. idish", + "B. chelak", + "C. bochka", + "D. bak" + ] + }, + { + numb: 3, + question: "beam", + answer: "A. to'sin", + options: [ + "A. to'sin", + "B. yog'och", + "C. ustun", + "D. taxta" + ] + }, + { + numb: 4, + question: "casual", + answer: "D. norasmiy", + options: [ + "A. erkin", + "B. bemalol", + "C. kundalik", + "D. norasmiy" + ] + }, + { + numb: 5, + question: "caution", + answer: "B. ehtiyotkorlik", + options: [ + "A. diqqat", + "B. ehtiyotkorlik", + "C. ogohlik", + "D. xavfsizlik" + ] + }, + { + numb: 6, + question: "contrary", + answer: "C. qarama-qarshi", + options: [ + "A. teskari", + "B. zid", + "C. qarama-qarshi", + "D. aksincha" + ] + }, + { + numb: 7, + question: "deliberate", + answer: "A. uyushtirilgan", + options: [ + "A. uyushtirilgan", + "B. ataylab", + "C. jo'rttaga", + "D. atayin" + ] + }, + { + numb: 8, + question: "to dissolve", + answer: "D. eritmoq", + options: [ + "A. qormoq", + "B. aralashtirmoq", + "C. suyultirmoq", + "D. eritmoq" + ] + }, + { + numb: 9, + question: "to explode", + answer: "B. portlamoq", + options: [ + "A. yorilmoq", + "B. portlamoq", + "C. parchalanmoq", + "D. vazillamoq" + ] + }, + { + numb: 10, + question: "to fasten", + answer: "C. bog'lamoq", + options: [ + "A. bog'lamoq", + "B. yopmoq", + "C. bog'lamoq", + "D. qotirmoq" + ] + }, + { + numb: 11, + question: "germ", + answer: "A. mikrob", + options: [ + "A. mikrob", + "B. oqsil", + "C. uglerod", + "D. kasallik" + ] + }, + { + numb: 12, + question: "kit", + answer: "B. to'plam", + options: [ + "A. asbob", + "B. to'plam", + "C. anjom", + "D. jihoz" + ] + }, + { + numb: 13, + question: "puff", + answer: "D. tutun", + options: [ + "A. bug'", + "B. par", + "C. nafas", + "D. tutun" + ] + }, + { + numb: 14, + question: "rag", + answer: "C. latta", + options: [ + "A. mato", + "B. sochiq", + "C. latta", + "D. lattapar" + ] + }, + { + numb: 15, + question: "to scatter", + answer: "A. sochmoq", + options: [ + "A. sochmoq", + "B. sepmoq", + "C. to'kmoq", + "D. tarqatmoq" + ] + }, + { + numb: 16, + question: "scent", + answer: "B. hid", + options: [ + "A. is", + "B. hid", + "C. bo'y", + "D. hidlash" + ] + }, + { + numb: 17, + question: "steel", + answer: "D. po'lat", + options: [ + "A. temir", + "B. metall", + "C. qotishma", + "D. po'lat" + ] + }, + { + numb: 18, + question: "swift", + answer: "C. tezkor", + options: [ + "A. sekin", + "B. jo'shqin", + "C. tezkor", + "D. ildam" + ] + }, + { + numb: 19, + question: "to toss", + answer: "B. irg'itmoq", + options: [ + "A. bermoq", + "B. irg'itmoq", + "C. ushlamoq", + "D. yig'moq" + ] + }, + { + numb: 20, + question: "triumph", + answer: "A. g'alaba", + options: [ + "A. g'alaba", + "B. mag'lubiyat", + "C. nishon", + "D. muvaffaqiyat" + ] + } +]; + +export default savollar12; \ No newline at end of file diff --git a/quiz/static/JS/savollar13.js b/quiz/static/JS/savollar13.js new file mode 100644 index 0000000..3cdebbd --- /dev/null +++ b/quiz/static/JS/savollar13.js @@ -0,0 +1,224 @@ +let savollar13 = [ + { + numb: 1, + question: "aboard", + answer: "B. bortda", + options: [ + "A. ichida", + "B. bortda", + "C. samolyotda", + "D. bortda" + ] + }, + { + numb: 2, + question: "bitter", + answer: "C. achchiqlangan", + options: [ + "A. ahmoq", + "B. jahldor", + "C. achchiqlangan", + "D. norozi" + ] + }, + { + numb: 3, + question: "bullet", + answer: "A. o'q", + options: [ + "A. o'q", + "B. patron", + "C. gilza", + "D. snar'yad" + ] + }, + { + numb: 4, + question: "devil", + answer: "D. shayton", + options: [ + "A. iblis", + "B. jin", + "C. arvoh", + "D. shayton" + ] + }, + { + numb: 5, + question: "to drift", + answer: "B. oqib ketmoq", + options: [ + "A. ketmoq", + "B. oqib ketmoq", + "C. uchmoq", + "D. siljimoq" + ] + }, + { + numb: 6, + question: "to enforce", + answer: "C. joriy qilmoq", + options: [ + "A. buyurmoq", + "B. ta'kidlamoq", + "C. joriy qilmoq", + "D. kuchlamoq" + ] + }, + { + numb: 7, + question: "fountain", + answer: "A. favvora", + options: [ + "A. favvora", + "B. buloq", + "C. chasma", + "D. fontan" + ] + }, + { + numb: 8, + question: "harbor", + answer: "B. port", + options: [ + "A. bandargoh", + "B. port", + "C. ko'rfaz", + "D. qirg'oq" + ] + }, + { + numb: 9, + question: "to inhabit", + answer: "D. istiqomat qilmoq", + options: [ + "A. tik turmoq", + "B. kelmoq", + "C. joylashmoq", + "D. istiqomat qilmoq" + ] + }, + { + numb: 10, + question: "to march", + answer: "A. marsh qilmoq", + options: [ + "A. marsh qilmoq", + "B. yurmoq", + "C. harakatlanmoq", + "D. chopmoq" + ] + }, + { + numb: 11, + question: "millionaire", + answer: "C. millioner", + options: [ + "A. boyvacha", + "B. badavlat", + "C. millioner", + "D. boy" + ] + }, + { + numb: 12, + question: "port", + answer: "B. bandargoh", + options: [ + "A. oromgoh", + "B. bandargoh", + "C. pristani", + "D. ko'rfaz" + ] + }, + { + numb: 13, + question: "sheriff", + answer: "D. sherif", + options: [ + "A. politsiyachi", + "B. qorovul", + "C. nazorachi", + "D. sherif" + ] + }, + { + numb: 14, + question: "to startle", + answer: "C. qo'rqitib yubormoq", + options: [ + "A. baqirmoq", + "B. urmoq", + "C. qo'rqitib yubormoq", + "D. vahima qimoq" + ] + }, + { + numb: 15, + question: "to sweat", + answer: "A. terlаmoq", + options: [ + "A. terlаmoq", + "B. namlanmoq", + "C. ho'llanmoq", + "D. bug'lanmoq" + ] + }, + { + numb: 16, + question: "trigger", + answer: "B. miltiq tepkisi", + options: [ + "A. kurок", + "B. miltiq tepkisi", + "C. richag", + "D. tugma" + ] + }, + { + numb: 17, + question: "to unify", + answer: "D. birlashtirmoq", + options: [ + "A. qo'shmoq", + "B. umumlashtirmoq", + "C. jamlаmoq", + "D. birlashtirmoq" + ] + }, + { + numb: 18, + question: "vessel", + answer: "C. kema", + options: [ + "A. qayiq", + "B. kater", + "C. kema", + "D. karabl" + ] + }, + { + numb: 19, + question: "voyage", + answer: "A. sayohat", + options: [ + "A. sayohat", + "B. safar", + "C. parvoz", + "D. yo'l" + ] + }, + { + numb: 20, + question: "to worship", + answer: "B. ibodat qilmoq", + options: [ + "A. topinmoq", + "B. ibodat qilmoq", + "C. egilmoq", + "D. e'zozlamoq" + ] + } +]; + +export default savollar13; \ No newline at end of file diff --git a/quiz/static/JS/savollar14.js b/quiz/static/JS/savollar14.js new file mode 100644 index 0000000..6a3c605 --- /dev/null +++ b/quiz/static/JS/savollar14.js @@ -0,0 +1,225 @@ +let savollar14 = [ + { + numb: 1, + question: "apprentice", + answer: "A. shogird", + options: [ + "A. shogird", + "B. o'qituvchi", + "C. ustoz", + "D. boshliq" + ] + }, + { + numb: 2, + question: "to assure", + answer: "B. ishontirmoq", + options: [ + "A. shubha qilmoq", + "B. ishontirmoq", + "C. aldamoq", + "D. to'xtatmoq" + ] + }, + { + numb: 3, + question: "bandage", + answer: "C. bint", + options: [ + "A. doka", + "B. kiyim", + "C. bint", + "D. qaychi" + ] + }, + { + numb: 4, + question: "to bleed", + answer: "D. qon ketmoq", + options: [ + "A. tuzalmoq", + "B. jarohatlamoq", + "C. yopmoq", + "D. qon ketmoq" + ] + }, + { + numb: 5, + question: "to bond", + answer: "B. do'stlashmoq", + options: [ + "A. urishmoq", + "B. do'stlashmoq", + "C. ajralmoq", + "D. unutmoq" + ] + }, + { + numb: 6, + question: "chef", + answer: "A. oshpaz", + options: [ + "A. oshpaz", + "B. ofitsiant", + "C. menejer", + "D. rahbar" + ] + }, + { + numb: 7, + question: "crown", + answer: "D. toj", + options: [ + "A. shlyapa", + "B. dubulg'a", + "C. ro'mol", + "D. toj" + ] + }, + { + numb: 8, + question: "departure", + answer: "A. jo'nab ketish", + options: [ + "A. jo'nab ketish", + "B. kelish", + "C. kutish", + "D. qarshi olish" + ] + }, + { + numb: 9, + question: "diligent", + answer: "B. mehnatkash", + options: [ + "A. dangasa", + "B. mehnatkash", + "C. parishon", + "D. zerikarli" + ] + }, + { + numb: 10, + question: "emperor", + answer: "C. imperator", + options: [ + "A. rahbar", + "B. shoh", + "C. imperator", + "D. vazir" + ] + }, + { + numb: 11, + question: "fiber", + answer: "A. tola", + options: [ + "A. tola", + "B. sim", + "C. ip", + "D. mato" + ] + }, + { + numb: 12, + question: "horrible", + answer: "B. dahshatli", + options: [ + "A. yoqimli", + "B. dahshatli", + "C. chiroyli", + "D. quvnoq" + ] + }, + { + numb: 13, + question: "impolite", + answer: "D. odobsiz", + options: [ + "A. muloyim", + "B. mehribon", + "C. e'tiborli", + "D. odobsiz" + ] + }, + { + numb: 14, + question: "to kneel", + answer: "A. tiz cho'kmoq", + options: [ + "A. tiz cho'kmoq", + "B. yugurmoq", + "C. tik turmoq", + "D. sakramoq" + ] + }, + { + numb: 15, + question: "luxury", + answer: "B. hashamat", + options: [ + "A. oddiylik", + "B. hashamat", + "C. muhtojlik", + "D. arzonlik" + ] + }, + { + numb: 16, + question: "massive", + answer: "D. juda katta", + options: [ + "A. kichik", + "B. o'rta", + "C. zaif", + "D. juda katta" + ] + }, + { + numb: 17, + question: "to panic", + answer: "C. vahimaga tushmoq", + options: [ + "A. tinchlanmoq", + "B. xursand bo'lmoq", + "C. vahimaga tushmoq", + "D. o'ylamoq" + ] + }, + { + numb: 18, + question: "priority", + answer: "A. ustuvorlik", + options: [ + "A. ustuvorlik", + "B. e'tiborsizlik", + "C. e'tiborsiz", + "D. muhimlik" + ] + }, + { + numb: 19, + question: "robe", + answer: "B. xalat", + options: [ + "A. ko'ylak", + "B. xalat", + "C. kostyum", + "D. kamzul" + ] + }, + { + numb: 20, + question: "to scold", + answer: "C. tanbeh bermoq", + options: [ + "A. maqtamoq", + "B. e'tiborsiz qoldirmoq", + "C. tanbeh bermoq", + "D. mukofotlamoq" + ] + } + ]; + + export default savollar14; + \ No newline at end of file diff --git a/quiz/static/JS/savollar15.js b/quiz/static/JS/savollar15.js new file mode 100644 index 0000000..67ee985 --- /dev/null +++ b/quiz/static/JS/savollar15.js @@ -0,0 +1,224 @@ +let savollar15 = [ + { + numb: 1, + question: "affair", + answer: "C. ish", + options: [ + "A. bayram", + "B. sir", + "C. ish", + "D. do'stlik" + ] + }, + { + numb: 2, + question: "assembly", + answer: "A. yig'ilish", + options: [ + "A. yig'ilish", + "B. ma'ruza", + "C. jamoa", + "D. sinf" + ] + }, + { + numb: 3, + question: "to bless", + answer: "B. duo qilmoq", + options: [ + "A. so'ramoq", + "B. duo qilmoq", + "C. himoya qilmoq", + "D. eshitmoq" + ] + }, + { + numb: 4, + question: "cereal", + answer: "B. donli mahsulot", + options: [ + "A. non", + "B. donli mahsulot", + "C. sharbat", + "D. qahva" + ] + }, + { + numb: 5, + question: "cheerful", + answer: "A. quvnoq", + options: [ + "A. quvnoq", + "B. jahldor", + "C. xafa", + "D. charchagan" + ] + }, + { + numb: 6, + question: "diameter", + answer: "C. diametr", + options: [ + "A. perimetr", + "B. maydon", + "C. diametr", + "D. hajm" + ] + }, + { + numb: 7, + question: "to exploit", + answer: "D. suiiste'mol qilmoq", + options: [ + "A. yordam bermoq", + "B. e'tiborsiz qoldirmoq", + "C. targ'ib qilmoq", + "D. suiiste'mol qilmoq" + ] + }, + { + numb: 8, + question: "famine", + answer: "B. ocharchilik", + options: [ + "A. boylik", + "B. ocharchilik", + "C. qurg'oqchilik", + "D. suvsizlik" + ] + }, + { + numb: 9, + question: "harvest", + answer: "D. hosil", + options: [ + "A. ekish", + "B. haydash", + "C. sug'orish", + "D. hosil" + ] + }, + { + numb: 10, + question: "merry", + answer: "A. xursand", + options: [ + "A. xursand", + "B. jiddiy", + "C. tinch", + "D. sokin" + ] + }, + { + numb: 11, + question: "nut", + answer: "B. yong'oq", + options: [ + "A. urug'", + "B. yong'oq", + "C. po'choq", + "D. po'st" + ] + }, + { + numb: 12, + question: "to pardon", + answer: "D. kechirmoq", + options: [ + "A. so'ramoq", + "B. qaytarmoq", + "C. eshitmoq", + "D. kechirmoq" + ] + }, + { + numb: 13, + question: "pharaoh", + answer: "C. fir'avn", + options: [ + "A. shoh", + "B. prezident", + "C. fir'avn", + "D. hukmdor" + ] + }, + { + numb: 14, + question: "ripe", + answer: "A. yetilgan", + options: [ + "A. yetilgan", + "B. xom", + "C. yangi", + "D. eski" + ] + }, + { + numb: 15, + question: "to roast", + answer: "A. qovurmoq", + options: [ + "A. qovurmoq", + "B. pishirmoq", + "C. bug'da pishirmoq", + "D. qaynatmoq" + ] + }, + { + numb: 16, + question: "routine", + answer: "B. odatiy tartib", + options: [ + "A. tartibsizlik", + "B. odatiy tartib", + "C. tasodif", + "D. reja" + ] + }, + { + numb: 17, + question: "scheme", + answer: "C. reja", + options: [ + "A. tartibsizlik", + "B. ro'yxat", + "C. reja", + "D. naqsh" + ] + }, + { + numb: 18, + question: "slim", + answer: "D. ozg'in", + options: [ + "A. semiz", + "B. keng", + "C. yupqa", + "D. ozg'in" + ] + }, + { + numb: 19, + question: "stove", + answer: "B. plita", + options: [ + "A. muzlatkich", + "B. plita", + "C. rakovina", + "D. pech" + ] + }, + { + numb: 20, + question: "theft", + answer: "A. o'g'irlik", + options: [ + "A. o'g'irlik", + "B. talonchilik", + "C. odam o'g'irlash", + "D. buzib kirish" + ] + } + ]; + export default savollar15; + \ No newline at end of file diff --git a/quiz/static/JS/savollar16.js b/quiz/static/JS/savollar16.js new file mode 100644 index 0000000..faf4eb2 --- /dev/null +++ b/quiz/static/JS/savollar16.js @@ -0,0 +1,225 @@ +let savollar16 = [ + { + numb: 1, + question: "adolescent", + answer: "C. o'smir", + options: [ + "A. bola", + "B. katta yoshli", + "C. o'smir", + "D. go'dak" + ] + }, + { + numb: 2, + question: "aptitude", + answer: "A. qobiliyat", + options: [ + "A. qobiliyat", + "B. qiziqish", + "C. bilim", + "D. intilish" + ] + }, + { + numb: 3, + question: "to compliment", + answer: "B. maqtamoq", + options: [ + "A. tanqid qilmoq", + "B. maqtamoq", + "C. so'ramoq", + "D. tushuntirmoq" + ] + }, + { + numb: 4, + question: "to hinder", + answer: "D. to'sqinlik qilmoq", + options: [ + "A. yordam bermoq", + "B. rag'batlantirmoq", + "C. yo'naltirmoq", + "D. to'sqinlik qilmoq" + ] + }, + { + numb: 5, + question: "journalism", + answer: "B. jurnalistika", + options: [ + "A. gazeta", + "B. jurnalistika", + "C. fotografiya", + "D. televizion" + ] + }, + { + numb: 6, + question: "jury", + answer: "D. hay'at", + options: [ + "A. politsiya", + "B. sudya", + "C. advokat", + "D. hay'at" + ] + }, + { + numb: 7, + question: "justice", + answer: "A. adolat", + options: [ + "A. adolat", + "B. tizim", + "C. qonun", + "D. jazolash" + ] + }, + { + numb: 8, + question: "liberty", + answer: "C. erkinlik", + options: [ + "A. qonun", + "B. adolat", + "C. erkinlik", + "D. mas'uliyat" + ] + }, + { + numb: 9, + question: "literary", + answer: "B. adabiy", + options: [ + "A. ilmiy", + "B. adabiy", + "C. ijodiy", + "D. amaliy" + ] + }, + { + numb: 10, + question: "pharmacy", + answer: "C. dorixona", + options: [ + "A. shifoxona", + "B. do'kon", + "C. dorixona", + "D. apteka" + ] + }, + { + numb: 11, + question: "pill", + answer: "D. dori tabletkasi", + options: [ + "A. ukol", + "B. malham", + "C. dori vositasi", + "D. dori tabletkasi" + ] + }, + { + numb: 12, + question: "to presume", + answer: "A. taxmin qilmoq", + options: [ + "A. taxmin qilmoq", + "B. bilmoq", + "C. umid qilmoq", + "D. o'ylamoq" + ] + }, + { + numb: 13, + question: "privacy", + answer: "C. shaxsiy hayot", + options: [ + "A. tinchlik", + "B. erkinlik", + "C. shaxsiy hayot", + "D. yolg'izlik" + ] + }, + { + numb: 14, + question: "punishment", + answer: "B. jazolash", + options: [ + "A. hukm", + "B. jazolash", + "C. mukofot", + "D. sud qarori" + ] + }, + { + numb: 15, + question: "sensible", + answer: "D. aqlli", + options: [ + "A. hissiy", + "B. g'azablangan", + "C. tasodifiy", + "D. aqlli" + ] + }, + { + numb: 16, + question: "slice", + answer: "A. bo'lak", + options: [ + "A. bo'lak", + "B. parcha", + "C. chang", + "D. yarimta" + ] + }, + { + numb: 17, + question: "sorrow", + answer: "B. qayg'u", + options: [ + "A. quvonch", + "B. qayg'u", + "C. umid", + "D. sevgi" + ] + }, + { + numb: 18, + question: "straw", + answer: "D. somon naycha", + options: [ + "A. stakan", + "B. shisha", + "C. idish", + "D. somon naycha" + ] + }, + { + numb: 19, + question: "to swell", + answer: "C. katta bo'lmoq", + options: [ + "A. qisqarmoq", + "B. yemirilmoq", + "C. katta bo'lmoq", + "D. yo'qolmoq" + ] + }, + { + numb: 20, + question: "tidy", + answer: "B. tinch va ozoda", + options: [ + "A. tartarosh", + "B. tinch va ozoda", + "C. iflos", + "D. toza" + ] + } + ]; + + export default savollar16; + \ No newline at end of file diff --git a/quiz/static/JS/savollar17.js b/quiz/static/JS/savollar17.js new file mode 100644 index 0000000..fc836bb --- /dev/null +++ b/quiz/static/JS/savollar17.js @@ -0,0 +1,224 @@ +let savollar17 = [ + { + numb: 1, + question: "affection", + answer: "B. muhabbat", + options: [ + "A. mamnuniyat", + "B. muhabbat", + "C. hursandchilik", + "D. quvonch" + ] + }, + { + numb: 2, + question: "agency", + answer: "C. agentlik", + options: [ + "A. idora", + "B. firma", + "C. agentlik", + "D. tashkilot" + ] + }, + { + numb: 3, + question: "ash", + answer: "A. kul", + options: [ + "A. kul", + "B. chang", + "C. tutun", + "D. qorakuya" + ] + }, + { + numb: 4, + question: "to confine", + answer: "D. qamamoq", + options: [ + "A. cheklamoq", + "B. bog'lamoq", + "C. ushlamoq", + "D. qamamoq" + ] + }, + { + numb: 5, + question: "to dismiss", + answer: "C. rad etmoq", + options: [ + "A. inkor qilmoq", + "B. qaytarmoq", + "C. rad etmoq", + "D. bekor qilmoq" + ] + }, + { + numb: 6, + question: "to erupt", + answer: "B. otilib chiqmoq", + options: [ + "A. portlamoq", + "B. otilib chiqmoq", + "C. yorilib chiqmoq", + "D. sachramoq" + ] + }, + { + numb: 7, + question: "fate", + answer: "A. taqdir", + options: [ + "A. taqdir", + "B. qismat", + "C. nasiba", + "D. yoziq" + ] + }, + { + numb: 8, + question: "lava", + answer: "D. lava", + options: [ + "A. olov", + "B. magma", + "C. eritma", + "D. lava" + ] + }, + { + numb: 9, + question: "miserable", + answer: "B. g'amgin", + options: [ + "A. hursand", + "B. g'amgin", + "C. joshqin", + "D. diqqatli" + ] + }, + { + numb: 10, + question: "to navigate", + answer: "C. boshqarmoq", + options: [ + "A. yurgizmoq", + "B. yo'naltirmoq", + "C. boshqarmoq", + "D. haydamoq" + ] + }, + { + numb: 11, + question: "to originate", + answer: "A. kelib chiqmoq", + options: [ + "A. kelib chiqmoq", + "B. paydo bo'lmoq", + "C. boshlanmoq", + "D. yaralmoq" + ] + }, + { + numb: 12, + question: "remainder", + answer: "D. qoldiq", + options: [ + "A. qolgan", + "B. ortgan", + "C. bo'lak", + "D. qoldiq" + ] + }, + { + numb: 13, + question: "to retrieve", + answer: "B. qayta topmoq", + options: [ + "A. bermoq", + "B. qayta topmoq", + "C. olmoq", + "D. yig'moq" + ] + }, + { + numb: 14, + question: "shallow", + answer: "C. sayoz", + options: [ + "A. yuzaki", + "B. chuqur emas", + "C. sayoz", + "D. yuza" + ] + }, + { + numb: 15, + question: "slope", + answer: "A. qiyalik", + options: [ + "A. qiyalik", + "B. nishab", + "C. yonbag'ir", + "D. tepalik" + ] + }, + { + numb: 16, + question: "to span", + answer: "D. davom etmoq", + options: [ + "A. cho'zilmoq", + "B. yoyilmoq", + "C. tarqalmoq", + "D. davom etmoq" + ] + }, + { + numb: 17, + question: "superstition", + answer: "C. irim", + options: [ + "A. hurofot", + "B. bid'at", + "C. irim", + "D. e'tiqod" + ] + }, + { + numb: 18, + question: "sympathy", + answer: "B. hamdardlik", + options: [ + "A. quvonish", + "B. hamdardlik", + "C. ko'ngil", + "D. mehr" + ] + }, + { + numb: 19, + question: "to vibrate", + answer: "A. tebranmoq", + options: [ + "A. tebranmoq", + "B. silkinmoq", + "C. titiramoq", + "D. qaltiramoq" + ] + }, + { + numb: 20, + question: "to wander", + answer: "C. aylanib yurmoq", + options: [ + "A. kezmoq", + "B. yugurmoq", + "C. aylanib yurmoq", + "D. burilmoq" + ] + } +]; + +export default savollar17; \ No newline at end of file diff --git a/quiz/static/JS/savollar18.js b/quiz/static/JS/savollar18.js new file mode 100644 index 0000000..43ddb92 --- /dev/null +++ b/quiz/static/JS/savollar18.js @@ -0,0 +1,224 @@ +let savollar18 = [ + { + numb: 1, + question: "armor", + answer: "C. sovut", + options: [ + "A. dubulg'a", + "B. qalqon", + "C. sovut", + "D. zirah" + ] + }, + { + numb: 2, + question: "to blaze", + answer: "A. yonmoq", + options: [ + "A. yonmoq", + "B. tutamoq", + "C. alangalanmoq", + "D. cho'g'lanmoq" + ] + }, + { + numb: 3, + question: "to boom", + answer: "D. bang'illamoq", + options: [ + "A. qarsillamoq", + "B. portlamoq", + "C. yangramoq", + "D. bang'illamoq" + ] + }, + { + numb: 4, + question: "cliff", + answer: "B. tik qoya", + options: [ + "A. qoya", + "B. tik qoya", + "C. tepalik", + "D. tog'" + ] + }, + { + numb: 5, + question: "flame", + answer: "C. alanga", + options: [ + "A. olov", + "B. cho'g'", + "C. alanga", + "D. tutun" + ] + }, + { + numb: 6, + question: "independence", + answer: "A. mustaqillik", + options: [ + "A. mustaqillik", + "B. hokimiyat", + "C. hukmronlik", + "D. boshqaruv" + ] + }, + { + numb: 7, + question: "invasion", + answer: "D. bosqin", + options: [ + "A. hujum", + "B. urush", + "C. kurash", + "D. bosqin" + ] + }, + { + numb: 8, + question: "knight", + answer: "B. ritsar", + options: [ + "A. askar", + "B. ritsar", + "C. jangchi", + "D. pahlavon" + ] + }, + { + numb: 9, + question: "lightning", + answer: "C. chaqmoq", + options: [ + "A. momaqaldiroq", + "B. bo'ron", + "C. chaqmoq", + "D. yashin" + ] + }, + { + numb: 10, + question: "rebel", + answer: "A. isyonchi", + options: [ + "A. isyonchi", + "B. xoin", + "C. dushman", + "D. raqib" + ] + }, + { + numb: 11, + question: "to retreat", + answer: "D. chekinmoq", + options: [ + "A. qochmoq", + "B. ketmoq", + "C. yugurmoq", + "D. chekinmoq" + ] + }, + { + numb: 12, + question: "revolution", + answer: "B. inqilob", + options: [ + "A. isyon", + "B. inqilob", + "C. qo'zg'olon", + "D. to'ntarish" + ] + }, + { + numb: 13, + question: "spear", + answer: "C. nayza", + options: [ + "A. qilich", + "B. xanjar", + "C. nayza", + "D. bolta" + ] + }, + { + numb: 14, + question: "steep", + answer: "A. tik", + options: [ + "A. tik", + "B. baland", + "C. qiya", + "D. chuqur" + ] + }, + { + numb: 15, + question: "summit", + answer: "D. cho'qqi", + options: [ + "A. yuqori", + "B. balandlik", + "C. tog'", + "D. cho'qqi" + ] + }, + { + numb: 16, + question: "thunder", + answer: "B. momaqaldiroq", + options: [ + "A. shovqin", + "B. momaqaldiroq", + "C. gumbur", + "D. ovoz" + ] + }, + { + numb: 17, + question: "troops", + answer: "C. qo'shin", + options: [ + "A. armiya", + "B. lashkar", + "C. qo'shin", + "D. harbiylar" + ] + }, + { + numb: 18, + question: "warrior", + answer: "A. jangchi", + options: [ + "A. jangchi", + "B. askar", + "C. sipoh", + "D. qahramon" + ] + }, + { + numb: 19, + question: "to withdraw", + answer: "D. chekinmoq", + options: [ + "A. ketmoq", + "B. qochmoq", + "C. chiqmoq", + "D. chekinmoq" + ] + }, + { + numb: 20, + question: "to yield", + answer: "B. taslim bo'lmoq", + options: [ + "A. olmoq", + "B. taslim bo'lmoq", + "C. egilmoq", + "D. bermoq" + ] + } +]; + +export default savollar18; \ No newline at end of file diff --git a/quiz/static/JS/savollar19.js b/quiz/static/JS/savollar19.js new file mode 100644 index 0000000..558554a --- /dev/null +++ b/quiz/static/JS/savollar19.js @@ -0,0 +1,224 @@ +let savollar19 = [ + { + numb: 1, + question: "bench", + answer: "C. skameyka", + options: [ + "A. stul", + "B. kursi", + "C. skameyka", + "D. kreslo" + ] + }, + { + numb: 2, + question: "to confront", + answer: "A. yuzlashmoq", + options: [ + "A. yuzlashmoq", + "B. uchrashmoq", + "C. ko'rishmoq", + "D. duch kelmoq" + ] + }, + { + numb: 3, + question: "daisy", + answer: "D. moychechak", + options: [ + "A. atirgul", + "B. lola", + "C. chinnigul", + "D. moychechak" + ] + }, + { + numb: 4, + question: "dispute", + answer: "B. bahs", + options: [ + "A. omad", + "B. bahs", + "C. harakat", + "D. kelishuv" + ] + }, + { + numb: 5, + question: "horror", + answer: "C. qo'rquv", + options: [ + "A. bahs", + "B. nizo", + "C. qo'rquv", + "D. havf" + ] + }, + { + numb: 6, + question: "incident", + answer: "A. hodisa", + options: [ + "A. hodisa", + "B. jarayon", + "C. holat", + "D. vaziyat" + ] + }, + { + numb: 7, + question: "mist", + answer: "D. tuman", + options: [ + "A. bug'", + "B. par", + "C. tutun", + "D. tuman" + ] + }, + { + numb: 8, + question: "object", + answer: "B. narsa", + options: [ + "A. buyum", + "B. narsa", + "C. narsalar", + "D. ashyo" + ] + }, + { + numb: 9, + question: "orphan", + answer: "C. yetim", + options: [ + "A. bola", + "B. o'smir", + "C. yetim", + "D. go'dak" + ] + }, + { + numb: 10, + question: "to plot", + answer: "A. fitna uyushtirmoq", + options: [ + "A. fitna uyushtirmoq", + "B. tayyorlamoq", + "C. jamlamoq", + "D. tuzmoq" + ] + }, + { + numb: 11, + question: "pregnant", + answer: "D. homilador", + options: [ + "A. bo'g'oz", + "B. og'ir oyoq", + "C. yukli", + "D. homilador" + ] + }, + { + numb: 12, + question: "rage", + answer: "B. g'azab", + options: [ + "A. jahl", + "B. g'azab", + "C. achchiq", + "D. nafrat" + ] + }, + { + numb: 13, + question: "revenge", + answer: "C. qasos", + options: [ + "A. o'ch", + "B. jazo", + "C. qasos", + "D. intiqom" + ] + }, + { + numb: 14, + question: "shame", + answer: "A. uyat", + options: [ + "A. uyat", + "B. gunoh", + "C. pushaymon", + "D. afsus" + ] + }, + { + numb: 15, + question: "to sigh", + answer: "D. xo'rsinmoq", + options: [ + "A. nafas olmoq", + "B. ingramoq", + "C. pishillamoq", + "D. xo'rsinmoq" + ] + }, + { + numb: 16, + question: "to sneak", + answer: "B. pisib yurmoq", + options: [ + "A. emaklamoq", + "B. pisib yurmoq", + "C. sirg'anmoq", + "D. yashirinmoq" + ] + }, + { + numb: 17, + question: "to spare", + answer: "C. berib yubormoq", + options: [ + "A. olmoq", + "B. bo'lishmoq", + "C. berib yubormoq", + "D. tejamoq" + ] + }, + { + numb: 18, + question: "stem", + answer: "A. poya", + options: [ + "A. poya", + "B. novda", + "C. shox", + "D. tana" + ] + }, + { + numb: 19, + question: "supper", + answer: "D. kechki ovqat", + options: [ + "A. ovqat", + "B. taom", + "C. yemak", + "D. kechki ovqat" + ] + }, + { + numb: 20, + question: "tender", + answer: "B. yumshoq", + options: [ + "A. yopishqoq", + "B. yumshoq", + "C. mayin", + "D. qattiq" + ] + } +]; + +export default savollar19; \ No newline at end of file diff --git a/quiz/static/JS/savollar2.js b/quiz/static/JS/savollar2.js new file mode 100644 index 0000000..86c0ce8 --- /dev/null +++ b/quiz/static/JS/savollar2.js @@ -0,0 +1,224 @@ +let savollar2 = [ + { + numb: 1, + question: "to acquire", + answer: "B. qo'lga kiritmoq", + options: [ + "A. yo'qotmoq", + "B. qo'lga kiritmoq", + "C. rad etmoq", + "D. unutmoq" + ] + }, + { + numb: 2, + question: "awkward", + answer: "C. noqulay", + options: [ + "A. qulay", + "B. yoqimli", + "C. noqulay", + "D. tabiiy" + ] + }, + { + numb: 3, + question: "caretaker", + answer: "A. qarovchi", + options: [ + "A. qarovchi", + "B. o'qituvchi", + "C. qo'shni", + "D. bog'bon" + ] + }, + { + numb: 4, + question: "to deceive", + answer: "D. aldamoq", + options: [ + "A. ishonmoq", + "B. qo'llab-quvvatlamoq", + "C. hurmat qilmoq", + "D. aldamoq" + ] + }, + { + numb: 5, + question: "to discourage", + answer: "B. fikridan qaytarmoq", + options: [ + "A. ruhlantirmoq", + "B. fikridan qaytarmoq", + "C. maqtamoq", + "D. qo'llab-quvvatlamoq" + ] + }, + { + numb: 6, + question: "fake", + answer: "C. soxta", + options: [ + "A. haqiqiy", + "B. asl", + "C. soxta", + "D. chinakam" + ] + }, + { + numb: 7, + question: "hatred", + answer: "A. nafrat", + options: [ + "A. nafrat", + "B. muhabbat", + "C. do'stlik", + "D. mehr" + ] + }, + { + numb: 8, + question: "hut", + answer: "D. kulba", + options: [ + "A. saroy", + "B. hovli", + "C. qasr", + "D. kulba" + ] + }, + { + numb: 9, + question: "inferior", + answer: "B. past sifatli", + options: [ + "A. yuqori sifatli", + "B. past sifatli", + "C. a'lo darajali", + "D. ustun" + ] + }, + { + numb: 10, + question: "lodge", + answer: "C. ovchilar uyi", + options: [ + "A. mehmonxona", + "B. kvartira", + "C. ovchilar uyi", + "D. hovli" + ] + }, + { + numb: 11, + question: "to neglect", + answer: "A. e'tiborsiz qoldirmoq", + options: [ + "A. e'tiborsiz qoldirmoq", + "B. g'amxo'rlik qilmoq", + "C. parvarish qilmoq", + "D. qaramoq" + ] + }, + { + numb: 12, + question: "newcomer", + answer: "D. yangi kelgan", + options: [ + "A. tajribali", + "B. mutaxassis", + "C. ustoz", + "D. yangi kelgan" + ] + }, + { + numb: 13, + question: "offense", + answer: "B. jinoyat", + options: [ + "A. mukofot", + "B. jinoyat", + "C. yutuq", + "D. natija" + ] + }, + { + numb: 14, + question: "to overlook", + answer: "C. ahamiyat bermaslik", + options: [ + "A. payqamoq", + "B. ko'rmoq", + "C. ahamiyat bermaslik", + "D. topmoq" + ] + }, + { + numb: 15, + question: "to repay", + answer: "A. qaytarmoq", + options: [ + "A. qaytarmoq", + "B. qarz olmoq", + "C. sarflamoq", + "D. bermoq" + ] + }, + { + numb: 16, + question: "ridiculous", + answer: "D. kulgili", + options: [ + "A. jiddiy", + "B. normal", + "C. mantiqiy", + "D. kulgili" + ] + }, + { + numb: 17, + question: "satisfactory", + answer: "B. qoniqarli", + options: [ + "A. yomon", + "B. qoniqarli", + "C. qoniqarsiz", + "D. past" + ] + }, + { + numb: 18, + question: "shepherd", + answer: "C. cho'pon", + options: [ + "A. dehqon", + "B. bog'bon", + "C. cho'pon", + "D. baliqchi" + ] + }, + { + numb: 19, + question: "to venture", + answer: "A. xatarli joyga bormoq", + options: [ + "A. xatarli joyga bormoq", + "B. qo'rqmoq", + "C. ikkilanmoq", + "D. qochmoq" + ] + }, + { + numb: 20, + question: "wheat", + answer: "D. bug'doy", + options: [ + "A. arpa", + "B. javdar", + "C. suli", + "D. bug'doy" + ] + } + ]; + + export default savollar2; \ No newline at end of file diff --git a/quiz/static/JS/savollar20.js b/quiz/static/JS/savollar20.js new file mode 100644 index 0000000..cdde3d5 --- /dev/null +++ b/quiz/static/JS/savollar20.js @@ -0,0 +1,224 @@ +let savollar20 = [ + { + numb: 1, + question: "beneath", + answer: "C. ostida", + options: [ + "A. ustida", + "B. yonida", + "C. ostida", + "D. orqasida" + ] + }, + { + numb: 2, + question: "cub", + answer: "A. hayvon bolasi", + options: [ + "A. hayvon bolasi", + "B. qush", + "C. hasharot", + "D. baliq" + ] + }, + { + numb: 3, + question: "dawn", + answer: "D. tong", + options: [ + "A. peshin", + "B. kech", + "C. tun", + "D. tong" + ] + }, + { + numb: 4, + question: "dissatisfied", + answer: "B. qoniqmagan", + options: [ + "A. xursand", + "B. qoniqmagan", + "C. zavqlangan", + "D. minnatdor" + ] + }, + { + numb: 5, + question: "ease", + answer: "C. osonlik", + options: [ + "A. qiyinchilik", + "B. kuch", + "C. osonlik", + "D. tezlik" + ] + }, + { + numb: 6, + question: "evident", + answer: "A. ayon", + options: [ + "A. ayon", + "B. yashirin", + "C. murakkab", + "D. sirli" + ] + }, + { + numb: 7, + question: "hail", + answer: "D. do'l", + options: [ + "A. yomg'ir", + "B. qor", + "C. tuman", + "D. do'l" + ] + }, + { + numb: 8, + question: "to howl", + answer: "B. uvillamoq", + options: [ + "A. hurmoq", + "B. uvillamoq", + "C. irrillamoq", + "D. vishillamoq" + ] + }, + { + numb: 9, + question: "to leap", + answer: "C. sakrab o'tmoq", + options: [ + "A. emaklamoq", + "B. yugurmoq", + "C. sakrab o'tmoq", + "D. sudralmoq" + ] + }, + { + numb: 10, + question: "magnificent", + answer: "A. hashamatli", + options: [ + "A. hashamatli", + "B. xunuk", + "C. oddiy", + "D. zerikarli" + ] + }, + { + numb: 11, + question: "necessity", + answer: "D. zarurat", + options: [ + "A. hashamat", + "B. istak", + "C. tanlov", + "D. zarurat" + ] + }, + { + numb: 12, + question: "outcome", + answer: "B. natija", + options: [ + "A. boshi", + "B. natija", + "C. jarayon", + "D. usul" + ] + }, + { + numb: 13, + question: "pile", + answer: "C. uyum", + options: [ + "A. qator", + "B. aylana", + "C. uyum", + "D. ustun" + ] + }, + { + numb: 14, + question: "profound", + answer: "A. chuqur", + options: [ + "A. chuqur", + "B. yuzaki", + "C. oddiy", + "D. ahamiyatsiz" + ] + }, + { + numb: 15, + question: "to seize", + answer: "D. tutmoq", + options: [ + "A. qo'yib yubormoq", + "B. tegmoq", + "C. silmoq", + "D. tutmoq" + ] + }, + { + numb: 16, + question: "to squeeze", + answer: "B. siqmoq", + options: [ + "A. tortmoq", + "B. siqmoq", + "C. ishqalamoq", + "D. taqillatmoq" + ] + }, + { + numb: 17, + question: "supreme", + answer: "C. oliy", + options: [ + "A. past", + "B. o'rta", + "C. oliy", + "D. oddiy" + ] + }, + { + numb: 18, + question: "terrific", + answer: "A. ajoyib", + options: [ + "A. ajoyib", + "B. dahshatli", + "C. oddiy", + "D. o'rtacha" + ] + }, + { + numb: 19, + question: "trait", + answer: "D. xususiyat", + options: [ + "A. ko'rinish", + "B. qobiliyat", + "C. mashg'ulot", + "D. xususiyat" + ] + }, + { + numb: 20, + question: "vital", + answer: "B. muhim", + options: [ + "A. zarur emas", + "B. muhim", + "C. ixtiyoriy", + "D. qo'shimcha" + ] + } +]; + +export default savollar20; \ No newline at end of file diff --git a/quiz/static/JS/savollar21.js b/quiz/static/JS/savollar21.js new file mode 100644 index 0000000..a35bd24 --- /dev/null +++ b/quiz/static/JS/savollar21.js @@ -0,0 +1,224 @@ +let savollar21 = [ + { + numb: 1, + question: "accustomed", + answer: "C. odatlangan", + options: [ + "A. begona", + "B. charchagan", + "C. odatlangan", + "D. hayajonli" + ] + }, + { + numb: 2, + question: "to affirm", + answer: "A. tasdiqlamoq", + options: [ + "A. tasdiqlamoq", + "B. raqsga tushmoq", + "C. pishirmoq", + "D. uxlamoq" + ] + }, + { + numb: 3, + question: "astonished", + answer: "D. hayratda qolgan", + options: [ + "A. charchagan", + "B. och", + "C. jahldor", + "D. hayratda qolgan" + ] + }, + { + numb: 4, + question: "to bang", + answer: "B. dang'illatmoq", + options: [ + "A. shivirlamoq", + "B. dang'illatmoq", + "C. suzmoq", + "D. jilmaymoq" + ] + }, + { + numb: 5, + question: "clan", + answer: "C. qarindosh-urug'", + options: [ + "A. bino", + "B. transport", + "C. qarindosh-urug'", + "D. asbob" + ] + }, + { + numb: 6, + question: "dim", + answer: "A. xira", + options: [ + "A. xira", + "B. tez", + "C. og'ir", + "D. baland" + ] + }, + { + numb: 7, + question: "emphasis", + answer: "D. urg'u", + options: [ + "A. rang", + "B. ta'm", + "C. hajm", + "D. urg'u" + ] + }, + { + numb: 8, + question: "fable", + answer: "B. ertak", + options: [ + "A. hisob", + "B. ertak", + "C. qurol", + "D. chipta" + ] + }, + { + numb: 9, + question: "feast", + answer: "C. ziyofat", + options: [ + "A. sport", + "B. kasallik", + "C. ziyofat", + "D. transport" + ] + }, + { + numb: 10, + question: "to glow", + answer: "A. charaqlamoq", + options: [ + "A. charaqlamoq", + "B. yugurmoq", + "C. yuvmoq", + "D. ekmoq" + ] + }, + { + numb: 11, + question: "hollow", + answer: "D. kavak", + options: [ + "A. ho'l", + "B. kuchli", + "C. shirin", + "D. kavak" + ] + }, + { + numb: 12, + question: "instinct", + answer: "B. tabiiy xulq", + options: [ + "A. mebel", + "B. tabiiy xulq", + "C. mashina", + "D. bino" + ] + }, + { + numb: 13, + question: "joint", + answer: "C. bo'g'im", + options: [ + "A. ichimlik", + "B. o'simlik", + "C. bo'g'im", + "D. kiyim" + ] + }, + { + numb: 14, + question: "to leak", + answer: "A. sizib chiqmoq", + options: [ + "A. sizib chiqmoq", + "B. kuylamoq", + "C. chizmoq", + "D. uchmoq" + ] + }, + { + numb: 15, + question: "physician", + answer: "D. shifokor", + options: [ + "A. novvoy", + "B. rassom", + "C. bog'bon", + "D. shifokor" + ] + }, + { + numb: 16, + question: "to sacrifice", + answer: "B. qurbon qilmoq", + options: [ + "A. o'ynamoq", + "B. qurbon qilmoq", + "C. sayohat qilmoq", + "D. o'rganmoq" + ] + }, + { + numb: 17, + question: "stiff", + answer: "C. egilmaydigan", + options: [ + "A. yumshoq", + "B. yengil", + "C. egilmaydigan", + "D. iliq" + ] + }, + { + numb: 18, + question: "to stroke", + answer: "A. silamoq", + options: [ + "A. silamoq", + "B. sakramoq", + "C. yopmoq", + "D. hisoblamoq" + ] + }, + { + numb: 19, + question: "tragic", + answer: "D. fojiali", + options: [ + "A. quvnoq", + "B. shoshilinch", + "C. kuchli", + "D. fojiali" + ] + }, + { + numb: 20, + question: "tune", + answer: "B. kuy", + options: [ + "A. kitob", + "B. kuy", + "C. stol", + "D. deraza" + ] + } +]; + +export default savollar21; \ No newline at end of file diff --git a/quiz/static/JS/savollar22.js b/quiz/static/JS/savollar22.js new file mode 100644 index 0000000..259ac7f --- /dev/null +++ b/quiz/static/JS/savollar22.js @@ -0,0 +1,224 @@ +let savollar22 = [ + { + numb: 1, + question: "to accommodate", + answer: "C. joy bilan ta'minlamoq", + options: [ + "A. yo'qotmoq", + "B. yopmoq", + "C. joy bilan ta'minlamoq", + "D. otmoq" + ] + }, + { + numb: 2, + question: "circus", + answer: "A. sirk", + options: [ + "A. sirk", + "B. zavod", + "C. bekat", + "D. aeroport" + ] + }, + { + numb: 3, + question: "to coincide", + answer: "D. bir vaqtda sodir bo'lmoq", + options: [ + "A. ajratmoq", + "B. kurashmoq", + "C. uchmoq", + "D. bir vaqtda sodir bo'lmoq" + ] + }, + { + numb: 4, + question: "to commission", + answer: "B. buyurtma bermoq", + options: [ + "A. o'ynamoq", + "B. buyurtma bermoq", + "C. suzmoq", + "D. sayr qilmoq" + ] + }, + { + numb: 5, + question: "dose", + answer: "C. doza", + options: [ + "A. quti", + "B. tarelka", + "C. doza", + "D. savat" + ] + }, + { + numb: 6, + question: "to dye", + answer: "A. bo'yamoq", + options: [ + "A. bo'yamoq", + "B. pishirmoq", + "C. tozalamoq", + "D. tikmoq" + ] + }, + { + numb: 7, + question: "extent", + answer: "D. daraja", + options: [ + "A. narx", + "B. vaqt", + "C. joy", + "D. daraja" + ] + }, + { + numb: 8, + question: "gender", + answer: "B. jins", + options: [ + "A. yosh", + "B. jins", + "C. bo'y", + "D. vazn" + ] + }, + { + numb: 9, + question: "headline", + answer: "C. sarlavha", + options: [ + "A. bob", + "B. eslatma", + "C. sarlavha", + "D. she'r" + ] + }, + { + numb: 10, + question: "informal", + answer: "A. norasmiy", + options: [ + "A. norasmiy", + "B. murakkab", + "C. xavfli", + "D. aniq" + ] + }, + { + numb: 11, + question: "to inquire", + answer: "D. so'ramoq", + options: [ + "A. kulmoq", + "B. yig'lamoq", + "C. uxlamoq", + "D. so'ramoq" + ] + }, + { + numb: 12, + question: "messenger", + answer: "B. xabarchi", + options: [ + "A. oshpaz", + "B. xabarchi", + "C. rassom", + "D. haydovchi" + ] + }, + { + numb: 13, + question: "to peer", + answer: "C. tikilmoq", + options: [ + "A. raqsga tushmoq", + "B. kuylamoq", + "C. tikilmoq", + "D. yugurmoq" + ] + }, + { + numb: 14, + question: "portrait", + answer: "A. portret", + options: [ + "A. portret", + "B. gilam", + "C. deraza", + "D. shkaf" + ] + }, + { + numb: 15, + question: "to pose", + answer: "D. qimirlamay turmoq", + options: [ + "A. yuvmoq", + "B. tozalamoq", + "C. dazmollamoq", + "D. qimirlamay turmoq" + ] + }, + { + numb: 16, + question: "ranch", + answer: "B. ferma", + options: [ + "A. mehmonxona", + "B. ferma", + "C. muzey", + "D. kinoteatr" + ] + }, + { + numb: 17, + question: "to steer", + answer: "C. boshqarmoq", + options: [ + "A. bosmoq", + "B. chizmoq", + "C. boshqarmoq", + "D. buklamoq" + ] + }, + { + numb: 18, + question: "stripe", + answer: "A. yo'l-yo'l chiziq", + options: [ + "A. yo'l-yo'l chiziq", + "B. nuqta", + "C. aylana", + "D. kub" + ] + }, + { + numb: 19, + question: "tame", + answer: "D. qo'lga o'rgangan", + options: [ + "A. ho'l", + "B. sovuq", + "C. qattiq", + "D. qo'lga o'rgangan" + ] + }, + { + numb: 20, + question: "to tempt", + answer: "B. qiziqtirmoq", + options: [ + "A. tejamoq", + "B. qiziqtirmoq", + "C. yig'moq", + "D. tartiblamoq" + ] + } +]; + +export default savollar22; \ No newline at end of file diff --git a/quiz/static/JS/savollar23.js b/quiz/static/JS/savollar23.js new file mode 100644 index 0000000..ec4b2a7 --- /dev/null +++ b/quiz/static/JS/savollar23.js @@ -0,0 +1,224 @@ +let savollar23 = [ + { + numb: 1, + question: "Aborigine", + answer: "C. eski avstraliyalik", + options: [ + "A. sayyoh", + "B. rassom", + "C. eski avstraliyalik", + "D. dengizchi" + ] + }, + { + numb: 2, + question: "to ban", + answer: "A. taqiqlamoq", + options: [ + "A. taqiqlamoq", + "B. raqsga tushmoq", + "C. pishirmoq", + "D. chizmoq" + ] + }, + { + numb: 3, + question: "cautious", + answer: "D. ehtiyotkor", + options: [ + "A. baxtli", + "B. charchagan", + "C. kuchli", + "D. ehtiyotkor" + ] + }, + { + numb: 4, + question: "to confess", + answer: "B. tan olmoq", + options: [ + "A. yugurmoq", + "B. tan olmoq", + "C. uxlamoq", + "D. kuylamoq" + ] + }, + { + numb: 5, + question: "cottage", + answer: "C. qishloq uyi", + options: [ + "A. ko'prik", + "B. zavod", + "C. qishloq uyi", + "D. aeroport" + ] + }, + { + numb: 6, + question: "daytime", + answer: "A. kunduzi", + options: [ + "A. kunduzi", + "B. fasl", + "C. hafta", + "D. asr" + ] + }, + { + numb: 7, + question: "desperate", + answer: "D. ilojsiz", + options: [ + "A. och", + "B. boy", + "C. dangasa", + "D. ilojsiz" + ] + }, + { + numb: 8, + question: "to fade", + answer: "B. rangi o'chmoq", + options: [ + "A. o'smoq", + "B. rangi o'chmoq", + "C. sakramoq", + "D. uchmoq" + ] + }, + { + numb: 9, + question: "fierce", + answer: "C. yirtqich", + options: [ + "A. tinch", + "B. mehribon", + "C. yirtqich", + "D. sekin" + ] + }, + { + numb: 10, + question: "to gamble", + answer: "A. qimor o'ynamoq", + options: [ + "A. qimor o'ynamoq", + "B. tozalamoq", + "C. pishirmoq", + "D. tikmoq" + ] + }, + { + numb: 11, + question: "lawn", + answer: "D. maysa", + options: [ + "A. tom", + "B. devor", + "C. deraza", + "D. maysa" + ] + }, + { + numb: 12, + question: "to mow", + answer: "B. o'rmoq", + options: [ + "A. ekmoq", + "B. o'rmoq", + "C. sug'ormoq", + "D. chopmoq" + ] + }, + { + numb: 13, + question: "outlaw", + answer: "C. qidiruvdagi shaxs", + options: [ + "A. o'qituvchi", + "B. novvoy", + "C. qidiruvdagi shaxs", + "D. shifokor" + ] + }, + { + numb: 14, + question: "prospect", + answer: "A. istiqbol", + options: [ + "A. istiqbol", + "B. ta'm", + "C. hid", + "D. ovoz" + ] + }, + { + numb: 15, + question: "purse", + answer: "D. hamyon", + options: [ + "A. poyabzal", + "B. shlyapa", + "C. palto", + "D. hamyon" + ] + }, + { + numb: 16, + question: "rod", + answer: "B. tayoq", + options: [ + "A. stol", + "B. tayoq", + "C. stul", + "D. karavot" + ] + }, + { + numb: 17, + question: "seldom", + answer: "C. kamdan-kam", + options: [ + "A. doimo", + "B. tez-tez", + "C. kamdan-kam", + "D. ba'zan" + ] + }, + { + numb: 18, + question: "to shave", + answer: "A. soqol olmoq", + options: [ + "A. soqol olmoq", + "B. yuvmoq", + "C. taramoq", + "D. cho'tkalash" + ] + }, + { + numb: 19, + question: "terrified", + answer: "D. dahshatga tushgan", + options: [ + "A. xursand", + "B. xafa", + "C. jahldor", + "D. dahshatga tushgan" + ] + }, + { + numb: 20, + question: "wizard", + answer: "B. sehrgar", + options: [ + "A. dehqon", + "B. sehrgar", + "C. baliqchi", + "D. ovchi" + ] + } +]; + +export default savollar23; \ No newline at end of file diff --git a/quiz/static/JS/savollar24.js b/quiz/static/JS/savollar24.js new file mode 100644 index 0000000..022bc9c --- /dev/null +++ b/quiz/static/JS/savollar24.js @@ -0,0 +1,224 @@ +let savollar24 = [ + { + numb: 1, + question: "baggage", + answer: "D. yuk", + options: [ + "A. sumkani", + "B. chantani", + "C. quti", + "D. yuk" + ] + }, + { + numb: 2, + question: "bulb", + answer: "A. lampochka", + options: [ + "A. lampochka", + "B. yong'in", + "C. sokinlik", + "D. nur" + ] + }, + { + numb: 3, + question: "bundle", + answer: "B. to'plam", + options: [ + "A. guruh", + "B. to'plam", + "C. qatlamli", + "D. dona" + ] + }, + { + numb: 4, + question: "cattle", + answer: "C. chorva mollari", + options: [ + "A. qo'y", + "B. ot", + "C. chorva mollari", + "D. echki" + ] + }, + { + numb: 5, + question: "to flee", + answer: "D. qochmoq", + options: [ + "A. yugurmoq", + "B. sakramoq", + "C. otlanmoq", + "D. qochmoq" + ] + }, + { + numb: 6, + question: "to graze", + answer: "B. o'tlamoq", + options: [ + "A. o'rmoq", + "B. o'tlamoq", + "C. yig'moq", + "D. ekmoq" + ] + }, + { + numb: 7, + question: "greed", + answer: "A. ochko'zlik", + options: [ + "A. ochko'zlik", + "B. ragbat", + "C. xohish", + "D. intilish" + ] + }, + { + numb: 8, + question: "herd", + answer: "D. poda", + options: [ + "A. jamoa", + "B. to'da", + "C. qatlam", + "D. poda" + ] + }, + { + numb: 9, + question: "to initiate", + answer: "C. ishga tushirmoq", + options: [ + "A. davom ettirmoq", + "B. ochmoq", + "C. ishga tushirmoq", + "D. yaratmoq" + ] + }, + { + numb: 10, + question: "lane", + answer: "B. yo'lak", + options: [ + "A. yo'l", + "B. yo'lak", + "C. magistral", + "D. aylanma" + ] + }, + { + numb: 11, + question: "nerve", + answer: "A. jasorat", + options: [ + "A. jasorat", + "B. qo'rqoqlik", + "C. ikkilanish", + "D. tinchsizlik" + ] + }, + { + numb: 12, + question: "optimist", + answer: "D. optimist", + options: [ + "A. pessimist", + "B. realist", + "C. pragmatik", + "D. optimist" + ] + }, + { + numb: 13, + question: "parade", + answer: "C. namoyish", + options: [ + "A. marsh", + "B. miting", + "C. namoyish", + "D. saylov" + ] + }, + { + numb: 14, + question: "to pave", + answer: "A. tosh yotqizmoq", + options: [ + "A. tosh yotqizmoq", + "B. qoplamoq", + "C. bezamoq", + "D. yotqizmoq" + ] + }, + { + numb: 15, + question: "phantom", + answer: "B. arvoh", + options: [ + "A. soyacha", + "B. arvoh", + "C. xayol", + "D. tuyg'u" + ] + }, + { + numb: 16, + question: "portable", + answer: "C. ixcham", + options: [ + "A. yengil", + "B. harakatlanuvchi", + "C. ixcham", + "D. qo'l bilan olinuvchi" + ] + }, + { + numb: 17, + question: "poster", + answer: "A. plakat", + options: [ + "A. plakat", + "B. banner", + "C. reklama", + "D. e'lon" + ] + }, + { + numb: 18, + question: "to scratch", + answer: "D. qashlamoq", + options: [ + "A. ishlamoq", + "B. siljitmoq", + "C. silkamoq", + "D. qashlamoq" + ] + }, + { + numb: 19, + question: "symphony", + answer: "B. simfoniya", + options: [ + "A. opera", + "B. simfoniya", + "C. konsert", + "D. sonata" + ] + }, + { + numb: 20, + question: "widow", + answer: "C. beva", + options: [ + "A. ayol", + "B. yolg'iz", + "C. beva", + "D. yosh ayol" + ] + } +]; + +export default savollar24; \ No newline at end of file diff --git a/quiz/static/JS/savollar25.js b/quiz/static/JS/savollar25.js new file mode 100644 index 0000000..638604d --- /dev/null +++ b/quiz/static/JS/savollar25.js @@ -0,0 +1,224 @@ +let savollar25 = [ + { + numb: 1, + question: "to circulate", + answer: "B. tarqatmoq", + options: [ + "A. yig'moq", + "B. tarqatmoq", + "C. to'plamoq", + "D. sakramoq" + ] + }, + { + numb: 2, + question: "consequent", + answer: "D. oqibatda", + options: [ + "A. tasodifiy", + "B. kutilmagan", + "C. darhol", + "D. oqibatda" + ] + }, + { + numb: 3, + question: "to derive", + answer: "A. kelib chiqmoq", + options: [ + "A. kelib chiqmoq", + "B. yaratmoq", + "C. yo'q qilmoq", + "D. o'zgartirib yubormoq" + ] + }, + { + numb: 4, + question: "to drown", + answer: "C. cho'kib o'lmoq", + options: [ + "A. suzmoq", + "B. otilmoq", + "C. cho'kib o'lmoq", + "D. qirg'oqqa chiqmoq" + ] + }, + { + numb: 5, + question: "dynasty", + answer: "B. sulola", + options: [ + "A. parlament", + "B. sulola", + "C. inqilob", + "D. hukumat" + ] + }, + { + numb: 6, + question: "fraction", + answer: "D. bo'lak", + options: [ + "A. butun", + "B. maksimum", + "C. to'liqlik", + "D. bo'lak" + ] + }, + { + numb: 7, + question: "frost", + answer: "A. qirov", + options: [ + "A. qirov", + "B. quyosh nuri", + "C. issiqlik", + "D. yomg'ir" + ] + }, + { + numb: 8, + question: "illusion", + answer: "C. illyuziya", + options: [ + "A. haqiqat", + "B. hayotiy voqelik", + "C. illyuziya", + "D. rostlik" + ] + }, + { + numb: 9, + question: "to invade", + answer: "D. bosib olmoq", + options: [ + "A. himoya qilmoq", + "B. saxlamoq", + "C. qo'riqlamoq", + "D. bosib olmoq" + ] + }, + { + numb: 10, + question: "lieutenant", + answer: "A. leytenant", + options: [ + "A. leytenant", + "B. general", + "C. askar", + "D. qo'mondon" + ] + }, + { + numb: 11, + question: "marine", + answer: "B. dengizga aloqador", + options: [ + "A. quruqlik", + "B. dengizga aloqador", + "C. osmon", + "D. yerosti" + ] + }, + { + numb: 12, + question: "merit", + answer: "C. afzallik", + options: [ + "A. kamchilik", + "B. xato", + "C. afzallik", + "D. zaiflik" + ] + }, + { + numb: 13, + question: "navy", + answer: "D. dengiz qo'shini", + options: [ + "A. qurulma", + "B. guruh", + "C. osmon", + "D. dengiz qo'shini" + ] + }, + { + numb: 14, + question: "polar", + answer: "A. qutb", + options: [ + "A. qutb", + "B. o'rta iqlim", + "C. subtropik", + "D. tropik" + ] + }, + { + numb: 15, + question: "ray", + answer: "B. nur", + options: [ + "A. bulut", + "B. nur", + "C. soyali", + "D. qorongi" + ] + }, + { + numb: 16, + question: "to resign", + answer: "C. ishdan bo'shamoq", + options: [ + "A. ishga kirishmoq", + "B. davom ettirmoq", + "C. ishdan bo'shamoq", + "D. boshlamoq" + ] + }, + { + numb: 17, + question: "suicide", + answer: "D. o'zini o'ldirish", + options: [ + "A. tuzalish", + "B. hayot", + "C. sog'ayish", + "D. o'zini o'ldirish" + ] + }, + { + numb: 18, + question: "to tremble", + answer: "A. titramoq", + options: [ + "A. titramoq", + "B. raqsga tushmoq", + "C. sakramoq", + "D. yugurmoq" + ] + }, + { + numb: 19, + question: "underlying", + answer: "C. yashirin", + options: [ + "A. ochiq", + "B. yuzaki", + "C. yashirin", + "D. aniq" + ] + }, + { + numb: 20, + question: "via", + answer: "B. orqali", + options: [ + "A. pastdan", + "B. orqali", + "C. yonidan", + "D. bo'ylab" + ] + } +]; + +export default savollar25; \ No newline at end of file diff --git a/quiz/static/JS/savollar26.js b/quiz/static/JS/savollar26.js new file mode 100644 index 0000000..31d5b70 --- /dev/null +++ b/quiz/static/JS/savollar26.js @@ -0,0 +1,224 @@ +let savollar26 = [ + { + numb: 1, + question: "to alter", + answer: "B. o'zgartirmoq", + options: [ + "A. buzmoq", + "B. o'zgartirmoq", + "C. yo'q qilmoq", + "D. qaytarmoq" + ] + }, + { + numb: 2, + question: "aside", + answer: "C. chekkada", + options: [ + "A. oldinga", + "B. orqaga", + "C. chekkada", + "D. yuqoriga" + ] + }, + { + numb: 3, + question: "autumn", + answer: "A. kuz", + options: [ + "A. kuz", + "B. yoz", + "C. qish", + "D. bahor" + ] + }, + { + numb: 4, + question: "to blend", + answer: "D. aralashtirmoq", + options: [ + "A. ajratmoq", + "B. bo'lmoq", + "C. parchalamoq", + "D. aralashtirib" + ] + }, + { + numb: 5, + question: "to collapse", + answer: "B. qulab tushmoq", + options: [ + "A. o'rnatmoq", + "B. qulab tushmoq", + "C. mustahkamlamoq", + "D. kengaytirmoq" + ] + }, + { + numb: 6, + question: "to crush", + answer: "C. ezmoq", + options: [ + "A. siypamoq", + "B. yaratmoq", + "C. ezmoq", + "D. moslashtirmoq" + ] + }, + { + numb: 7, + question: "to curve", + answer: "A. bukilmoq", + options: [ + "A. bukilmoq", + "B. to'g'ri yo'lda bormoq", + "C. to'g'irlamoq", + "D. tuzatmoq" + ] + }, + { + numb: 8, + question: "disgusting", + answer: "C. jirkanch", + options: [ + "A. yoqimli", + "B. chiroyli", + "C. jirkanch", + "D. mazali" + ] + }, + { + numb: 9, + question: "drain", + answer: "B. kanalizatsiya turbasi", + options: [ + "A. quduq", + "B. kanalizatsiya turbasi", + "C. yo'l", + "D. kanal" + ] + }, + { + numb: 10, + question: "to embrace", + answer: "D. quchoqlamoq", + options: [ + "A. urmoq", + "B. qaramoq", + "C. surib yubormoq", + "D. quchoqlamoq" + ] + }, + { + numb: 11, + question: "to envy", + answer: "A. havas qilmoq", + options: [ + "A. havas qilmoq", + "B. maqtamoq", + "C. qo'llab-quvvatlamoq", + "D. qabul qilmoq" + ] + }, + { + numb: 12, + question: "fireworks", + answer: "C. mushakbozlik", + options: [ + "A. olovli o'yin", + "B. tuproq o'tini", + "C. mushakbozlik", + "D. shomir" + ] + }, + { + numb: 13, + question: "flour", + answer: "D. un", + options: [ + "A. tuz", + "B. shakar", + "C. zira", + "D. un" + ] + }, + { + numb: 14, + question: "fuse", + answer: "A. bang'illatadigan", + options: [ + "A. bang'illatadigan", + "B. simli elektr o'tqazgich", + "C. sim", + "D. kabel" + ] + }, + { + numb: 15, + question: "ginger", + answer: "B. zanjabil", + options: [ + "A. darhemdor", + "B. zanjabil", + "C. qora pepper", + "D. machalak" + ] + }, + { + numb: 16, + question: "jealous", + answer: "C. rashkchi", + options: [ + "A. hurmat", + "B. qoniqarli", + "C. rashkchi", + "D. baxtli" + ] + }, + { + numb: 17, + question: "paste", + answer: "A. kley", + options: [ + "A. kley", + "B. kukun", + "C. suyuqlik", + "D. kristall" + ] + }, + { + numb: 18, + question: "receipt", + answer: "D. kvitantsiya", + options: [ + "A. hisob-kitob", + "B. shartnoma", + "C. yozuv", + "D. kvitantsiya" + ] + }, + { + numb: 19, + question: "to wipe", + answer: "C. artmoq", + options: [ + "A. suratlamoq", + "B. ifloslashtirmoq", + "C. artmoq", + "D. surtmoq" + ] + }, + { + numb: 20, + question: "wire", + answer: "B. sim", + options: [ + "A. arqon", + "B. sim", + "C. ip", + "D. tana" + ] + } +]; + +export default savollar26; \ No newline at end of file diff --git a/quiz/static/JS/savollar27.js b/quiz/static/JS/savollar27.js new file mode 100644 index 0000000..70592ee --- /dev/null +++ b/quiz/static/JS/savollar27.js @@ -0,0 +1,224 @@ +let savollar27 = [ + { + numb: 1, + question: "to acknowledge", + answer: "C. tan olmoq", + options: [ + "A. inkor qilmoq", + "B. e'tiborsiz qoldirmoq", + "C. tan olmoq", + "D. rad etmoq" + ] + }, + { + numb: 2, + question: "ambassador", + answer: "A. elchi", + options: [ + "A. elchi", + "B. tarjimon", + "C. jurnalist", + "D. sayohatchi" + ] + }, + { + numb: 3, + question: "blonde", + answer: "B. sariq", + options: [ + "A. qizil soch", + "B. sariq", + "C. qora soch", + "D. jigarrang soch" + ] + }, + { + numb: 4, + question: "to conquer", + answer: "B. zabt etmoq", + options: [ + "A. himoya qilmoq", + "B. zabt etmoq", + "C. kelishmoq", + "D. qo'riqlamoq" + ] + }, + { + numb: 5, + question: "to drag", + answer: "C. sudramoq", + options: [ + "A. itarib yubormoq", + "B. tashlamoq", + "C. sudramoq", + "D. uzatmoq" + ] + }, + { + numb: 6, + question: "to exaggerate", + answer: "A. bo'rttirmoq", + options: [ + "A. bo'rttirmoq", + "B. kamaytirib yubormoq", + "C. e'tiborga olmaslik", + "D. kichiklashtirmoq" + ] + }, + { + numb: 7, + question: "heritage", + answer: "D. ma'daniy meros", + options: [ + "A. kelajak", + "B. hozirgi zamon", + "C. yo'qolish", + "D. ma'daniy meros" + ] + }, + { + numb: 8, + question: "to insult", + answer: "B. haqorat qilmoq", + options: [ + "A. maqtamoq", + "B. haqorat qilmoq", + "C. hurmat qilmoq", + "D. qo'llab-quvvatlamoq" + ] + }, + { + numb: 9, + question: "meanwhile", + answer: "C. shu paytda", + options: [ + "A. darhol", + "B. hech qachon", + "C. shu paytda", + "D. keyinroq" + ] + }, + { + numb: 10, + question: "necklace", + answer: "A. marjon", + options: [ + "A. marjon", + "B. ro'mol", + "C. uzuk", + "D. bilag uzuk" + ] + }, + { + numb: 11, + question: "noble", + answer: "C. zodagon", + options: [ + "A. dehqon", + "B. ishchi", + "C. zodagon", + "D. savdogar" + ] + }, + { + numb: 12, + question: "precious", + answer: "B. qadrli", + options: [ + "A. arzimasiz", + "B. qadrli", + "C. oddiy", + "D. kamsitilgan" + ] + }, + { + numb: 13, + question: "prejudice", + answer: "D. noto'g'ri fikr", + options: [ + "A. tushunish", + "B. qabul qilish", + "C. hurmat qilish", + "D. noto'g'ri fikr" + ] + }, + { + numb: 14, + question: "rumor", + answer: "C. mish-mish", + options: [ + "A. haqiqat", + "B. isbotlanma", + "C. mish-mish", + "D. aniqlik" + ] + }, + { + numb: 15, + question: "sin", + answer: "B. gunoh", + options: [ + "A. fazilatli ish", + "B. gunoh", + "C. poklik", + "D. beguna" + ] + }, + { + numb: 16, + question: "spectacle", + answer: "A. manzara", + options: [ + "A. manzara", + "B. zerikarli payt", + "C. tinchlik", + "D. kundalik ish" + ] + }, + { + numb: 17, + question: "stack", + answer: "D. uyum", + options: [ + "A. yagona narsa", + "B. bo'sh joy", + "C. qator", + "D. uyum" + ] + }, + { + numb: 18, + question: "suspicious", + answer: "C. shubhali", + options: [ + "A. ishonchli", + "B. soflangan", + "C. shubhali", + "D. oddiy" + ] + }, + { + numb: 19, + question: "tin", + answer: "A. metal idish", + options: [ + "A. metal idish", + "B. oltin", + "C. kumush", + "D. mis" + ] + }, + { + numb: 20, + question: "vase", + answer: "B. vaza", + options: [ + "A. qozon", + "B. vaza", + "C. qovurg'a", + "D. chelak" + ] + } +]; + +export default savollar27; \ No newline at end of file diff --git a/quiz/static/JS/savollar28.js b/quiz/static/JS/savollar28.js new file mode 100644 index 0000000..84236b5 --- /dev/null +++ b/quiz/static/JS/savollar28.js @@ -0,0 +1,224 @@ +let savollar28 = [ + { + numb: 1, + question: "to ache", + answer: "C. og'rimoq", + options: [ + "A. davolamoq", + "B. tinchlanmoq", + "C. og'rimoq", + "D. rohatlanmoq" + ] + }, + { + numb: 2, + question: "arctic", + answer: "B. arktika", + options: [ + "A. issiq", + "B. arktika", + "C. o'rtacha", + "D. subtropik" + ] + }, + { + numb: 3, + question: "canal", + answer: "A. kanal", + options: [ + "A. kanal", + "B. daryo", + "C. ko'l", + "D. dengiz" + ] + }, + { + numb: 4, + question: "chemist", + answer: "C. kimyogar", + options: [ + "A. shifokor", + "B. o'qituvchi", + "C. kimyogar", + "D. muhandis" + ] + }, + { + numb: 5, + question: "chill", + answer: "D. sovuq", + options: [ + "A. istima", + "B. harorat", + "C. issiq", + "D. sovuq" + ] + }, + { + numb: 6, + question: "congress", + answer: "B. kongress", + options: [ + "A. hukumat", + "B. kongress", + "C. sud", + "D. vazirlik" + ] + }, + { + numb: 7, + question: "dairy", + answer: "A. sutli", + options: [ + "A. sutli", + "B. go'sht mahsulotlari", + "C. vegetarian", + "D. vegan" + ] + }, + { + numb: 8, + question: "to descend", + answer: "C. tushmoq", + options: [ + "A. ko'tarilmoq", + "B. chiqmoq", + "C. tushmoq", + "D. sakramoq" + ] + }, + { + numb: 9, + question: "grocer", + answer: "D. oziq-ovqat sotuvchisi", + options: [ + "A. nonvoy", + "B. oshpaz", + "C. qo'y boquvchi", + "D. oziq-ovqat sotuvchisi" + ] + }, + { + numb: 10, + question: "to hesitate", + answer: "A. ikkilanmoq", + options: [ + "A. ikkilanmoq", + "B. harakatlanmoq", + "C. davom ettimoq", + "D. boshlemoq" + ] + }, + { + numb: 11, + question: "institution", + answer: "B. tashkilot", + options: [ + "A. biznes", + "B. tashkilot", + "C. guruh", + "D. savdo" + ] + }, + { + numb: 12, + question: "to jog", + answer: "C. yengil yugurmoq", + options: [ + "A. tez yugurmoq", + "B. sakramoq", + "C. yengil yugurmoq", + "D. chiqmoq" + ] + }, + { + numb: 13, + question: "merchant", + answer: "A. savdogar", + options: [ + "A. savdogar", + "B. rahbar", + "C. ishchi", + "D. xodim" + ] + }, + { + numb: 14, + question: "to poke", + answer: "D. barmoq bilan itarmoq", + options: [ + "A. urmoq", + "B. otmoq", + "C. tortmoq", + "D. barmoq bilan itarmoq" + ] + }, + { + numb: 15, + question: "to postpone", + answer: "B. keyinga qoldirmoq", + options: [ + "A. boshlashmoq", + "B. keyinga qoldirmoq", + "C. yakunlamoq", + "D. davom ettirmoq" + ] + }, + { + numb: 16, + question: "to splash", + answer: "C. sochilmoq", + options: [ + "A. quymoq", + "B. yig'moq", + "C. sochilmoq", + "D. tomchilamoq" + ] + }, + { + numb: 17, + question: "stubborn", + answer: "B. qaysar", + options: [ + "A. dangasa", + "B. qaysar", + "C. moslashuvchan", + "D. ko'ngli yumshoq" + ] + }, + { + numb: 18, + question: "suburb", + answer: "D. shahar chekkasi", + options: [ + "A. hudud", + "B. shahar markazi", + "C. poytaxt", + "D. shahar chekkasi" + ] + }, + { + numb: 19, + question: "tide", + answer: "A. suv sathi", + options: [ + "A. suv sathi", + "B. to'lqin", + "C. daryo", + "D. ko'l" + ] + }, + { + numb: 20, + question: "tragedy", + answer: "C. fojia", + options: [ + "A. komediya", + "B. drama", + "C. fojia", + "D. hikoya" + ] + } +]; + +export default savollar28; \ No newline at end of file diff --git a/quiz/static/JS/savollar29.js b/quiz/static/JS/savollar29.js new file mode 100644 index 0000000..cebccd8 --- /dev/null +++ b/quiz/static/JS/savollar29.js @@ -0,0 +1,224 @@ +let savollar29 = [ + { + numb: 1, + question: "bomb", + answer: "C. bomba", + options: [ + "A. sovg'a", + "B. asbob", + "C. bomba", + "D. o'yinchoq" + ] + }, + { + numb: 2, + question: "certificate", + answer: "D. sertifikat", + options: [ + "A. kundalik", + "B. hisob-kitob", + "C. jurnal", + "D. sertifikat" + ] + }, + { + numb: 3, + question: "circumstance", + answer: "A. vaziyat", + options: [ + "A. vaziyat", + "B. umid", + "C. orzu", + "D. tavakkal" + ] + }, + { + numb: 4, + question: "coffin", + answer: "B. tobut", + options: [ + "A. ko'chma", + "B. tobut", + "C. chemodan", + "D. shkaf" + ] + }, + { + numb: 5, + question: "to cope", + answer: "C. yengmoq", + options: [ + "A. yo'qotmoq", + "B. qo'rqmoq", + "C. yengmoq", + "D. chetlab o'tmoq" + ] + }, + { + numb: 6, + question: "criticism", + answer: "A. tanqid", + options: [ + "A. tanqid", + "B. maqtash", + "C. ruhiyat", + "D. taklif" + ] + }, + { + numb: 7, + question: "to devastate", + answer: "B. vayron qilmoq", + options: [ + "A. qurilish qilmoq", + "B. vayron qilmoq", + "C. tiklash", + "D. yaratmoq" + ] + }, + { + numb: 8, + question: "to frown", + answer: "D. xo'mraymoq", + options: [ + "A. kuylamoq", + "B. kulmoq", + "C. quvonmoq", + "D. xo'mraymoq" + ] + }, + { + numb: 9, + question: "to gaze", + answer: "A. tikilib qaramoq", + options: [ + "A. tikilib qaramoq", + "B. unutmoq", + "C. ko'zdan kechirmoq", + "D. e'tibor bermagan" + ] + }, + { + numb: 10, + question: "to glance", + answer: "C. nazar tashlamoq", + options: [ + "A. o'rganmoq", + "B. tekshirmoq", + "C. nazar tashlamoq", + "D. chuqurroq o'rganmoq" + ] + }, + { + numb: 11, + question: "grief", + answer: "B. qayg'u", + options: [ + "A. quvonch", + "B. qayg'u", + "C. hayajon", + "D. umid" + ] + }, + { + numb: 12, + question: "groom", + answer: "C. kuyov", + options: [ + "A. kelin", + "B. xizmatkor", + "C. kuyov", + "D. og'a" + ] + }, + { + numb: 13, + question: "license", + answer: "D. litsenziya", + options: [ + "A. sir", + "B. shartnoma", + "C. qonun", + "D. litsenziya" + ] + }, + { + numb: 14, + question: "microscope", + answer: "A. mikroskop", + options: [ + "A. mikroskop", + "B. teleskop", + "C. kamera", + "D. binokl" + ] + }, + { + numb: 15, + question: "nuclear", + answer: "C. yadroviy", + options: [ + "A. tabiy", + "B. organik", + "C. yadroviy", + "D. kimyoviy" + ] + }, + { + numb: 16, + question: "to portray", + answer: "B. tasvirlamoq", + options: [ + "A. ochib bermoq", + "B. tasvirlamoq", + "C. yashirmoq", + "D. uydirmoq" + ] + }, + { + numb: 17, + question: "to rotate", + answer: "A. aylanmoq", + options: [ + "A. aylanmoq", + "B. to'xtatmoq", + "C. bekitmoq", + "D. qattiq turmoq" + ] + }, + { + numb: 18, + question: "souvenir", + answer: "C. suvenir", + options: [ + "A. asbob", + "B. hujjat", + "C. suvenir", + "D. pul" + ] + }, + { + numb: 19, + question: "submarine", + answer: "B. suv osti kemasi", + options: [ + "A. vertalyot", + "B. suv osti kemasi", + "C. samalyot", + "D. kema" + ] + }, + { + numb: 20, + question: "to trace", + answer: "D. andoza olmoq", + options: [ + "A. chizmoq", + "B. yo'qotmoq", + "C. yashirmoq", + "D. andoza olmoq" + ] + } +]; + +export default savollar29; \ No newline at end of file diff --git a/quiz/static/JS/savollar3.js b/quiz/static/JS/savollar3.js new file mode 100644 index 0000000..cbce1a2 --- /dev/null +++ b/quiz/static/JS/savollar3.js @@ -0,0 +1,224 @@ +let savollar3 = [ + { + numb: 1, + question: "alley", + answer: "D. tor ko'cha", + options: [ + "A. ko'cha", + "B. yo'l", + "C. xiyobon", + "D. tor ko'cha" + ] + }, + { + numb: 2, + question: "ax", + answer: "B. bolta", + options: [ + "A. arra", + "B. bolta", + "C. bolg'a", + "D. pichoq" + ] + }, + { + numb: 3, + question: "bunch", + answer: "C. bog'lam", + options: [ + "A. to'da", + "B. to'plam", + "C. bog'lam", + "D. guruh" + ] + }, + { + numb: 4, + question: "chore", + answer: "A. yumush", + options: [ + "A. yumush", + "B. ermak", + "C. o'yin", + "D. sevimli ish" + ] + }, + { + numb: 5, + question: "decent", + answer: "D. yaxshigina", + options: [ + "A. yomon", + "B. past", + "C. mukammal", + "D. yaxshigina" + ] + }, + { + numb: 6, + question: "disgrace", + answer: "B. sharmandalik", + options: [ + "A. sharaf", + "B. sharmandalik", + "C. faxr", + "D. g'urur" + ] + }, + { + numb: 7, + question: "elbow", + answer: "C. tirsak", + options: [ + "A. tizza", + "B. yelka", + "C. tirsak", + "D. bilak" + ] + }, + { + numb: 8, + question: "grateful", + answer: "A. minnatdor", + options: [ + "A. minnatdor", + "B. beparvо", + "C. norozi", + "D. noshukur" + ] + }, + { + numb: 9, + question: "to irritate", + answer: "D. g'azablantirmoq", + options: [ + "A. tinchlantirmoq", + "B. xursand qilmoq", + "C. ovutmoq", + "D. g'azablantirmoq" + ] + }, + { + numb: 10, + question: "to kid", + answer: "B. hazillashmoq", + options: [ + "A. aldamoq", + "B. hazillashmoq", + "C. po'pisa qilmoq", + "D. ogohlantirmoq" + ] + }, + { + numb: 11, + question: "loose", + answer: "C. bo'sh", + options: [ + "A. mahkam", + "B. tor", + "C. bo'sh", + "D. tarang" + ] + }, + { + numb: 12, + question: "to offend", + answer: "A. xafa qilmoq", + options: [ + "A. xafa qilmoq", + "B. maqtamoq", + "C. xursand qilmoq", + "D. ruhlantirmoq" + ] + }, + { + numb: 13, + question: "overnight", + answer: "D. tuni bilan", + options: [ + "A. kunduzgi", + "B. ertalabki", + "C. kechki", + "D. tuni bilan" + ] + }, + { + numb: 14, + question: "to persist", + answer: "B. qat'iy turmoq", + options: [ + "A. voz kechmoq", + "B. qat'iy turmoq", + "C. shubhalanmoq", + "D. rad etmoq" + ] + }, + { + numb: 15, + question: "pine", + answer: "C. qarag'ay", + options: [ + "A. eman", + "B. qayin", + "C. qarag'ay", + "D. terak" + ] + }, + { + numb: 16, + question: "scar", + answer: "A. chandiq", + options: [ + "A. chandiq", + "B. yara", + "C. tirnalgan joy", + "D. kesik" + ] + }, + { + numb: 17, + question: "sensation", + answer: "D. his-tuyg'u", + options: [ + "A. fikr", + "B. g'oya", + "C. xotira", + "D. his-tuyg'u" + ] + }, + { + numb: 18, + question: "sled", + answer: "B. chana", + options: [ + "A. velosiped", + "B. chana", + "C. samokat", + "D. skeytbord" + ] + }, + { + numb: 19, + question: "to tease", + answer: "C. masxara qilmoq", + options: [ + "A. maqtamoq", + "B. qo'llab-quvvatlamoq", + "C. masxara qilmoq", + "D. ruhlantirmoq" + ] + }, + { + numb: 20, + question: "valentine", + answer: "A. mashuqa", + options: [ + "A. mashuqa", + "B. do'st", + "C. tanish", + "D. hamkasb" + ] + } + ]; + + export default savollar3; \ No newline at end of file diff --git a/quiz/static/JS/savollar30.js b/quiz/static/JS/savollar30.js new file mode 100644 index 0000000..537c09c --- /dev/null +++ b/quiz/static/JS/savollar30.js @@ -0,0 +1,224 @@ +let savollar30 = [ + { + numb: 1, + question: "appliance", + answer: "B. asbob", + options: [ + "A. dasta", + "B. asbob", + "C. mehanizm", + "D. texnologiya" + ] + }, + { + numb: 2, + question: "basin", + answer: "C. rakovina", + options: [ + "A. qozon", + "B. qum", + "C. rakovina", + "D. kassa" + ] + }, + { + numb: 3, + question: "broom", + answer: "D. supurgi", + options: [ + "A. chiroq", + "B. chang'i", + "C. qalam", + "D. supurgi" + ] + }, + { + numb: 4, + question: "caterpillar", + answer: "A. kapalak qurti", + options: [ + "A. kapalak qurti", + "B. kapalak", + "C. qo'ng'iz", + "D. to'tiqush" + ] + }, + { + numb: 5, + question: "cupboard", + answer: "B. shkaf", + options: [ + "A. stol", + "B. shkaf", + "C. tortma", + "D. komod" + ] + }, + { + numb: 6, + question: "delicate", + answer: "C. nozik", + options: [ + "A. qattiq", + "B. kuchli", + "C. nozik", + "D. murakkab" + ] + }, + { + numb: 7, + question: "to emerge", + answer: "D. paydo bo'lmoq", + options: [ + "A. kelmoq", + "B. ketmoq", + "C. yashirinmoq", + "D. paydo bo'lmoq" + ] + }, + { + numb: 8, + question: "handicap", + answer: "A. nogironlik", + options: [ + "A. nogironlik", + "B. kasallik", + "C. zaiflik", + "D. og'riq" + ] + }, + { + numb: 9, + question: "hook", + answer: "B. ilgak", + options: [ + "A. mex", + "B. ilgak", + "C. zanjir", + "D. ip" + ] + }, + { + numb: 10, + question: "to hop", + answer: "C. sakramoq", + options: [ + "A. otmoq", + "B. yugurmoq", + "C. sakramoq", + "D. tepmoq" + ] + }, + { + numb: 11, + question: "laundry", + answer: "D. kirlar", + options: [ + "A. libos", + "B. o'ralgan narsalar", + "C. matolar", + "D. kirlar" + ] + }, + { + numb: 12, + question: "to pursue", + answer: "A. ketidan quvmoq", + options: [ + "A. ketidan quvmoq", + "B. izlamoq", + "C. topmoq", + "D. kuzatmoq" + ] + }, + { + numb: 13, + question: "reluctant", + answer: "C. xoxlamaydigan", + options: [ + "A. qo'rqoq", + "B. tayyor", + "C. xoxlamaydigan", + "D. ishongan" + ] + }, + { + numb: 14, + question: "sleeve", + answer: "A. yeng", + options: [ + "A. yeng", + "B. yelka", + "C. qo'l", + "D. qo'lqop" + ] + }, + { + numb: 15, + question: "spine", + answer: "B. umurtqa", + options: [ + "A. asab", + "B. umurtqa", + "C. mushak", + "D. tana" + ] + }, + { + numb: 16, + question: "stain", + answer: "D. dog'", + options: [ + "A. rang", + "B. tomchi", + "C. chiqindi", + "D. dog'" + ] + }, + { + numb: 17, + question: "strip", + answer: "C. tasma", + options: [ + "A. bo'lak", + "B. chegara", + "C. tasma", + "D. yo'l" + ] + }, + { + numb: 18, + question: "to swear", + answer: "B. ont ichmoq", + options: [ + "A. va'da bermoq", + "B. ont ichmoq", + "C. so'ramoq", + "D. tasdiqlmoq" + ] + }, + { + numb: 19, + question: "to swing", + answer: "C. silkitmoq", + options: [ + "A. otmoq", + "B. tashlmoq", + "C. silkitmoq", + "D. aylantirmoq" + ] + }, + { + numb: 20, + question: "to utilize", + answer: "A. foydalanmoq", + options: [ + "A. foydalanmoq", + "B. sarflamoq", + "C. tejamoq", + "D. topmoq" + ] + } +]; + +export default savollar30; \ No newline at end of file diff --git a/quiz/static/JS/savollar4.js b/quiz/static/JS/savollar4.js new file mode 100644 index 0000000..95d2545 --- /dev/null +++ b/quiz/static/JS/savollar4.js @@ -0,0 +1,224 @@ +let savollar4 = [ + { + numb: 1, + question: "to bloom", + answer: "B. gullamoq", + options: [ + "A. qurimoq", + "B. gullamoq", + "C. so'lib qolmoq", + "D. o'smoq" + ] + }, + { + numb: 2, + question: "compact", + answer: "C. ixcham", + options: [ + "A. keng", + "B. tartibsiz", + "C. ixcham", + "D. katta" + ] + }, + { + numb: 3, + question: "curl", + answer: "D. jingalak", + options: [ + "A. tugun", + "B. ip", + "C. tasma", + "D. jingalak" + ] + }, + { + numb: 4, + question: "to decay", + answer: "A. chirimoq", + options: [ + "A. chirimoq", + "B. tiklanmoq", + "C. o'smoq", + "D. yaxshilanmoq" + ] + }, + { + numb: 5, + question: "dessert", + answer: "B. shirinlik", + options: [ + "A. sho'rva", + "B. shirinlik", + "C. asosiy taom", + "D. gazak" + ] + }, + { + numb: 6, + question: "to dip", + answer: "D. botirmoq", + options: [ + "A. quritmoq", + "B. olib tashlamoq", + "C. yuvmoq", + "D. botirmoq" + ] + }, + { + numb: 7, + question: "distant", + answer: "C. uzoq", + options: [ + "A. yaqin", + "B. ko'rinadigan", + "C. uzoq", + "D. tanish" + ] + }, + { + numb: 8, + question: "eclipse", + answer: "A. oy tutilishi", + options: [ + "A. oy tutilishi", + "B. soya", + "C. quyosh chiqishi", + "D. qorong'ilik" + ] + }, + { + numb: 9, + question: "fairy", + answer: "B. paricha", + options: [ + "A. arvoh", + "B. paricha", + "C. mitti odam", + "D. ajdaho" + ] + }, + { + numb: 10, + question: "grace", + answer: "A. noziklik", + options: [ + "A. noziklik", + "B. qattiqlik", + "C. shoshilish", + "D. harakatsizlik" + ] + }, + { + numb: 11, + question: "leisure", + answer: "B. bo'sh vaqt", + options: [ + "A. ish vaqti", + "B. bo'sh vaqt", + "C. majburiyat", + "D. kechikish" + ] + }, + { + numb: 12, + question: "mankind", + answer: "A. insoniyat", + options: [ + "A. insoniyat", + "B. hayvonot", + "C. tabiat", + "D. xalq" + ] + }, + { + numb: 13, + question: "passion", + answer: "C. kuchli ehtiros", + options: [ + "A. xotirjamlik", + "B. befarqlik", + "C. kuchli ehtiros", + "D. gumon" + ] + }, + { + numb: 14, + question: "pillow", + answer: "D. yostiq", + options: [ + "A. adyol", + "B. choyshab", + "C. to'shak", + "D. yostiq" + ] + }, + { + numb: 15, + question: "pulse", + answer: "A. puls", + options: [ + "A. puls", + "B. qon", + "C. yurak", + "D. ritm" + ] + }, + { + numb: 16, + question: "to refresh", + answer: "B. jonlantirmoq", + options: [ + "A. charchatmoq", + "B. jonlantirmoq", + "C. quritmoq", + "D. susaytirmoq" + ] + }, + { + numb: 17, + question: "to sneeze", + answer: "A. aksirmoq", + options: [ + "A. aksirmoq", + "B. yo'tirmoq", + "C. hushtak chalmoq", + "D. yig'lamoq" + ] + }, + { + numb: 18, + question: "spice", + answer: "B. ziravor", + options: [ + "A. shakar", + "B. ziravor", + "C. tuz", + "D. yog'" + ] + }, + { + numb: 19, + question: "to whistle", + answer: "D. hushtak chalmoq", + options: [ + "A. qo'shiq aytmoq", + "B. chaqirmoq", + "C. shivirlab aytmoq", + "D. hushtak chalmoq" + ] + }, + { + numb: 20, + question: "wool", + answer: "C. jun", + options: [ + "A. ipak", + "B. paxta", + "C. jun", + "D. charm" + ] + } + ]; + + export default savollar4; \ No newline at end of file diff --git a/quiz/static/JS/savollar5.js b/quiz/static/JS/savollar5.js new file mode 100644 index 0000000..0877963 --- /dev/null +++ b/quiz/static/JS/savollar5.js @@ -0,0 +1,225 @@ +let savollar5 = [ + { + numb: 1, + question: "to acquaint", + answer: "C. tanishmoq", + options: [ + "A. unutmoq", + "B. e'tiborsiz qoldirmoq", + "C. tanishmoq", + "D. olib tashlamoq" + ] + }, + { + numb: 2, + question: "cemetery", + answer: "B. qabriston", + options: [ + "A. bog'", + "B. qabriston", + "C. maydon", + "D. masjid" + ] + }, + { + numb: 3, + question: "to curse", + answer: "D. la'natlamoq", + options: [ + "A. duo qilmoq", + "B. hurmat qilmoq", + "C. ko'rsatmoq", + "D. la'natlamoq" + ] + }, + { + numb: 4, + question: "disguise", + answer: "A. niqob", + options: [ + "A. niqob", + "B. kiyim", + "C. qalqon", + "D. qurol" + ] + }, + { + numb: 5, + question: "fancy", + answer: "C. chiroyli", + options: [ + "A. oddiy", + "B. toza", + "C. chiroyli", + "D. eski" + ] + }, + { + numb: 6, + question: "flashlight", + answer: "B. fonar", + options: [ + "A. sham", + "B. fonar", + "C. lampa", + "D. oyna" + ] + }, + { + numb: 7, + question: "hood", + answer: "D. kapyushon", + options: [ + "A. sharf", + "B. shlyapa", + "C. ko'ylak", + "D. kapyushon" + ] + }, + { + numb: 8, + question: "inhabitant", + answer: "B. istiqomat qiluvchi", + options: [ + "A. mehmon", + "B. istiqomat qiluvchi", + "C. sayohatchi", + "D. xorijlik" + ] + }, + { + numb: 9, + question: "to nourish", + answer: "A. boqmoq", + options: [ + "A. boqmoq", + "B. unutmok", + "C. oziq yetkazmaslik", + "D. bekor qilish" + ] + }, + { + numb: 10, + question: "pirate", + answer: "C. qaroqchi", + options: [ + "A. dengizchi", + "B. sotuvchi", + "C. qaroqchi", + "D. kapitan" + ] + }, + { + numb: 11, + question: "publication", + answer: "B. nashr", + options: [ + "A. qo'lyozma", + "B. nashr", + "C. maqola", + "D. sxema" + ] + }, + { + numb: 12, + question: "riddle", + answer: "C. topishmoq", + options: [ + "A. savol", + "B. hazil", + "C. topishmoq", + "D. masala" + ] + }, + { + numb: 13, + question: "to rot", + answer: "B. chirimoq", + options: [ + "A. ko'karmoq", + "B. chirimoq", + "C. o'smoq", + "D. qurimoq" + ] + }, + { + numb: 14, + question: "to scare", + answer: "C. qo'rqitmoq", + options: [ + "A. tinchlantirmoq", + "B. quvontirmoq", + "C. qo'rqitmoq", + "D. zeriktirmoq" + ] + }, + { + numb: 15, + question: "shortly", + answer: "A. tez orada", + options: [ + "A. tez orada", + "B. hech qachon", + "C. juda uzoq", + "D. doimiy" + ] + }, + { + numb: 16, + question: "skeleton", + answer: "D. skelet", + options: [ + "A. suyaklar", + "B. haykal", + "C. shisha", + "D. skelet" + ] + }, + { + numb: 17, + question: "to spoil", + answer: "C. aynimoq", + options: [ + "A. yaxshilamoq", + "B. saqlamoq", + "C. aynimoq", + "D. yaxshilash" + ] + }, + { + numb: 18, + question: "to starve", + answer: "B. och qolmoq", + options: [ + "A. to'yib ovqatlanmoq", + "B. och qolmoq", + "C. rohatlanmoq", + "D. tinchlanmoq" + ] + }, + { + numb: 19, + question: "thrill", + answer: "A. hayajon", + options: [ + "A. hayajon", + "B. qo'rquv", + "C. mazza", + "D. tinchlik" + ] + }, + { + numb: 20, + question: "wicked", + answer: "D. yovuz", + options: [ + "A. yaxshi", + "B. mehribon", + "C. aqlli", + "D. yovuz" + ] + } + ]; + + export default savollar5; + \ No newline at end of file diff --git a/quiz/static/JS/savollar6.js b/quiz/static/JS/savollar6.js new file mode 100644 index 0000000..9153b52 --- /dev/null +++ b/quiz/static/JS/savollar6.js @@ -0,0 +1,224 @@ +let savollar6 = [ + { + numb: 1, + question: "to alert", + answer: "C. ogohlantirmoq", + options: [ + "A. e'tiborsiz qoldirmoq", + "B. unutmoq", + "C. ogohlantirmoq", + "D. yashirmoq" + ] + }, + { + numb: 2, + question: "broadcast", + answer: "A. ko'rsatuv", + options: [ + "A. ko'rsatuv", + "B. reklama", + "C. e'lon", + "D. jurnal" + ] + }, + { + numb: 3, + question: "bulletin", + answer: "D. yangiliklar", + options: [ + "A. intervyu", + "B. reklama", + "C. hujjatli film", + "D. yangiliklar" + ] + }, + { + numb: 4, + question: "bump", + answer: "B. ishik", + options: [ + "A. jaroxat", + "B. ishik", + "C. chandiq", + "D. yara" + ] + }, + { + numb: 5, + question: "to chop", + answer: "C. to'g'ramoq", + options: [ + "A. kesmoq", + "B. qirqmoq", + "C. to'g'ramoq", + "D. to'g'ramoq" + ] + }, + { + numb: 6, + question: "closet", + answer: "A. shkaf", + options: [ + "A. shkaf", + "B. javon", + "C. sandiq", + "D. tokcha" + ] + }, + { + numb: 7, + question: "to console", + answer: "D. yupatmoq", + options: [ + "A. tergamoq", + "B. koyimoq", + "C. qo'rqitmoq", + "D. yupatmoq" + ] + }, + { + numb: 8, + question: "district", + answer: "B. tuman", + options: [ + "A. shahar", + "B. tuman", + "C. viloyat", + "D. davlat" + ] + }, + { + numb: 9, + question: "drawer", + answer: "C. tortma", + options: [ + "A. tokcha", + "B. quti", + "C. tortma", + "D. javon" + ] + }, + { + numb: 10, + question: "to endure", + answer: "A. chidamoq", + options: [ + "A. chidamoq", + "B. qochmoq", + "C. yashirmoq", + "D. qutulmoq" + ] + }, + { + numb: 11, + question: "to execute", + answer: "B. qatl qilmoq", + options: [ + "A. hibsga olmoq", + "B. qatl qilmoq", + "C. hukm qilmoq", + "D. jazolamoq" + ] + }, + { + numb: 12, + question: "to grasp", + answer: "C. ushlamoq", + options: [ + "A. qo'yib yubormoq", + "B. tashlamoq", + "C. ushlamoq", + "D. silkitmoq" + ] + }, + { + numb: 13, + question: "rear", + answer: "D. orqa tomon", + options: [ + "A. old tomon", + "B. yon tomon", + "C. yuqori tomon", + "D. orqa tomon" + ] + }, + { + numb: 14, + question: "senator", + answer: "A. senator", + options: [ + "A. senator", + "B. vazir", + "C. sudya", + "D. elchi" + ] + }, + { + numb: 15, + question: "skull", + answer: "B. bosh suyagi", + options: [ + "A. umurtqa", + "B. bosh suyagi", + "C. qovurg'a", + "D. suyak" + ] + }, + { + numb: 16, + question: "to stir", + answer: "C. aralashtirmoq", + options: [ + "A. silkitmoq", + "B. qormoq", + "C. aralashtirmoq", + "D. ezmoq" + ] + }, + { + numb: 17, + question: "to tap", + answer: "A. bosmoq", + options: [ + "A. bosmoq", + "B. bosmoq", + "C. turtmoq", + "D. qattiq urmoq" + ] + }, + { + numb: 18, + question: "tremendous", + answer: "D. ulkan", + options: [ + "A. kichik", + "B. o'rtacha", + "C. normal", + "D. ulkan" + ] + }, + { + numb: 19, + question: "underneath", + answer: "B. ostida", + options: [ + "A. ustida", + "B. ostida", + "C. yonida", + "D. orasida" + ] + }, + { + numb: 20, + question: "worm", + answer: "C. chuvalchang", + options: [ + "A. ilon", + "B. qurt", + "C. chuvalchang", + "D. qo'ng'iz" + ] + } + ]; + +export default savollar6; \ No newline at end of file diff --git a/quiz/static/JS/savollar7.js b/quiz/static/JS/savollar7.js new file mode 100644 index 0000000..3d364c6 --- /dev/null +++ b/quiz/static/JS/savollar7.js @@ -0,0 +1,224 @@ +let savollar7 = [ + { + numb: 1, + question: "to abandon", + answer: "C. tashlab ketmoq", + options: [ + "A. saqlamoq", + "B. qaytmoq", + "C. tashlab ketmoq", + "D. ko'chmoq" + ] + }, + { + numb: 2, + question: "ambitious", + answer: "A. maqsadli", + options: [ + "A. maqsadli", + "B. dangasa", + "C. kamtar", + "D. befarq" + ] + }, + { + numb: 3, + question: "to bark", + answer: "D. hurmoq", + options: [ + "A. miyovlamoq", + "B. bo'kirmoq", + "C. sayramoq", + "D. hurmoq" + ] + }, + { + numb: 4, + question: "bay", + answer: "B. ko'rfaz", + options: [ + "A. sohil", + "B. ko'rfaz", + "C. daryo", + "D. ko'l" + ] + }, + { + numb: 5, + question: "brilliant", + answer: "C. ajoyib", + options: [ + "A. ahmoq", + "B. oddiy", + "C. ajoyib", + "D. o'rtacha" + ] + }, + { + numb: 6, + question: "chin", + answer: "A. iyak", + options: [ + "A. iyak", + "B. peshona", + "C. yonoq", + "D. burun" + ] + }, + { + numb: 7, + question: "complaint", + answer: "D. shikoyat", + options: [ + "A. maqtov", + "B. taklif", + "C. iltimos", + "D. shikoyat" + ] + }, + { + numb: 8, + question: "deaf", + answer: "B. kar", + options: [ + "A. ko'r", + "B. kar", + "C. soqov", + "D. cho'loq" + ] + }, + { + numb: 9, + question: "enthusiastic", + answer: "C. zavqlangan", + options: [ + "A. zerikarli", + "B. xafa", + "C. zavqlangan", + "D. befarq" + ] + }, + { + numb: 10, + question: "expedition", + answer: "A. ekspeditsiya", + options: [ + "A. ekspeditsiya", + "B. sayohat", + "C. sayr", + "D. safar" + ] + }, + { + numb: 11, + question: "horizon", + answer: "D. ufq", + options: [ + "A. osmon", + "B. quyosh", + "C. bulut", + "D. ufq" + ] + }, + { + numb: 12, + question: "loyal", + answer: "B. sodiq", + options: [ + "A. xoin", + "B. sodiq", + "C. dushman", + "D. befarq" + ] + }, + { + numb: 13, + question: "mayor", + answer: "C. hokim", + options: [ + "A. vazir", + "B. prezident", + "C. hokim", + "D. sudya" + ] + }, + { + numb: 14, + question: "mutual", + answer: "A. o'zaro", + options: [ + "A. o'zaro", + "B. bir tomonlama", + "C. turli", + "D. shaxsiy" + ] + }, + { + numb: 15, + question: "overweight", + answer: "D. juda semiz", + options: [ + "A. ozg'in", + "B. nozik", + "C. kelishgan", + "D. juda semiz" + ] + }, + { + numb: 16, + question: "refuge", + answer: "B. boshpana", + options: [ + "A. xavf", + "B. boshpana", + "C. yashirinish", + "D. uy" + ] + }, + { + numb: 17, + question: "to restore", + answer: "C. tiklamoq", + options: [ + "A. buzmoq", + "B. yangilamoq", + "C. tiklamoq", + "D. ta'mirlamoq" + ] + }, + { + numb: 18, + question: "to rub", + answer: "A. ishqalamoq", + options: [ + "A. ishqalamoq", + "B. urmoq", + "C. bosmoq", + "D. qashimoq" + ] + }, + { + numb: 19, + question: "senses", + answer: "B. sezgi organlari", + options: [ + "A. his-tuyg'ular", + "B. sezgi organlari", + "C. fikrlar", + "D. nervlar" + ] + }, + { + numb: 20, + question: "veterinarian", + answer: "C. veterinar", + options: [ + "A. shifokor", + "B. tish doktor", + "C. veterinar", + "D. hamshira" + ] + } + ]; + +export default savollar7; \ No newline at end of file diff --git a/quiz/static/JS/savollar8.js b/quiz/static/JS/savollar8.js new file mode 100644 index 0000000..4eb0896 --- /dev/null +++ b/quiz/static/JS/savollar8.js @@ -0,0 +1,224 @@ +let savollar8 = [ + { + numb: 1, + question: "anniversary", + answer: "B. yubiley", + options: [ + "A. tug'ilgan kun", + "B. yubiley", + "C. bayram", + "D. tantana" + ] + }, + { + numb: 2, + question: "arithmetic", + answer: "C. arifmetika", + options: [ + "A. geometriya", + "B. algebra", + "C. arifmetika", + "D. fizika" + ] + }, + { + numb: 3, + question: "ashamed", + answer: "A. uyalgan", + options: [ + "A. uyalgan", + "B. mamnun", + "C. xursand", + "D. g'urur" + ] + }, + { + numb: 4, + question: "to burst", + answer: "D. portlamoq", + options: [ + "A. sinmoq", + "B. yiqilmoq", + "C. uzilmoq", + "D. portlamoq" + ] + }, + { + numb: 5, + question: "carpenter", + answer: "B. duradgor", + options: [ + "A. g'isht teruvchi", + "B. duradgor", + "C. bo'yoqchi", + "D. santexnik" + ] + }, + { + numb: 6, + question: "coal", + answer: "C. ko'mir", + options: [ + "A. yog'och", + "B. tosh", + "C. ko'mir", + "D. qum" + ] + }, + { + numb: 7, + question: "couch", + answer: "A. divan", + options: [ + "A. divan", + "B. kursi", + "C. kreslo", + "D. stul" + ] + }, + { + numb: 8, + question: "to drip", + answer: "B. tomchilamoq", + options: [ + "A. oqmoq", + "B. tomchilamoq", + "C. quymoq", + "D. sachramoq" + ] + }, + { + numb: 9, + question: "elegant", + answer: "D. maftunkor", + options: [ + "A. oddiy", + "B. sodda", + "C. odatiy", + "D. maftunkor" + ] + }, + { + numb: 10, + question: "fabric", + answer: "C. mato", + options: [ + "A. teri", + "B. plastik", + "C. mato", + "D. metall" + ] + }, + { + numb: 11, + question: "highlands", + answer: "A. tog'li hudud", + options: [ + "A. tog'li hudud", + "B. pastlik", + "C. vodiy", + "D. tekislik" + ] + }, + { + numb: 12, + question: "ivory", + answer: "B. fil suyagi", + options: [ + "A. suyak", + "B. fil suyagi", + "C. shox", + "D. marmar" + ] + }, + { + numb: 13, + question: "mill", + answer: "D. tegirmon", + options: [ + "A. fabrika", + "B. ustaxona", + "C. omborxona", + "D. tegirmon" + ] + }, + { + numb: 14, + question: "needle", + answer: "C. igna", + options: [ + "A. qaychi", + "B. ip", + "C. igna", + "D. tugma" + ] + }, + { + numb: 15, + question: "to polish", + answer: "A. pardozlamoq", + options: [ + "A. pardozlamoq", + "B. tozalamoq", + "C. yuvmoq", + "D. artmoq" + ] + }, + { + numb: 16, + question: "to sew", + answer: "B. tikmoq", + options: [ + "A. to'qimoq", + "B. tikmoq", + "C. ilmoq", + "D. toximoq" + ] + }, + { + numb: 17, + question: "shed", + answer: "D. omborxona", + options: [ + "A. garaj", + "B. molxona", + "C. yerto'la", + "D. omborxona" + ] + }, + { + numb: 18, + question: "thread", + answer: "C. ip", + options: [ + "A. arqon", + "B. shnur", + "C. ip", + "D. jun" + ] + }, + { + numb: 19, + question: "to trim", + answer: "A. qisqartirmoq", + options: [ + "A. qisqartirmoq", + "B. kesmoq", + "C. qirqmoq", + "D. olmoq" + ] + }, + { + numb: 20, + question: "upwards", + answer: "B. yuqoriga", + options: [ + "A. pastga", + "B. yuqoriga", + "C. yonga", + "D. oldinga" + ] + } + ]; + +export default savollar8; \ No newline at end of file diff --git a/quiz/static/JS/savollar9.js b/quiz/static/JS/savollar9.js new file mode 100644 index 0000000..a86553a --- /dev/null +++ b/quiz/static/JS/savollar9.js @@ -0,0 +1,224 @@ +let savollar9 = [ + { + numb: 1, + question: "to ail", + answer: "C. azob bermoq", + options: [ + "A. davolamoq", + "B. parvarish qilmoq", + "C. azob bermoq", + "D. tuzatmoq" + ] + }, + { + numb: 2, + question: "ally", + answer: "B. ittifoqchi", + options: [ + "A. dushman", + "B. ittifoqchi", + "C. hamkasb", + "D. qo'shni" + ] + }, + { + numb: 3, + question: "to boast", + answer: "A. maqtanmoq", + options: [ + "A. maqtanmoq", + "B. gaplashmoq", + "C. shivirlamoq", + "D. muhokama qilmoq" + ] + }, + { + numb: 4, + question: "to bounce", + answer: "D. sakramoq", + options: [ + "A. tushmoq", + "B. otmoq", + "C. dumalatmoq", + "D. sakramoq" + ] + }, + { + numb: 5, + question: "bully", + answer: "C. bezori", + options: [ + "A. do'st", + "B. o'quvchi", + "C. bezori", + "D. o'qituvchi" + ] + }, + { + numb: 6, + question: "carbohydrate", + answer: "B. uglevod", + options: [ + "A. oqsil", + "B. uglevod", + "C. vitamin", + "D. mineral" + ] + }, + { + numb: 7, + question: "to crawl", + answer: "A. emaklamoq", + options: [ + "A. emaklamoq", + "B. yugurmoq", + "C. sakramoq", + "D. yurmoq" + ] + }, + { + numb: 8, + question: "to defeat", + answer: "C. yengmoq", + options: [ + "A. kurashmoq", + "B. yutqazmoq", + "C. yengmoq", + "D. taslim bo'lmoq" + ] + }, + { + numb: 9, + question: "dial", + answer: "B. siferblat", + options: [ + "A. strelka", + "B. siferblat", + "C. batareya", + "D. mexanizm" + ] + }, + { + numb: 10, + question: "dominant", + answer: "D. hukmron", + options: [ + "A. kuchsiz", + "B. oddiy", + "C. tinch", + "D. hukmron" + ] + }, + { + numb: 11, + question: "mercy", + answer: "A. rahm", + options: [ + "A. rahm", + "B. jazo", + "C. qasos", + "D. ayb" + ] + }, + { + numb: 12, + question: "to nod", + answer: "C. bosh qimirlatmoq", + options: [ + "A. bosh chayqamoq", + "B. bosh egmoq", + "C. bosh qimirlatmoq", + "D. bosh burmoq" + ] + }, + { + numb: 13, + question: "opponent", + answer: "B. raqib", + options: [ + "A. hamkor", + "B. raqib", + "C. do'st", + "D. hamkasb" + ] + }, + { + numb: 14, + question: "to quarrel", + answer: "D. janjallashmoq", + options: [ + "A. o'ynamoq", + "B. gaplashmoq", + "C. kulmoq", + "D. janjallashmoq" + ] + }, + { + numb: 15, + question: "rival", + answer: "A. raqobatchi", + options: [ + "A. raqobatchi", + "B. yordamchi", + "C. do'st", + "D. maslahatchi" + ] + }, + { + numb: 16, + question: "sore", + answer: "C. og'riqli", + options: [ + "A. sog'lom", + "B. kuchli", + "C. og'riqli", + "D. charchagan" + ] + }, + { + numb: 17, + question: "to sting", + answer: "B. sanchmoq", + options: [ + "A. tirnamoq", + "B. sanchmoq", + "C. urmoq", + "D. tishlamoq" + ] + }, + { + numb: 18, + question: "to strain", + answer: "D. zo'r bermoq", + options: [ + "A. dam olmoq", + "B. bo'shashmoq", + "C. taslim bo'lmoq", + "D. zo'r bermoq" + ] + }, + { + numb: 19, + question: "torture", + answer: "C. azob", + options: [ + "A. o'yin", + "B. mashq", + "C. azob", + "D. mehnat" + ] + }, + { + numb: 20, + question: "to wrestle", + answer: "A. kurashmoq", + options: [ + "A. kurashmoq", + "B. boks tushmoq", + "C. raqsga tushmoq", + "D. yugurmoq" + ] + } +]; + +export default savollar9; \ No newline at end of file