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 Management Science
  3. Accounting

Accounting

  • 1 Page 1
  • 2 Page 2
  • » Next page
ACC124: Introduction to Computer
ACC224 Computer Application
ACC425 MIS
ACC 312 Cost Accounting
ACS 223 Introduction to Financial Accounting II
ACC 322 Management Accounting
ACC 314 Production Management
ACC 428 International Financial Reporting Standard(IFRS)
ACC 238 Mining Accounting
ACC 122 Business Mathematics II
ACC 325 Taxation
ACC 429 International Public Sector Statement of Accounting Standard
ACC 225 Corporate Governance
ACC 414 Advance Financial Accounting
ACC 123 Introduction to Business II
ACC 214 Business Law I
ACC 227 History and Structure of Nigeria Economy
ACC 222 Introduction to Cost and Management Accounting
ACC 127 Nigerian Legal System
ACC 113 Introduction to Business I
  • 1 Page 1
  • 2 Page 2
  • » Next page
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