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. Business Administration

Business Administration

  • 1 Page 1
  • 2 Page 2
  • » Next page
Research Method
BUS222 Computer Application
Introduction to Computer
ORGANISATIONAL BEHAVIOUR
Industrial Psychology (PSY 214)
Data Processing, System Analysis & Design (BUS316)
MAN 709 Computer in Organization
Total Quality Management (BUS 413)
Introduction to Business I (BUS112)
MBA 805 ICT Management
Analysis for Business Decision (BUS 415)
Principles of Management (BUS 212)
Quantitative Analysis (MAN 807)
Introduction to Business Economics I (BUS 114)
Production Management (BUS 323)
MARKETING OF SERVICES (BUS 328)
Quantitative Analysis (BUS 315)
Entrepreneurial Skill Development (BUS 423)
Supply Chain Management (BUS 310)
HUMAN RESOURCE MANAGEMENT(BUS 313)
  • 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