Home » Course Layouts » Free Course Layout Udemy

Bachelor of homoeopathy program provides an opportunity to learn about health and wellness, along with different theories and practices used in alternative health care. The purpose of this program is to encourage students to make unceasing and diligent efforts to pursue holistic self-development to cultivate self-discipline and integrity, to nurture creativity into broad-minded future leaders with a mind to serve mankind.

0

English
English [CC]
COMING SOON
#course_button_368 .course_button.button,#course_button_368 input[type="submit"]{ display: flex;flex-wrap:wrap;align-items: center;justify-content: center;padding: 0 10px!important; } #course_button_368 .course_button.button>a{color:#fff;justify-content: space-around;} #course_price{display:none;}#course_price:checked+label+.wplms_price_dropdown{display:flex;}.wplms_price_dropdown { display:none;position: absolute;top: 100%;width: 100%; background: var(--highlight);box-shadow: 0px 2px 4px var(--shadow); color: var(--text);flex-direction: column; left: 0;padding: 0.5rem 0;} .course_button.full.button a { flex: 1;display:flex;flex-wrap:wrap; } .course_button.full.button .amount { color: var(--text) !important; }.course_button_wrapper.fix .wplms_price_dropdown{top: auto;bottom: 100%;box-shadow: 0px -2px 4px var(--shadow)} .wplms_price_dropdown>a { padding: 0.5rem 1rem; } .wplms_price_dropdown > a+a { border-top: 1px dashed var(--border); }.course_button .extra_details{display: flex;font-size: 0.8rem;width: 100%;justify-content: space-between;}.course_button .extra_details>span{flex:1;} .the_course_button.is-loading{opacity:0.5}
What you'll learn Course content Reviews Instructors
Description

These competency elements are in line with the need of the student's future workplace and critical for successful careers development in various Homeopathic institutes and hospitals. A homoeopathic practitioner may look at the career as a medical representative or as a doctor in a private or government hospital. The professionals in this field can work in companies that deals with the homoeopathic preparations.

Course content
document.addEventListener('DOMContentLoaded',function(){ if(document.querySelector('.the_course_button .course_button')){ document.querySelectorAll('.course_curriculum .item_title a:not(.curriculum_unit_popup)').forEach(function(el){ el.addEventListener('click',function(){ document.querySelector('.the_course_button .course_button').click(); }); }); } }); .course_curriculum .course_section { padding: 1rem 0; } .course_curriculum .course_section > td { border: none; padding: 1rem 0; } .course_curriculum .unit_description { display: none; padding: 1rem; font-size: 14px; border: none; border: 1px solid var(--border); border-top: none; background: var(--border); } .course_curriculum .unit_description > td { padding: 1rem; } .course_curriculum .course_lesson { margin: 0; padding: 1rem; border: none; border: 1px solid var(--border); border-top:none; position: relative; display:flex; gap:10px; } .course_curriculum .course_lesson .curriculum-icon > svg { width: 1rem; height: 1rem; } .course_curriculum .course_lesson span.free { padding: 2px 8px; border-radius: 2px; background: var(--success); color: #fff; } .course_curriculum .course_lesson span.time { display:flex; flex-direction: flex-end; letter-spacing: 1px; } .course_curriculum .course_lesson span.time{ display:flex; align-items:center; gap:5px; } .course_curriculum .course_lesson span.unit_description_expander { font-size: 10px; } .course_curriculum .course_lesson span.unit_description_expander:before { content: "\e61a"; font-family: 'vicon'; } .course_curriculum .course_lesson .curriculum_unit_popup { display: block; font-size: 10px; cursor: pointer; letter-spacing: 1px; } .course_curriculum.accordion .course_section { margin: 0; } .course_curriculum.accordion .course_section > td { position: relative; } .course_curriculum.accordion .course_section > td:after { content: "\e61a"; font-family: 'vicon'; color: var(--border); font-size: 24px; position: absolute; right: 0; top: 10px; } .course_curriculum.accordion .course_section.show { display: table !important; width: 100%; } .course_curriculum.accordion .course_section.show > td:after { content: "\e622"; } .course_curriculum.accordion .course_lesson { display: none; } .course_curriculum.accordion .course_lesson.show { display: table !important; width: 100%; } .course_curriculum ul{border-top:1px solid var(--border);} .course_curriculum,.course_curriculum ul { padding: 0; list-style: none; margin: 0; } .course_curriculum li { padding: 0; } .course_curriculum input[type="checkbox"] { display: none; } .course_curriculum li > ul li { display: flex; align-items: center; padding: 10px; } .course_curriculum .item_title { flex: 1; } .course_section label { font-size: 1.4rem; font-weight: 600; }
N.A
0 ratings
5 stars04 stars03 stars02 stars01 stars0

No Reviews found for this course.

.reviewlist.commentlist li .comment-text p span.second_content{ display:none; } .reviewlist.commentlist li .comment-text p.show_more span.second_content{ display:initial; } .reviewlist.commentlist li .comment-text p.show_more span.dots{ display:none; } .reviewlist.commentlist li .comment-text .comment_text span.second_content{ display:none; } .reviewlist.commentlist li .comment-text .comment_text.show_more span.second_content{ display:initial; } .reviewlist.commentlist li .comment-text .comment_text.show_more span.dots{ display:none; } .course_reviews_wrapper .comment-avatar { width: 64px; border-radius: 50%; overflow: hidden; height: 64px; margin-top: 10px; } .course_reviews_wrapper .comment-body-inner { display: flex; gap: 1rem; } .course_reviews_wrapper .comment-body-content { flex: 1; } .course_reviews_wrapper .comment-meta { display: flex; gap: 1rem; } var excerpt_len = 20; var rm_text = 'Read More'; var rm_text_less = 'Read Less'; var selectorreviewlist = document.querySelectorAll('.reviewlist.commentlist li'); if(selectorreviewlist && selectorreviewlist.length){ for (var i = 0; i excerpt_len){ var first = '';var second = ''; for (var j = 0; j < words.length; j++) { if(j<excerpt_len){ first += words[j]+' '; }else{ second += words[j]+' '; } } selectorreviewlist[i].querySelector('.comment-text .comment_text').innerHTML = ''+first+'...'+second+''+rm_text+''; } } } function LmsReviewReadMo(event){ if(event.target.parentNode && event.target.parentNode.classList && event.target.parentNode.classList.contains('show_more')){ event.target.parentNode.classList.remove('show_more'); event.target.innerText = rm_text; }else{ event.target.parentNode.classList.add('show_more'); event.target.innerText = rm_text_less; } } (function(){ let url = window.location.href; if(url.includes('?cpaged') || url.includes('&cpaged')){ if(document.querySelector("ol.reviewlist.commentlist")){ document.querySelector("ol.reviewlist.commentlist").scrollIntoView(); } } })();
Instructor
Lincoln University College
Management
0
0
300
29
Lincoln University College (LUC), located at Petaling Jaya, Malaysia was established in the year 2002 as Lincoln College (LC) and later upgraded to Lincoln University College in the year 2011. Lincoln University College is one of the premier private institutions of higher education approved by the Ministry of Higher Education and Malaysian Qualifications Agency (MQA- National Accreditation Board). The University College is also crowned with 5 Star ranking by the Ministry of Higher Education, Malaysia in 2017. Lincoln University College is listed among the top nine Malaysian universities according to the Times Higher Education (THE) University Impact Rankings 2019. LUC is also an ISO 9001:2015 certified academic institution. Lincoln University College is also the associate member of the ‘Association of Indian Universities (AIU)’, Association of Commonwealth Universities (ACU), London and a member of ‘International Association of Universities (IAU)’, Paris. The founders and administrators of Lincoln are true academicians who are committed to helping the students to achieve their potential in the education, research and employment world of this exciting new millennium. They bring together almost fifty years of higher education, post-secondary education and language teaching experience. Their backgrounds include teaching, research and professional training. The main focus of Lincoln University College is student-centered and student-directed. Our philosophy is that everyone has a claim to education to better their life, advance their career and reach their desired level of personal success.
Explore Free Courses
Access valuable knowledge without any cost.
{"title":"","show_title":"0","post_type":"course","taxonomy":"course-cat","term":"engineering-skills,health-and-safety","post_ids":"","course_style":"free","featured_style":"course6","masonry":"","grid_columns":"clear4 col-md-3","column_width":"268","gutter":"30","grid_number":"4","infinite":"","pagination":"","grid_excerpt_length":"20","grid_link":"1","grid_search":"0","course_type":"","css_class":"","container_css":"","custom_css":""}
ul.grid{margin:0 -15px;}