{"id":123829,"date":"2026-01-21T09:16:58","date_gmt":"2026-01-21T07:16:58","guid":{"rendered":"https:\/\/lsmu.lt\/?page_id=123829"},"modified":"2026-01-28T16:10:51","modified_gmt":"2026-01-28T14:10:51","slug":"frequently-asked-questions-faq","status":"publish","type":"page","link":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/","title":{"rendered":"Frequently asked questions (FAQ)"},"content":{"rendered":"<\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"general-questions\">\n                                                    <div class=\"acc-head\">\n                                General questions                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"how-to-log-in-to-university-systems\">\n                                                    <div class=\"acc-head\">\n                                How to log in to University systems?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can find access to the University systems <a href=\"https:\/\/lsmu.lt\/en\/student-logins\/\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Initial login credentials are created as follows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">example: <em>Firstname Lastname<\/em>, date of birth: 2000-10-15:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Username: firslast1015@kmu.lt<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Password: firslast2000<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-can-i-change-update-my-personal-data\">\n                                                    <div class=\"acc-head\">\n                                How can I change\/update my personal data?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Submit a request in LSMUSIS. Your data will be updated by an employee of the Study Centre. The changes will appear in other systems after some time. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#personal-data\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-is-a-student-card-how-do-i-get-it\">\n                                                    <div class=\"acc-head\">\n                                What is a student card? How do I get it?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">It is a laminated name badge intended to be worn on work clothing (e.g., a lab coat) for identification purposes. You do not need to order it\u2014cards are automatically issued for all first-year students. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#student-card\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-are-lsp-isic-how-do-i-get-them\">\n                                                    <div class=\"acc-head\">\n                                What are LSP\/ISIC? How do I get them?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">LSP \u2013 the Lithuanian Student Identity Card issued by the Lithuanian National Union of Students. You can order it at: <a href=\"http:\/\/www.lsp.lt\">www.lsp.lt<\/a>. ISIC \u2013 the International Student Identity Card issued by the ISIC representatives in Lithuania. You can order it at: <a href=\"http:\/\/www.isic.lt\">www.isic.lt<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The University is not involved in the production or distribution of these cards.<\/strong> More information can be provided by the LSMU Student Union: <a href=\"mailto:info@lsmusa.lt\">info@lsmusa.lt<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-need-a-certificate-from-the-university-where-should-i-apply\">\n                                                    <div class=\"acc-head\">\n                                I need a certificate from the University. Where should I apply?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can order certificates confirming your student status, study duration or funding, as well as payment records, via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For non-standard certificates, completion and signing of submitted forms, please contact the Study Centre: <a href=\"mailto:infos@lsmu.lt\">infos@lsmu.lt<\/a>. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#certificates\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"dormitory\">\n                                                    <div class=\"acc-head\">\n                                Dormitory                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"how-many-and-what-types-of-dormitories-does-lsmu-have\">\n                                                    <div class=\"acc-head\">\n                                How many and what types of dormitories does LSMU have?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">We have 3 dormitories for our international students located near the several areas of the city: LSMU hospital Kaunas Clinics, LSMU Veterinary Academy, and \u017daliakalnis (near the city centre).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some dormitories are newly renovated, while others have been partially updated. You can find more information about the dormitories (including photos) <a href=\"https:\/\/lsmu.lt\/en\/for-students\/accommodation\/#dormitory-no-8\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-can-i-get-a-place-in-a-dormitory\">\n                                                    <div class=\"acc-head\">\n                                How can I get a place in a dormitory?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">The University offers a <strong>limited number of places<\/strong> at the student dormitory. Online applications will become available after enrolment, which is indicated when the applicant\u2019s status in the <em>Dream Apply<\/em> system changes to <em>Enrolled<\/em>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-and-how-will-i-know-if-i-have-received-a-place-in-the-dormitory\">\n                                                    <div class=\"acc-head\">\n                                When and how will I know if I have received a place in the dormitory?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">If you are offered a place in a University dormitory, you will be notified personally within one month.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-is-it-decided-whether-a-student-will-receive-a-dormitory-place\">\n                                                    <div class=\"acc-head\">\n                                How is it decided whether a student will receive a dormitory place?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Allocation of accommodation will be based on the actual needs and reasoning provided by the student in their application. The Housing Department will assess the demand and the availability of vacant rooms.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"im-an-upper-year-student-can-i-get-a-dormitory\">\n                                                    <div class=\"acc-head\">\n                                I\u2019m an upper year student; can I get a dormitory?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">No. Upper year students are required to find accommodation in the city by themselves. Admission officers in the International Relations and Study Centre may assist you. Also, more information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/accommodation\/#dormitory-no-1\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-get-a-reduction-in-dormitory-rent\">\n                                                    <div class=\"acc-head\">\n                                Can I get a reduction in dormitory rent?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, if you meet at least one of the following criteria:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You are a member of the Dormitory Commission.<\/li>\n\n\n\n<li>You are a member of the Dormitory Council.<\/li>\n\n\n\n<li>You are a student raising a child.<\/li>\n\n\n\n<li>You are an orphan.<\/li>\n\n\n\n<li>You are a student with a disability.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Submit your rent reduction request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>, and do not forget to attach the required documents.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-change-my-dormitory\">\n                                                    <div class=\"acc-head\">\n                                Can I change my dormitory?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, if there are available places in the dormitory you wish to move to.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Submit a dormitory change request in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"schedule\">\n                                                    <div class=\"acc-head\">\n                                Schedule                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"where-can-i-find-my-study-schedule\">\n                                                    <div class=\"acc-head\">\n                                Where can I find my study schedule?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">After logging in to <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>, under the <em>Schedule<\/em> section:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em>My Schedule<\/em> \u2013 you will see your personal schedule (available once the semester begins).<\/li>\n\n\n\n<li><em>Schedule<\/em> \u2013 you can view any schedule by selecting the desired filters.<\/li>\n\n\n\n<li><em>Grid<\/em> \u2013 you can view subject\/module durations (cycles), exam session periods, and the academic calendar by selecting the desired filters.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Additional (more detailed) course schedules may also be provided by the academic units\/lecturers responsible for the course. However, always follow the schedule published in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-cannot-see-my-schedule-in-lsmusis-once-the-semester-has-started-what-should-i-do\">\n                                                    <div class=\"acc-head\">\n                                I cannot see my schedule in LSMUSIS once the semester has started \u2013 what should I do?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>Have you participated in an exchange programme?<\/li>\n\n\n\n<li>Have you been on academic leave?<\/li>\n\n\n\n<li>Have you changed your group?<\/li>\n\n\n\n<li>Have you recently been transferred to a higher year of study?<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you answered NO to <strong>all<\/strong> these questions, please contact <a href=\"mailto:infos@lsmu.lt\">infos@lsmu.lt<\/a>. If you answered YES to at least one, please wait until your information is updated in the system.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-cannot-see-the-required-course-in-moodle-what-should-i-do\">\n                                                    <div class=\"acc-head\">\n                                I cannot see the required course in Moodle \u2013 what should I do?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">If you know you are supposed to study a subject\/module but do not see its study materials in Moodle (after the semester has started), contact the study administrator of the academic unit responsible for that subject\/module. You can find their contacts <a href=\"https:\/\/lsmu.lt\/en\/contacts\/\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-students-initiate-corrections-to-study-events\">\n                                                    <div class=\"acc-head\">\n                                Can students initiate corrections to study events?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, but their request must be submitted <strong>at least 72 hours<\/strong> <strong>before<\/strong> the study event. Corrections are initiated as follows:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The group senior (if the class is for one group; if the class is for several groups \u2013 one senior is selected) \/ the year senior (if the class is for the whole year of students) prepares a free-form request signed by all students (including incoming Erasmus students).<\/li>\n\n\n\n<li>The request is submitted to the study administrator of the academic unit responsible for that study subject\/module.<\/li>\n\n\n\n<li>The study administrator registers the request in the University\u2019s document management system.<\/li>\n\n\n\n<li>The Study Centre <strong>reviews<\/strong> whether the requested correction can be made.<\/li>\n\n\n\n<li>Students are informed about the decision.<\/li>\n<\/ol>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"does-submitting-a-request-to-change-a-study-event-mean-that-the-event-will-be-changed\">\n                                                    <div class=\"acc-head\">\n                                Does submitting a request to change a study event mean that the event will be changed?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">No. The students\u2019 request will be considered, and students will be informed of the decision.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"adjustment-to-studies-groups-programmes\">\n                                                    <div class=\"acc-head\">\n                                Adjustment to studies (groups, programmes)                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"how-can-i-change-my-group\">\n                                                    <div class=\"acc-head\">\n                                How can I change my group?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. The decision on group changes is made by the faculty dean\u2019s office. More information about changing groups is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#adjusting-the-course-of-study-change-of-study-programme-group\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-choose-the-group-i-want-to-move-to\">\n                                                    <div class=\"acc-head\">\n                                Can I choose the group I want to move to?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">No. According to <a href=\"https:\/\/lsmu.lt\/en\/for-students\/studies\/documents\/key-documents\/\">the regulations of the administration of groups<\/a>, students are transferred to the group with the lowest number of students.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-can-i-change-my-group\">\n                                                    <div class=\"acc-head\">\n                                When can I change my group?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can submit a request at any time, but your group will only be changed after the current subject\/module ends and before the new semester begins.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"who-assigns-groups-to-first-year-students\">\n                                                    <div class=\"acc-head\">\n                                Who assigns groups to first-year students?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Groups for first-year students are assigned by the International Relations Office and the Study Centre. More information available <a href=\"https:\/\/lsmu.lt\/en\/about-lsmu\/structure\/general-departments-of-the-university\/academic-departments\/international-relations-and-study-centre\/\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-change-my-study-programme-how-can-i-do-that\">\n                                                    <div class=\"acc-head\">\n                                Can I change my study programme? How can I do that?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can only change your study programme within the same field of study group. You can find the study field groups <a href=\"https:\/\/lsmu.lt\/en\/for-students\/quality-assurance\/accredited-fields-of-study\/\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To change your study programme, submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. More information about programme changes is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#adjusting-the-course-of-study-change-of-study-programme-group\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"study-subjects-modules-and-their-assessments\">\n                                                    <div class=\"acc-head\">\n                                Study subjects \/ modules and their assessments                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"where-can-i-find-all-information-about-a-subject-module\">\n                                                    <div class=\"acc-head\">\n                                Where can I find all information about a subject\/module?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Detailed course descriptions can be found in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> \u2192 Studies \u2192 Subject (Module) Descriptions. These descriptions include information on:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Requirements for students.<\/li>\n\n\n\n<li>A brief description of the subject\/module.<\/li>\n\n\n\n<li>Topics covered.<\/li>\n\n\n\n<li>Hours and credits.<\/li>\n\n\n\n<li>Assessment strategy.<\/li>\n\n\n\n<li>Lecturers and reading list.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Courses are conducted according to the official subject\/module description.<\/strong><\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-do-i-register-for-elective-courses\">\n                                                    <div class=\"acc-head\">\n                                How do I register for elective courses?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Registration for elective courses takes place in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> \u2192 Studies \u2192 Studies, by clicking + next to the desired course.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are a <strong>first-year<\/strong> student and have an elective course in your first year, you must register <strong>by<\/strong> <strong>15 September<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For <strong>subsequent<\/strong> <strong>years<\/strong>, registration for elective courses for the following academic year is open <strong>from 16 April to 10 May<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If there are no available places in your desired course, you <strong>must<\/strong> choose a different course.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-change-an-elective-course-i-have-already-selected\">\n                                                    <div class=\"acc-head\">\n                                Can I change an elective course I have already selected?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, if the elective course has not yet started and there are still available places in the desired course. Submit a request in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#adjusting-the-course-of-study-change-of-study-programme-group\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-have-previously-earned-study-credits-how-can-i-transfer-them\">\n                                                    <div class=\"acc-head\">\n                                I have previously earned study credits. How can I transfer them?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You must contact your faculty dean\u2019s office and provide your academic transcript of completed courses or your diploma and its supplement, along with detailed course descriptions. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#crediting-of-study-subjects-modules\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t forget to submit a request for a tuition fee reduction for the recognised courses (after they have been approved).<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"is-attendance-mandatory\">\n                                                    <div class=\"acc-head\">\n                                Is attendance mandatory?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, you are required to attend all classes, whether in-person or online. If you miss more than 25% of contact hours, you will need to retake the subject\/module and pay the corresponding fee.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-should-i-do-if-i-miss-a-class\">\n                                                    <div class=\"acc-head\">\n                                What should I do if I miss a class?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Inform the lecturer or the academic unit and agree on how to compensate for the missed session.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-should-i-do-if-i-miss-an-assessment\">\n                                                    <div class=\"acc-head\">\n                                What should I do if I miss an assessment?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>If the assessment is part of the cumulative grade (except the final assessment):<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Inform the academic unit <strong>before the results are published<\/strong> and arrange a new assessment date before the final assessment.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the assessment is not part of the cumulative grade (exam) or is the final cumulative assessment:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Inform the academic unit <strong>before the results are published<\/strong>, explain your absence, and arrange a new assessment date.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-should-i-do-if-i-receive-a-failing-grade\">\n                                                    <div class=\"acc-head\">\n                                What should I do if I receive a failing grade?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can retake failed assessments twice for free:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>During the semester\u2019s debt clearance week.<\/li>\n\n\n\n<li>During the annual debt clearance week.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The retake schedule is announced and registration for retakes is handled by the academic unit.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-is-the-study-average-calculated\">\n                                                    <div class=\"acc-head\">\n                                How is the study average calculated?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">The study average is the arithmetic mean, rounded according to standard mathematical rules, except:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When <strong>rounding down to the lowest passing grade<\/strong>, e.g., a 4.75 is rounded down to 4.<\/li>\n\n\n\n<li>If any <strong>assessment required to pass<\/strong> the cumulative grade is failed, the overall subject\/module average is recorded as 4.99 (fail).<\/li>\n\n\n\n<li>If an <strong>assessment has been attempted more than once<\/strong> (including retakes), the final grade is calculated as the sum of all grades divided by the number of attempts, including those not attended.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"disputes\">\n                                                    <div class=\"acc-head\">\n                                Disputes                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"i-disagree-with-the-grade-i-received-what-should-i-do\">\n                                                    <div class=\"acc-head\">\n                                I disagree with the grade I received. What should I do?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">If you believe you were graded unfairly, you can take the following steps (in order):<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Contact the lecturer or the academic unit to receive an explanation of your grade.<\/li>\n\n\n\n<li>If you still disagree with the grade <strong>and its explanation<\/strong>, submit an appeal via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> (within 3 working days of the results being published).<\/li>\n\n\n\n<li>Present your arguments in the appeal.<\/li>\n\n\n\n<li><strong>Attend<\/strong> the appeal committee meeting and defend your arguments.<\/li>\n\n\n\n<li>Accept the decision of the appeal committee.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#dispute-resolution-assistance\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-believe-my-rights-or-legitimate-interests-have-been-violated-who-should-i-contact\">\n                                                    <div class=\"acc-head\">\n                                I believe my rights or legitimate interests have been violated. Who should I contact?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You have the right to contact either the Dispute Resolution Committee or the University Rector.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before applying to the Dispute Resolution Committee or the Rector, make sure to review the Dispute Resolution Procedure. You can find it, along with other relevant information and consultation contacts, <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#dispute-resolution-assistance\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"academic-leave-and-termination-of-studies\">\n                                                    <div class=\"acc-head\">\n                                Academic leave and termination of studies                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"i-want-to-pause-my-studies-what-are-my-options\">\n                                                    <div class=\"acc-head\">\n                                I want to pause my studies. What are my options?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can take academic leave for the following reasons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Illness \u2013 up to 1 year, with the possibility to extend up to 3 years (a medical certificate is required).<\/li>\n\n\n\n<li>Pregnancy and childbirth \u2013 up to 6 months (a medical certificate is required).<\/li>\n\n\n\n<li>Childcare \u2013 up to 1 year, with the possibility to extend up to 3 years (a child\u2019s birth certificate is required).<\/li>\n\n\n\n<li>Personal reasons \u2013 up to 1 year, <strong>once <\/strong>during the entire study period.<\/li>\n\n\n\n<li>Compulsory Initial Military Service \u2013 up to 1 year, <strong>once <\/strong>during the entire study period.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"where-and-when-should-i-submit-a-request-for-academic-leave\">\n                                                    <div class=\"acc-head\">\n                                Where and when should I submit a request for academic leave?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Submit your request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. You can go on academic leave at any time.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-am-pregnant-and-want-to-take-academic-leave-what-should-i-do\">\n                                                    <div class=\"acc-head\">\n                                I am pregnant and want to take academic leave. What should I do?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>Submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> for academic leave due to pregnancy and childbirth.<\/li>\n\n\n\n<li>After your child is born, if you want to take childcare leave, submit a new academic leave request for childcare.<\/li>\n\n\n\n<li>If you wish to extend your childcare leave, submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. Extensions can be granted for 1 year at a time, up to twice.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-was-granted-academic-leave-due-to-illness-and-want-to-extend-it-how-can-i-do-that\">\n                                                    <div class=\"acc-head\">\n                                I was granted academic leave due to illness and want to extend it. How can I do that?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> to extend your academic leave due to illness. You will need to attach a new medical certificate.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-do-i-return-to-studies-after-academic-leave\">\n                                                    <div class=\"acc-head\">\n                                How do I return to studies after academic leave?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can terminate academic leave at any time by submitting a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you return to studies after the full academic leave period, you must submit a study resumption request via LSMUSIS at least 10 working days before the end of the leave. Failure to notify the University may result in expulsion.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"i-want-to-withdraw-from-studies-during-academic-leave-how-can-i-do-that\">\n                                                    <div class=\"acc-head\">\n                                I want to withdraw from studies during academic leave. How can I do that?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You may do that at any time by submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-clear-academic-debts-during-academic-leave\">\n                                                    <div class=\"acc-head\">\n                                Can I clear academic debts during academic leave?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, you can retake subjects\/modules. Submit a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-and-how-can-i-withdraw-from-studies\">\n                                                    <div class=\"acc-head\">\n                                When and how can I withdraw from studies?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can withdraw at any time by submitting a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. Your request will be processed within 7 days.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"academic-debt\">\n                                                    <div class=\"acc-head\">\n                                Academic debt                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"what-is-an-academic-debt\">\n                                                    <div class=\"acc-head\">\n                                What is an academic debt?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">An academic debt occurs when you receive a failing grade after completing a subject\/module.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-clear-an-academic-debt\">\n                                                    <div class=\"acc-head\">\n                                Can I clear an academic debt?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes, twice for free:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>During the semester debt clearance week.<\/li>\n\n\n\n<li>During the annual debt clearance week.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If the debt is not cleared after these two retakes, it can be cleared by repeating the subject\/module and paying the associated fee.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"do-i-need-to-register-for-retakes\">\n                                                    <div class=\"acc-head\">\n                                Do I need to register for retakes?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>During the semester debt clearance week, you must register for the retake according to the procedure set by the academic unit (contact the relevant unit for information).<\/li>\n\n\n\n<li>During the annual debt clearance week, you must register for retakes by submitting a request via <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> for clearing academic debts. You can only participate in the retake after the order is issued, so submit your request promptly.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"in-which-cases-must-i-repeat-a-subject-module\">\n                                                    <div class=\"acc-head\">\n                                In which cases must I repeat a subject\/module?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>If you fail to achieve a passing grade during the annual debt clearance week.<\/li>\n\n\n\n<li>If you have missed more than 25% of contact hours.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"do-i-have-to-pay-to-repeat-a-subject-module\">\n                                                    <div class=\"acc-head\">\n                                Do I have to pay to repeat a subject\/module?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes. The cost depends on your study programme fee (listed in your study contract) and the number of credits for the subject\/module.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-i-continue-to-a-higher-year-if-i-have-an-academic-debt\">\n                                                    <div class=\"acc-head\">\n                                Can I continue to a higher year if I have an academic debt?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">It depends on the subject\/module in which you have an academic debt. If the <strong>knowledge<\/strong> from that subject <strong>is not required<\/strong> for the higher year <strong>and<\/strong> its <strong>credit load<\/strong> <strong>does not exceed 12 credits<\/strong>, you can repeat the subject while continuing your studies in the higher year.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-do-i-know-if-a-subject-module-is-required-for-a-higher-year\">\n                                                    <div class=\"acc-head\">\n                                How do I know if a subject\/module is required for a higher year?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">The subject\/module title (it may vary slightly) is listed in the detailed course description under student requirements. Course descriptions can be found in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>. You can also check which subjects you will study in the following academic years in the study plan, published <a href=\"https:\/\/lsmu.lt\/en\/for-students\/academic-information\/#study-plans\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-many-times-can-i-repeat-a-subject-module\">\n                                                    <div class=\"acc-head\">\n                                How many times can I repeat a subject\/module?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Twice.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-time-frame-is-given-to-clear-an-academic-debt\">\n                                                    <div class=\"acc-head\">\n                                What time frame is given to clear an academic debt?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">One year. If you fail to clear the debt, you can repeat the subject\/module one more time, but you will not be transferred to a higher year.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-happens-if-i-fail-to-clear-the-academic-debt-after-two-attempts\">\n                                                    <div class=\"acc-head\">\n                                What happens if I fail to clear the academic debt after two attempts?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You will be expelled from the University due to unsatisfactory progress.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"financial-support\">\n                                                    <div class=\"acc-head\">\n                                Financial support                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"when-do-i-have-to-pay-the-tuition-fee\">\n                                                    <div class=\"acc-head\">\n                                When do I have to pay the tuition fee?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>For first-year students:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The tuition fee must be paid sooner; the dates vary depending on the study programme. You may find the dates in your study contract (Clause 37).<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For upper year students:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The autumn semester fee must be paid by 25 October, and the spring semester fee by 20 March. You can also find these dates in your study contract (Clause 37).<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-do-i-pay-the-tuition-fee\">\n                                                    <div class=\"acc-head\">\n                                How do I pay the tuition fee?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Pay via bank transfer using the invoice provided in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"can-someone-else-pay-my-tuition-fee\">\n                                                    <div class=\"acc-head\">\n                                Can someone else pay my tuition fee?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Yes. Inform your faculty dean\u2019s office by email. The person must indicate their full name in the payment details.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"my-studies-are-funded-by-a-company-can-we-sign-a-tripartite-agreement\">\n                                                    <div class=\"acc-head\">\n                                My studies are funded by a company. Can we sign a tripartite agreement?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">No. However, a legal entity can pay your tuition under the same conditions as paying on behalf of another person.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-will-i-see-the-invoice-for-payment\">\n                                                    <div class=\"acc-head\">\n                                When will I see the invoice for payment?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Invoices are issued once the faculty dean\u2019s office confirms your payable amount. They are usually generated in the second half of September, but the process may continue until the payment deadline if any tuition fee exemptions apply.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-tuition-fee-exemptions-are-available\">\n                                                    <div class=\"acc-head\">\n                                What tuition fee exemptions are available?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can submit requests in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Deferred payment.<\/li>\n\n\n\n<li>Payment in instalments.<\/li>\n\n\n\n<li>Reduction due to credit transfer.<\/li>\n\n\n\n<li>Financial support for the tuition fee.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You must meet the established criteria or have a valid reason for the exemption. <strong>All supporting documents must be officially translated into Lithuanian or English.<\/strong><\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"by-when-must-i-submit-the-application-for-a-tuition-fee-exemption\">\n                                                    <div class=\"acc-head\">\n                                By when must I submit the application for a tuition fee exemption?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Requests can be submitted at any time (except for financial assistance requests), if you have a valid reason.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For instalment payment requests, your request must be approved before the first payment deadline. Approval usually takes about one week.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-will-i-know-if-my-tuition-fee-exemption-request-was-approved\">\n                                                    <div class=\"acc-head\">\n                                When will I know if my tuition fee exemption request was approved?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">When its status in LSMUSIS changes to <em>Approved SC<\/em>. Each request is accompanied by an official order. Only after the order is issued is the request considered approved.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"by-when-must-i-submit-the-application-for-a-financial-support\">\n                                                    <div class=\"acc-head\">\n                                By when must I submit the application for a financial support?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">For the autumn semester, by 15 September; for the spring semester, by 15 February. Requests submitted later will not be considered.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-will-i-know-if-my-financial-assistance-request-was-approved\">\n                                                    <div class=\"acc-head\">\n                                When will I know if my financial assistance request was approved?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">All requests are reviewed in a single committee meeting, which takes place in mid-October. After the meeting, click on your request in <a href=\"https:\/\/lsmusis.lsmu.lt\/\">LSMUSIS<\/a> and read the last comment, where the committee\u2019s decision will be written (it will be written in Lithuanian).<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"scholarships\">\n                                                    <div class=\"acc-head\">\n                                Scholarships                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"what-scholarships-can-i-receive\">\n                                                    <div class=\"acc-head\">\n                                What scholarships can I receive?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Types of scholarships:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Incentive scholarships \u2013 awarded for the best admission or study results. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/studies\/finances\/#incentive-scholarship\">here<\/a>.<\/li>\n\n\n\n<li>One-time incentive scholarships \u2013 awarded for active involvement or outstanding achievements. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/studies\/finances\/#one-time-incentive-scholarship\">here<\/a>.<\/li>\n\n\n\n<li>Nominal scholarships \u2013 awarded through a publicly announced competition if you meet the required criteria. More information is available <a href=\"https:\/\/lsmu.lt\/en\/for-students\/studies\/finances\/#nominal-scholarship\">here<\/a>.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-to-apply-for-an-incentive-scholarship\">\n                                                    <div class=\"acc-head\">\n                                How to apply for an incentive scholarship?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">No separate application is required \u2014 these scholarships are awarded automatically to students selected by the faculty dean\u2019s office. They are granted to the best-performing students of each study year. Scholarships are awarded each semester with the approval of the committee.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-to-apply-for-a-one-time-incentive-scholarship\">\n                                                    <div class=\"acc-head\">\n                                How to apply for a one-time incentive scholarship?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Submit your application to the LSMU Student Union by email at <a href=\"mailto:socialinis.komitetas@lsmusa.lt\">socialinis.komitetas@lsmusa.lt<\/a> by the 10th day of the current month (no more than twice per semester).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the application form <a href=\"https:\/\/www.lsmusa.lt\/prasymai-bei-ju-pildymo-pavyzdziai\/\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-to-apply-for-a-nominal-scholarship\">\n                                                    <div class=\"acc-head\">\n                                How to apply for a nominal scholarship?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can apply only from the second year of studies, based on the competition announced on the official LSMU website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Submit your application to the LSMU Student Representative Council by email at <a href=\"mailto:socialinis.komitetas@lsmusa.lt\">socialinis.komitetas@lsmusa.lt<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the application form <a href=\"https:\/\/www.lsmusa.lt\/prasymai-bei-ju-pildymo-pavyzdziai\/\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"where-can-i-find-information-about-scholarship-allocation\">\n                                                    <div class=\"acc-head\">\n                                Where can I find information about scholarship allocation?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">You can find the regulations for named and merit-based scholarships <a href=\"https:\/\/lsmu.lt\/en\/for-students\/studies\/documents\/key-documents\/\">here<\/a>.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"academic-integrity\">\n                                                    <div class=\"acc-head\">\n                                Academic integrity                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    <\/div>\n<\/div>\n\n<div class=\"container\">\n        <div class=\"acc-set\">\n\t                                                            <div class=\"acc-item\" id=\"what-is-considered-a-violation-of-academic-integrity-during-an-assessment\">\n                                                    <div class=\"acc-head\">\n                                What is considered a violation of academic integrity during an assessment?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>Talking to other students or listeners, unless the lecturer has stated otherwise before the assessment.<\/li>\n\n\n\n<li>Possessing or using mobile phones or other information sources, including smartwatches.<\/li>\n\n\n\n<li>Copying from other students or listeners.<\/li>\n\n\n\n<li>Impersonating another student or listener.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-happens-if-you-violate-academic-integrity-during-an-assessment\">\n                                                    <div class=\"acc-head\">\n                                What happens if you violate academic integrity during an assessment?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">For violations identified during an assessment, a student may be expelled from the University, except in cases of talking to other students or attendees. First incident of talking: the student receives a warning, which is noted on the assessment sheet or protocol. Second incident of talking during the same assessment: the student may be expelled from the University.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-is-considered-a-violation-of-academic-integrity-when-preparing-a-written-assignment\">\n                                                    <div class=\"acc-head\">\n                                What is considered a violation of academic integrity when preparing a written assignment?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<ul class=\"wp-block-list\">\n<li>Plagiarism.<\/li>\n\n\n\n<li>Duplication of work (submitting the same work for assessment more than once).<\/li>\n\n\n\n<li>Falsification of research data.<\/li>\n\n\n\n<li>Any other deceptive actions aimed at achieving better results.<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"what-happens-if-you-violate-academic-integrity-when-preparing-a-written-assignment\">\n                                                    <div class=\"acc-head\">\n                                What happens if you violate academic integrity when preparing a written assignment?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">For violations identified in written work, a student may be expelled from the University.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"who-evaluates-violations-of-academic-integrity\">\n                                                    <div class=\"acc-head\">\n                                Who evaluates violations of academic integrity?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">A committee appointed by the Dean of the student\u2019s faculty.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"who-may-report-an-observed-academic-dishonesty-incident\">\n                                                    <div class=\"acc-head\">\n                                Who may report an observed academic dishonesty incident?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Any member of the academic community.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"how-to-report-an-observed-academic-dishonesty-incident\">\n                                                    <div class=\"acc-head\">\n                                How to report an observed academic dishonesty incident?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">Reports should be submitted to the faculty Dean by email.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                                                            <div class=\"acc-item\" id=\"when-can-i-return-to-my-studies-if-i-was-expelled-from-the-university\">\n                                                    <div class=\"acc-head\">\n                                When can I return to my studies if I was expelled from the University?                            <\/div>\n                                                                            <div class=\"acc-c\">\n                                <div class=\"prose md:prose-lg\">\n                                    \n<p class=\"wp-block-paragraph\">No earlier than the following academic year, no earlier than the beginning of a semester, and only in a non-state-funded study place.<\/p>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                                                \t    \t\t        <style>\n            .acc-item .wp-block-table {\n                padding-right: 1rem;\n            }\n            .acc-item .wp-block-table table {\n                width: unset !important;\n            }\n        <\/style>\n        <script>\n            window.addEventListener(\"hashchange\", function(e) {\n                toggleActiveTab();\n            });\n            toggleActiveTab();\n            function toggleActiveTab() {\n                var hash = window.location.hash;\n                document.querySelectorAll('.acc-item').forEach(function(elm) {\n                    if ( ('#'+ elm.id) === hash) {\n                        document.querySelectorAll('.acc-item.active').forEach(function(elm2) {\n                            elm2.classList.remove('active');\n                        });\n                        elm.classList.add('active');\n                        elm.querySelector('.acc-head').classList.add('active');\n                        elm.querySelector('.acc-c').style.display = \"block\";\n                    }\n                    elm.addEventListener('click', function(e) {\n                        const url = new URL(window.location);\n                        url.hash = '#'+ elm.id;\n                        window.history.pushState({}, '', url);\n                    });\n                });\n            }\n        <\/script>\n    <\/div>\n<\/div>\n\n<div class=\"container\">\n\t<div class=\"prose md:prose-lg\">\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":29,"featured_media":0,"parent":0,"menu_order":52,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-123829","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Frequently asked questions (FAQ) - LSMU<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Frequently asked questions (FAQ)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/\" \/>\n<meta property=\"og:site_name\" content=\"LSMU\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T14:10:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/frequently-asked-questions-faq\\\/\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/frequently-asked-questions-faq\\\/\",\"name\":\"Frequently asked questions (FAQ) - LSMU\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/#website\"},\"datePublished\":\"2026-01-21T07:16:58+00:00\",\"dateModified\":\"2026-01-28T14:10:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/frequently-asked-questions-faq\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lsmu.lt\\\/en\\\/frequently-asked-questions-faq\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/frequently-asked-questions-faq\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/lithuanian-university-of-health-sciences\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Frequently asked questions (FAQ)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/\",\"name\":\"LSMU\",\"description\":\"Lietuvos sveikatos moksl\u0173 universitetas\",\"publisher\":{\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":[\"lt-LT\",\"en\"],\"alternateName\":\"LSMU\"},{\"@type\":[\"CollegeOrUniversity\",\"Organization\"],\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/#organization\",\"name\":\"Lietuvos sveikatos moksl\u0173 universitetas\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/wp-content\\\/themes\\\/lsmu\\\/images\\\/logo-en.svg\"},\"alternateName\":[\"LSMU\",\"Lithuanian University of Health Sciences\"],\"description\":\"Lietuvos sveikatos moksl\u0173 universitetas (LSMU) is a university in Kaunas, Lithuania focused on health, life, agricultural and veterinary sciences. Established in 2010 through the merger of Kaunas University of Medicine and the Lithuanian Veterinary Academy, it delivers studies, research, clinical practice and veterinary practice.\",\"slogan\":\"Power to change\",\"foundingDate\":\"2010\",\"identifier\":{\"@type\":\"PropertyValue\",\"propertyID\":\"Company code\",\"value\":\"302536989\"},\"vatID\":\"LT100005579315\",\"brand\":{\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/#brand\"},\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"A. Mickevi\u010diaus g. 9\",\"addressLocality\":\"Kaunas\",\"postalCode\":\"LT-44307\",\"addressCountry\":\"LT\"},\"areaServed\":{\"@type\":\"Country\",\"name\":\"Lithuania\"},\"contactPoint\":[{\"@type\":\"ContactPoint\",\"contactType\":\"main office\",\"telephone\":\"+37037327201\",\"email\":\"rektoratas@lsmu.lt\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/kontaktai\\\/\",\"areaServed\":{\"@type\":\"Country\",\"name\":\"Lithuania\"},\"availableLanguage\":[{\"@type\":\"Language\",\"name\":\"Lithuanian\",\"alternateName\":\"lt\"},{\"@type\":\"Language\",\"name\":\"English\",\"alternateName\":\"en\"}]},{\"@type\":\"ContactPoint\",\"contactType\":\"media inquiries\",\"telephone\":\"+37037395802\",\"email\":\"komunikacija@lsmu.lt\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/kontaktai\\\/\",\"areaServed\":{\"@type\":\"Country\",\"name\":\"Lithuania\"},\"availableLanguage\":[{\"@type\":\"Language\",\"name\":\"Lithuanian\",\"alternateName\":\"lt\"},{\"@type\":\"Language\",\"name\":\"English\",\"alternateName\":\"en\"}]},{\"@type\":\"ContactPoint\",\"contactType\":\"admissions\",\"telephone\":[\"+37037361902\",\"+37068610217\"],\"email\":\"komisija@lsmu.lt\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/kontaktai\\\/\",\"availableLanguage\":[{\"@type\":\"Language\",\"name\":\"Lithuanian\",\"alternateName\":\"lt\"}]},{\"@type\":\"ContactPoint\",\"contactType\":\"international admissions\",\"telephone\":[\"+37037327259\",\"+37065290747\"],\"email\":\"study@lsmu.lt\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/admission\\\/\",\"availableLanguage\":[{\"@type\":\"Language\",\"name\":\"English\",\"alternateName\":\"en\"}]},{\"@type\":\"ContactPoint\",\"contactType\":\"data protection\",\"email\":\"duomenu.sauga@lsmu.lt\",\"url\":\"https:\\\/\\\/lsmu.lt\\\/slapuku-politika\\\/\",\"availableLanguage\":[{\"@type\":\"Language\",\"name\":\"Lithuanian\",\"alternateName\":\"lt\"}]}],\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Study.at.LSMU\",\"https:\\\/\\\/www.instagram.com\\\/lsmuni\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@lsmu.lt\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCPGo-FeU91NY1FI2ILF-FPg\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/lsmuni\"],\"knowsAbout\":[\"health sciences\",\"life sciences\",\"agricultural sciences\",\"veterinary sciences\",\"biomedical studies\",\"medicine\",\"odontology\",\"pharmacy\",\"nursing\",\"public health\",\"animal science\",\"clinical practice\",\"research and innovation\"],\"memberOf\":[{\"@type\":\"Organization\",\"name\":\"European University Association\",\"url\":\"https:\\\/\\\/eua.eu\\\/\"},{\"@type\":\"Organization\",\"name\":\"Association of Academic Health Centers International\",\"url\":\"https:\\\/\\\/www.aahcdc.org\\\/\"},{\"@type\":\"Organization\",\"name\":\"Association for Medical Education in Europe\",\"url\":\"https:\\\/\\\/amee.org\\\/\"}]},{\"@type\":\"Brand\",\"@id\":\"https:\\\/\\\/lsmu.lt\\\/en\\\/#brand\",\"name\":\"LSMU\",\"alternateName\":[\"Lietuvos sveikatos moksl\u0173 universitetas\",\"Lithuanian University of Health Sciences\"],\"url\":\"https:\\\/\\\/lsmu.lt\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Frequently asked questions (FAQ) - LSMU","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/","og_locale":"en_US","og_type":"article","og_title":"Frequently asked questions (FAQ)","og_url":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/","og_site_name":"LSMU","article_modified_time":"2026-01-28T14:10:51+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/","url":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/","name":"Frequently asked questions (FAQ) - LSMU","isPartOf":{"@id":"https:\/\/lsmu.lt\/en\/#website"},"datePublished":"2026-01-21T07:16:58+00:00","dateModified":"2026-01-28T14:10:51+00:00","breadcrumb":{"@id":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lsmu.lt\/en\/frequently-asked-questions-faq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lsmu.lt\/en\/lithuanian-university-of-health-sciences\/"},{"@type":"ListItem","position":2,"name":"Frequently asked questions (FAQ)"}]},{"@type":"WebSite","@id":"https:\/\/lsmu.lt\/en\/#website","url":"https:\/\/lsmu.lt\/en\/","name":"LSMU","description":"Lietuvos sveikatos moksl\u0173 universitetas","publisher":{"@id":"https:\/\/lsmu.lt\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lsmu.lt\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":["lt-LT","en"],"alternateName":"LSMU"},{"@type":["CollegeOrUniversity","Organization"],"@id":"https:\/\/lsmu.lt\/en\/#organization","name":"Lietuvos sveikatos moksl\u0173 universitetas","url":"https:\/\/lsmu.lt\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/lsmu.lt\/wp-content\/themes\/lsmu\/images\/logo-en.svg"},"alternateName":["LSMU","Lithuanian University of Health Sciences"],"description":"Lietuvos sveikatos moksl\u0173 universitetas (LSMU) is a university in Kaunas, Lithuania focused on health, life, agricultural and veterinary sciences. Established in 2010 through the merger of Kaunas University of Medicine and the Lithuanian Veterinary Academy, it delivers studies, research, clinical practice and veterinary practice.","slogan":"Power to change","foundingDate":"2010","identifier":{"@type":"PropertyValue","propertyID":"Company code","value":"302536989"},"vatID":"LT100005579315","brand":{"@id":"https:\/\/lsmu.lt\/en\/#brand"},"address":{"@type":"PostalAddress","streetAddress":"A. Mickevi\u010diaus g. 9","addressLocality":"Kaunas","postalCode":"LT-44307","addressCountry":"LT"},"areaServed":{"@type":"Country","name":"Lithuania"},"contactPoint":[{"@type":"ContactPoint","contactType":"main office","telephone":"+37037327201","email":"rektoratas@lsmu.lt","url":"https:\/\/lsmu.lt\/kontaktai\/","areaServed":{"@type":"Country","name":"Lithuania"},"availableLanguage":[{"@type":"Language","name":"Lithuanian","alternateName":"lt"},{"@type":"Language","name":"English","alternateName":"en"}]},{"@type":"ContactPoint","contactType":"media inquiries","telephone":"+37037395802","email":"komunikacija@lsmu.lt","url":"https:\/\/lsmu.lt\/kontaktai\/","areaServed":{"@type":"Country","name":"Lithuania"},"availableLanguage":[{"@type":"Language","name":"Lithuanian","alternateName":"lt"},{"@type":"Language","name":"English","alternateName":"en"}]},{"@type":"ContactPoint","contactType":"admissions","telephone":["+37037361902","+37068610217"],"email":"komisija@lsmu.lt","url":"https:\/\/lsmu.lt\/kontaktai\/","availableLanguage":[{"@type":"Language","name":"Lithuanian","alternateName":"lt"}]},{"@type":"ContactPoint","contactType":"international admissions","telephone":["+37037327259","+37065290747"],"email":"study@lsmu.lt","url":"https:\/\/lsmu.lt\/en\/admission\/","availableLanguage":[{"@type":"Language","name":"English","alternateName":"en"}]},{"@type":"ContactPoint","contactType":"data protection","email":"duomenu.sauga@lsmu.lt","url":"https:\/\/lsmu.lt\/slapuku-politika\/","availableLanguage":[{"@type":"Language","name":"Lithuanian","alternateName":"lt"}]}],"sameAs":["https:\/\/www.facebook.com\/Study.at.LSMU","https:\/\/www.instagram.com\/lsmuni\/","https:\/\/www.tiktok.com\/@lsmu.lt","https:\/\/www.youtube.com\/channel\/UCPGo-FeU91NY1FI2ILF-FPg","https:\/\/www.linkedin.com\/school\/lsmuni"],"knowsAbout":["health sciences","life sciences","agricultural sciences","veterinary sciences","biomedical studies","medicine","odontology","pharmacy","nursing","public health","animal science","clinical practice","research and innovation"],"memberOf":[{"@type":"Organization","name":"European University Association","url":"https:\/\/eua.eu\/"},{"@type":"Organization","name":"Association of Academic Health Centers International","url":"https:\/\/www.aahcdc.org\/"},{"@type":"Organization","name":"Association for Medical Education in Europe","url":"https:\/\/amee.org\/"}]},{"@type":"Brand","@id":"https:\/\/lsmu.lt\/en\/#brand","name":"LSMU","alternateName":["Lietuvos sveikatos moksl\u0173 universitetas","Lithuanian University of Health Sciences"],"url":"https:\/\/lsmu.lt\/"}]}},"_links":{"self":[{"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/pages\/123829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/comments?post=123829"}],"version-history":[{"count":3,"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/pages\/123829\/revisions"}],"predecessor-version":[{"id":124173,"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/pages\/123829\/revisions\/124173"}],"wp:attachment":[{"href":"https:\/\/lsmu.lt\/en\/wp-json\/wp\/v2\/media?parent=123829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}