Skip to main content
Unijos LMS
  • Home
  • eServices
  • Course search
  • Portal
  • E-mail
  • Unijos Homepage
  • Library
  • eClass
  • Contact Us
  • More
Close
Toggle search input
Log in
Unijos LMS
Home eServices Course search Portal E-mail Unijos Homepage Library eClass Contact Us
  1. Courses
  2. Faculty of Natural Sciences

Faculty of Natural Sciences

Expand all

Chemistry

Computer Science

Geology

Mathematics

Microbiology

Physics

Plant Science Technology

Science Laboratory Technology

Zoology

Remedial Sciences 2021/2022

Premedial E.learning Material

To keep the students abreast of what remedial sciences course entails.

Contact site support
You are not logged in. (Log in)
Data retention summary
Get the mobile app document.addEventListener("keydown", function (event) { event.preventDefault(); // Prevent default browser behavior // Select answer choices A, B, C, D if (event.key.toUpperCase() === "A") { let choiceA = document.querySelector('.answer input[type="radio"]:nth-child(1), .answer input[type="checkbox"]:nth-child(1)'); if (choiceA) choiceA.click(); } if (event.key.toUpperCase() === "B") { let choiceB = document.querySelector('.answer input[type="radio"]:nth-child(2), .answer input[type="checkbox"]:nth-child(2)'); if (choiceB) choiceB.click(); } if (event.key.toUpperCase() === "C") { let choiceC = document.querySelector('.answer input[type="radio"]:nth-child(3), .answer input[type="checkbox"]:nth-child(3)'); if (choiceC) choiceC.click(); } if (event.key.toUpperCase() === "D") { let choiceD = document.querySelector('.answer input[type="radio"]:nth-child(4), .answer input[type="checkbox"]:nth-child(4)'); if (choiceD) choiceD.click(); } // Navigate to Next question (N key) if (event.key.toUpperCase() === "N") { let nextButton = document.querySelector('[name="next"]'); if (nextButton) nextButton.click(); } // Navigate to Previous question (P key) if (event.key.toUpperCase() === "P") { let prevButton = document.querySelector('[name="previous"]'); if (prevButton) prevButton.click(); } // Submit Quiz (S key) if (event.key.toUpperCase() === "S") { let submitButton = document.querySelector('[name="next"], [name="finishattempt"]'); if (submitButton && submitButton.value.toLowerCase().includes("submit")) { submitButton.click(); } } }); document.addEventListener("DOMContentLoaded", function () { let quizText = document.querySelector(".quizquestiontext"); if (quizText) { let speech = new SpeechSynthesisUtterance(quizText.innerText); speech.lang = "en-US"; // Change as needed speechSynthesis.speak(speech); } });
Powered by Moodle