At MIC we try to provide most effective assistance to all our students and lectures in the delivery and management of e-learning at MIC. Hence we have a number of departments, Committees, Services and faculties identified
who can provide all the assistance you need
E-learning Faculty Liasons
We have an E-learning Faculty Liaison for each academic department to ensure that all e-learning activities are carried out most effectively and efficiently.
E-learning Roles and Responsibilities
-
The liaisons meet monthly during each semester to discuss online programs and program issues.
-
One of the primary functions of the liaisons is to provide a communication channel between each Faculty and Virtual Campus.
-
The liaisons are responsible for assisting with the development of policies and procedures to provide academic oversight of online initiatives and assist with online program planning and systematic review
-
This is generally an additional responsibility given to an existing faculty based on merit.
E-learning Faculty Liaisons’ Roles and Responsibilities
Contact an E-Learnng Faculty Liaison
Our E-learning Faculty Liaisons are available for consultation during regular work hours. Faculties and students may either call or mail to the relevant E-Learning Faculty Liaison if you have any queries regarding your online program. The E-learning Faculty Liaison will ensure they either help you out or connect you with the most
FACULTY OF FOUNDATION STUDIES | |
---|---|
![]() |
Mr. Ruban ruban@micollege.edu.mv Phone:+9609546007 |
FACULTY OF BUSINESS MANAGEMENT AND HOSPITALITY |
![]() |
Mr. Ruban ruban@micollege.edu.mv Phone:+9609546007 |
FACULTY OF SCIENCE, INFORMATION AND TECHNOLOGY |
![]() |
Mr. Prajul prajul@micollege.edu.mv Phone:+9607983838 |
USEFUL INFORMATION AND UPDATES
for E-learning facilitation
Activities
Calendar
Need Any Help?
//according to loftblog tut $('.nav li:first').addClass('active');
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(); });