Report a question

You cannot submit an empty report. Please add some details.
0%
0 votes, 0 avg
3






QuizGK Professional Click Start Summary

🧠

কুইজের সারাংশ

বিষয়ঃ ৩১ মে কারেন্ট অ্যাফেয়ার্স
📄

20
মোট প্রশ্ন

30
মিনিট

🎯

+1
সঠিক

-0.33
ভুল

📖
পূর্ণমান20
🏅
পাস40%
🔀
প্রশ্নমিক্স
🛡
রেজাল্টসাথে
📣 গুরুত্বপূর্ণ নির্দেশনা
সব প্রশ্ন মনোযোগ দিয়ে উত্তর দিন
নির্দিষ্ট সময়ের মধ্যে শেষ করুন
🛡Back button ব্যবহার করবেন না
🏆শেষ হলে result দেখতে পাবেন
📊ভুল উত্তরে negative mark থাকবে

🚀 কুইজ শুরু করুন

Time over


৩১ মে কারেন্ট অ্যাফেয়ার্স

1 / 20

1. Mario Miranda-র সম্মানে কী প্রকাশ করা হয়েছে?

2 / 20

2. HPV Vaccination Drive কোন রোগ প্রতিরোধের জন্য চালু হয়েছে?

3 / 20

3. HPV Vaccination Drive মূলত কোন বয়সের মেয়েদের জন্য?

4 / 20

4. HPV টিকার লক্ষ্য কোন ক্যান্সার প্রতিরোধ করা?

5 / 20

5. Pre-Monsoon বৃষ্টি কোন রাজ্যে শুরু হয়েছে?

6 / 20

6. Mario Miranda কোন পেশার জন্য বিখ্যাত ছিলেন?

7 / 20

7. IMD-এর পূর্ণরূপ কী?

8 / 20

8. World Yogasana Championship 2026 প্রথম কোন দেশ চালু করেছে?

9 / 20

9. BRICS-এ ভারতের প্রতিনিধিত্ব করেন কে?

10 / 20

10. ভারত ও চীনের মধ্যে কততম WMCC বৈঠক অনুষ্ঠিত হয়েছে?

11 / 20

11. ভারতের অর্থনৈতিক স্থিতিশীলতা নিয়ে রিপোর্ট প্রকাশ করেছে কোন বিভাগ?

12 / 20

12. WMCC-এর সঙ্গে কোন দুই দেশ জড়িত?

13 / 20

13. BRICS-এর B অক্ষরটি কোন দেশের প্রতিনিধিত্ব করে?

14 / 20

14. BRICS বৈঠকে ভারত কোন আন্তর্জাতিক সংস্থার সংস্কারের দাবি জানিয়েছে?

15 / 20

15. ABVP-এর কেন্দ্রীয় কর্মসমিতির বৈঠক কোথায় অনুষ্ঠিত হয়েছে?

16 / 20

16. World Yogasana Championship 2026-এর সূচনা করেন কে?

17 / 20

17. World Yogasana Championship 2026 কোন ক্ষেত্রের সঙ্গে সম্পর্কিত?

18 / 20

18. খাদ্যদ্রব্যের দামের বিষয়ে মন্তব্য করেন কে?

19 / 20

19. DEA-এর পূর্ণরূপ কী?

20 / 20

20. DEA রিপোর্টে ভারতের অর্থনীতিকে কী বলা হয়েছে?

The average score is 18%

 

✅ Your Unlocked Premium Categories

আপনি যে premium categories কিনেছেন, সেগুলো নিচে দেখানো হলো। Category-তে click করলে সরাসরি quiz list/open হবে।

Loading...

🔒 Premium Access

Premium quiz কিনতে হলে আগে registration / login করতে হবে।

আগে register/login করুন।
User photo

এই mobile number আগে ব্যবহার হয়েছে

নিচের user profile-এ এই mobile number দিয়ে আগে premium category/order করা হয়েছে। দয়া করে অন্য mobile number দিন।

Name-
Email-
Security reason-এর জন্য পুরো email দেখানো হচ্ছে না।

আপনি এই পৃষ্ঠার বিষয়বস্তু কপি করতে পারবেন না

📚

Subjects

👤
Quiz User
Remaining Time
--:--
0 Answered
0 Not
Answered
0 Not
Visited
0 Marked
for Review
0 Answered & Marked for Review
(will also be evaluated)
Quiz Panel
Choose a Question
Wrong Answers 0
📚

Mistake Revision Panel

Track wrong answers, review instantly, export for later practice.
0Wrong
0Review
2Export
No wrong answers yet
ভুল উত্তর দিলে এখানে automatically জমা হবে। পরে Excel/PDF export করতে পারবেন।
';printWindow.document.open(); printWindow.document.write(documentHtml); printWindow.document.close(); printWindow.focus(); window.setTimeout(function(){ printWindow.print(); }, 300); }function downloadInvoice(data){ const documentHtml = '' + esc(data.invoice_no || 'Invoice') + '' + invoiceHtml(data) + '';const blob = new Blob([documentHtml], {type:'text/html;charset=utf-8'}); const url = URL.createObjectURL(blob); const link = document.createElement('a'); link.href = url; link.download = (data.invoice_no || 'quizgk-invoice') + '.html'; document.body.appendChild(link); link.click(); link.remove();window.setTimeout(function(){ URL.revokeObjectURL(url); }, 1000); }document.addEventListener('click', function(event){ let button = event.target.closest('.qgk-view-invoice'); if (button) { event.preventDefault(); event.stopPropagation(); openInvoice(readData(button)); return; }button = event.target.closest('.qgk-print-invoice'); if (button) { event.preventDefault(); event.stopPropagation(); printInvoice(readData(button)); return; }button = event.target.closest('.qgk-download-invoice'); if (button) { event.preventDefault(); event.stopPropagation(); downloadInvoice(readData(button)); } });const closeButton = modal.querySelector('.qgk-invoice-close'); if (closeButton) { closeButton.addEventListener('click', function(){ modal.style.setProperty('display','none','important'); document.documentElement.style.overflow = ''; }); }modal.addEventListener('click', function(event){ if (event.target === modal) { modal.style.setProperty('display','none','important'); document.documentElement.style.overflow = ''; } });const printButton = document.getElementById('qgkInvoicePrintBtn'); if (printButton) { printButton.addEventListener('click', function(){ if (currentInvoice) printInvoice(currentInvoice); }); }const downloadButton = document.getElementById('qgkInvoiceDownloadBtn'); if (downloadButton) { downloadButton.addEventListener('click', function(){ if (currentInvoice) downloadInvoice(currentInvoice); }); } }if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', qgkInvoiceInit); } else { qgkInvoiceInit(); } })();