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

Blocks

Skip Calendar

Calendar

◄   March |

April 2026

| May   ►
Monday Mon Tuesday Tue Wednesday Wed Thursday Thu Friday Fri Saturday Sat Sunday Sun
   
No events, Wednesday, 1 April 1
No events, Wednesday, 1 April 1
No events, Thursday, 2 April 2
No events, Thursday, 2 April 2
No events, Friday, 3 April 3
No events, Friday, 3 April 3
No events, Saturday, 4 April 4
No events, Saturday, 4 April 4
No events, Sunday, 5 April 5
No events, Sunday, 5 April 5
No events, Monday, 6 April 6
No events, Monday, 6 April 6
No events, Tuesday, 7 April 7
No events, Tuesday, 7 April 7
No events, Wednesday, 8 April 8
No events, Wednesday, 8 April 8
No events, Thursday, 9 April 9
No events, Thursday, 9 April 9
No events, Friday, 10 April 10
No events, Friday, 10 April 10
No events, Saturday, 11 April 11
No events, Saturday, 11 April 11
No events, Sunday, 12 April 12
No events, Sunday, 12 April 12
No events, Monday, 13 April 13
No events, Monday, 13 April 13
No events, Tuesday, 14 April 14
No events, Tuesday, 14 April 14
No events, Wednesday, 15 April 15
No events, Wednesday, 15 April 15
No events, Thursday, 16 April 16
No events, Thursday, 16 April 16
No events, Friday, 17 April 17
No events, Friday, 17 April 17
No events, Saturday, 18 April 18
No events, Saturday, 18 April 18
No events, Sunday, 19 April 19
No events, Sunday, 19 April 19
No events, Monday, 20 April 20
No events, Monday, 20 April 20
No events, Tuesday, 21 April 21
No events, Tuesday, 21 April 21
No events, Wednesday, 22 April 22
No events, Wednesday, 22 April 22
No events, Thursday, 23 April 23
No events, Thursday, 23 April 23
No events, Friday, 24 April 24
No events, Friday, 24 April 24
No events, Saturday, 25 April 25
No events, Saturday, 25 April 25
No events, Sunday, 26 April 26
No events, Sunday, 26 April 26
No events, Monday, 27 April 27
No events, Monday, 27 April 27
No events, Tuesday, 28 April 28
No events, Tuesday, 28 April 28
No events, Wednesday, 29 April 29
No events, Wednesday, 29 April 29
No events, Thursday, 30 April 30
No events, Thursday, 30 April 30
     
Full calendar

Welcome to Unijos Learning Management System


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