At MIC 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 Coordinator
We have an e-learning Coordinator for each MQA approved e-learning programs to ensure that all e-learning activities are carried out most effectively and efficiently
E-learning Roles and Responsibilities
-
Take a leadership role in e-learning program development, planning and program implementation
-
Provide Support for faculties and students
-
Developing e-learning resources
-
Assist in the e-learning administration
This is generally an additional responsibility given to an existing faculty based on merit.
Contact an E-learning Coordinator
Our E-learning Coordinators are available for consultation during regular work hours. Faculties and students may either call or mail to the relevant E-Learning Coordinator if you have any queries regarding your online program. The E-learning Coordinators will ensure they either help you out or connect you with the most appropriate staff.
FACULTY OF FOUNDATION STUDIES | ||
---|---|---|
![]() |
University Preparation Progam | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
![]() |
Advanced Certificate in Foundation Studies | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
FACULTY OF BUSINESS MANAGEMENT AND HOSPITALITY |
![]() |
Diploma in Business Administration | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
![]() |
Diploma in Accounting and Finance | Mr. Sayed Anwar sayed@micollege.edu.mv Phone:+9607908508 |
![]() |
Bachelor of Accounting and Finance | Mr. Sayed Anwar sayed@micollege.edu.mv Phone:+9607908508 |
![]() |
Bachelor of Business Administration | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
![]() |
Bachelor of Human Resource management | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
![]() |
Pre-masters for Master of Business Administration | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
![]() |
Master of Business Administration | Ms. Jumadha jumadha@micollege.edu.mv Phone:+9607816223 |
FACULTY OF SCIENCE, INFORMATION AND TECHNOLOGY |
![]() |
Bachelor of Graphics and Multimedia | Mr. Prabeesh prabeesh@micollege.edu.mv Phone:+9607983838 |
for E-learning facilitation
Activities
Calendar
Need Any Help?
Address
Niyandhurumaage, 7th floor, Alimas Magu, Male | Ph:3341545 | 3341535
Email Address
info@micollege.edu.mv | marketing@micollege.edu.mv
//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(); });