STUDENT TECHNOLOGY TRAINING
Welcome to Student Technology Training Page. We have a very detailed orientation session at each semester for the students. If you have an issue with your college assigned hardware, software or any application, please contact us.
Operating Hours: 0900 hrs to 2200 hours except for Fridays and public holidays.
Call: +9607332150
Email: info@micollege.edu.mv.
REPORT A PROBLEM
Use our Self Service
FRESH E-LEARNING STUDENTS
Ay fresh student who join an e-learning program for the first time, is recommended to complete our self paced Orientation to E-Learning Module which will typically take you about 5 hours to complete. Please click the button on the left.
How to Use
GET HELP WITH
USEFUL INFORMATION AND UPDATES
Calendar for Training
and Activities
Calendar
Need Any Help?
var showSection = function showSection(section, isAnimate) { var direction = section.replace(/#/, ''), reqSection = $('.section').filter('[data-section="' + direction + '"]'), reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) { $('body, html').animate({ scrollTop: reqSectionPos }, 800); } else { $('body, html').scrollTop(reqSectionPos); }
};
var checkSection = function checkSection() { $('.section').each(function () { var $this = $(this), topEdge = $this.offset().top - 80, bottomEdge = topEdge + $this.height(), wScroll = $(window).scrollTop(); if (topEdge < wScroll && bottomEdge > wScroll) { var currentId = $this.data('section'), reqLink = $('a').filter('[href*=\\#' + currentId + ']'); reqLink.closest('li').addClass('active'). siblings().removeClass('active'); } }); };
$('.main-menu, .responsive-menu, .scroll-to-section').on('click', 'a', function (e) { e.preventDefault(); showSection($(this).attr('href'), true); });
$(window).scroll(function () { checkSection(); });