Ikrom Abdulahad (40)

KALIMALARNI SARALANG

const { useMemo, useState } = React; const quizId = "Kalima_turlari_drag_drop"; const sheetUrl = "https://script.google.com/macros/s/AKfycbwrEwOzUqu0Iz2gxngcQKIZEZ2XkbksOvMTXCIJL-B-5BjHjOhh-Bd-EYhrfe80FFj7/exec"; const groups = [ { id: "sahih_salim", title: "SAHIH SALIM", words: ["كَتَبَ", "جَلَسَ", "دَخَلَ"] }, { id: "mahmuz_sahih", title: "MAHMUZ SAHIH", words: ["أَخَذَ", "أَكَلَ", "أَمَرَ"] }, { id: "mahmuz_misol", title:…

Continue reading...

FE'L ASLIY HARFLARINI TOPING #2

const { useState } = React; const quizId = "Aslini_toping #2"; const questions = [ { q: "Quyidagi fe'lning asliy harflarini toping: تَلْتَوِيَانِ. Masalan: قول. (Harakatlar yozilmaydi. Faqatgina asliy harflari.)", answer: "لوي", explanation: "Bu fe'l لفيف مفروق turiga kiradi. Moziysi: اِلْتَوَى — egildi. Ikkilik muannas…

Continue reading...

KALIMA TURLARI MAVZUSI BO'YICHA TEST

const { useState } = React; const quizId = "Kalima_turlari"; const questions = [ /* SARF TUSHUNCHASI */ { q: "Sarf ilmi nimani o‘rganadi?", options: [ "Gapdagi so‘zlarning vazifasini", "So‘zlarning oxirgi harakatini", "Kalimalarning shakl va tuzilish o‘zgarishini", "Faqat fe’llarning ma’nosini" ], answer: 2, explanation: "Sarf…

Continue reading...

يَضْرِبُ - FE'LINI TA'KID NUNI BILAN TUSLASH

const { useState } = React; function App() { const quizId = "يَضْرِبُ_takid_tuslash"; const correctAnswers = [ "يَضْرِبَنَّ", "يَضْرِبَانِّ", "يَضْرِبُنَّ", "تَضْرِبَنَّ", "تَضْرِبَانِّ", "يَضْرِبْنَانِّ", "تَضْرِبَنَّ", "تَضْرِبَانِّ", "تَضْرِبُنَّ", "تَضْرِبِنَّ", "تَضْرِبَانِّ", "تَضْرِبْنَانِّ", "أَضْرِبَنَّ", "نَضْرِبَنَّ" ]; const labels = [ "هُوَ", "هُمَا (مُذَكَّرٌ)", "هُمْ", "هِيَ", "هُمَا (مُؤَنَّثٌ)", "هُنَّ", "أَنْتَ",…

Continue reading...

TA'KID NUNI MAVZUSI BO'YICHA TEST

const { useState } = React; const quizId = "Takid_nuni"; const questions = [ { q: "Ta’kid nuni istilohda qanday ta’riflanadi?", options: [ "Fe’lni majhulga aylantiradigan harf", "Gap ma’nosidagi shak-shubhani ko‘tarib, gapni quvvatlovchi harf", "Fe’lni muzore zamoniga o‘tkazuvchi harf", "Ismni fe’lga aylantiruvchi harf" ], answer:…

Continue reading...