Wednesday, 6 May 2026

Mock Test 2 Section B DBT BET

DBT BET JRF - Section B (Mock 2)

Advanced Core Biotech | 75 Questions | Attempt ANY 50

Images & Tricky Numericals included. Choices lock after 50 attempts.

Section B (Hard Level)

Time: 180:00
Section B (Select Maximum 50)
Q. 1 +3, -1
Loading...
    Attempted: 0 / 50 Max
    0
    Ans
    0
    Unans
    0
    Unvis
    0
    Marked
    // === STRICT KIOSK LOCKDOWN SECURITY === let warningCount = 0; document.addEventListener('contextmenu', event => event.preventDefault()); // Disable Right Click document.addEventListener('keydown', function(e) { if (e.key === 'F12' || (e.ctrlKey && e.shiftKey && e.key === 'I') || (e.ctrlKey && e.key === 'c') || (e.ctrlKey && e.key === 'v') || (e.ctrlKey && e.key === 'p')) { e.preventDefault(); return false; // Disable shortcuts } }); document.addEventListener("visibilitychange", () => { if (document.visibilityState === 'hidden' && mockAppActive) { warningCount++; alert(`SECURITY WARNING (${warningCount}/3): Tab switching is strictly prohibited!`); if(warningCount >= 3) { alert("Maximum violations reached. Auto-submitting exam."); finishMockExam(); } } }); // ======================================

    No comments:

    Post a Comment