<?xml version="1.0" encoding="UTF-8"  ?>

<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<atom:link href="https://www.pbf.hr/feed/rss.php" rel="self" type="application/rss+xml" />
	<title> - FAQ</title>
	<link>/en/students/faq</link>
	<description></description>
	<language></language>
	<copyright></copyright>
	<webMaster> (Webmaster)</webMaster>
	<managingEditor> (Webmaster)</managingEditor>
	<ttl>240</ttl>

		<item>
		<title>Frequently Asked Questions</title>
		<pubDate>Wed, 06 May 2026 21:45:08 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;:root {
        --pbf-blue: #2543A0;
        --pbf-green: #60BFA0;
        --pbf-yellow: #EEE15D;
        --pbf-text-dark: #1A3D8F;
        --pbf-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .pbf-access-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        max-width: 1100px;
        margin-bottom: 3rem;
    }

    .pbf-access-tile {
        position: relative;
        aspect-ratio: 1 / 1;
        padding: 2.2rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-decoration: none !important;
        transition: var(--pbf-transition);
        border: none;
        overflow: hidden;
    }

    .pbf-access-tile:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 30px rgba(0,0,0,0.12);
        z-index: 5;
    }

    .pbf-tile-header {
        width: 100%;
        margin-bottom: 10px;
    }

    .pbf-tile-icon {
        display: inline-block;
        transition: var(--pbf-transition);
    }

    .pbf-access-tile:hover .pbf-tile-icon {
        transform: translateX(10px); 
    }

    .pbf-access-tile h3 {
        font-family: 'Segoe UI', sans-serif;
        font-size: 1.8rem;
        font-weight: 800;
        margin: 0;
        line-height: 1.1;
        letter-spacing: 0.5px;
        color: inherit !important;
    }

    .pbf-access-tile p {
        font-size: 0.95rem;
        font-weight: 700;
        margin-top: 8px;
        color: inherit !important;
        opacity: 0.9;
    }

    /* FOOTER - POZICIONIRANJE I STIL LINIJE */
    .pbf-tile-footer {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 36px; /* Visina kruga */
        position: relative; /* Važno za apsolutno pozicioniranje */
    }

    .pbf-tile-footer::before {
        content: "";
        width: 35px;
        height: 2px;
        background-color: currentColor;
        /* POPRAVAK: Crta ostaje svjetlija i pri hoveru (opacity 0.3) */
        opacity: 0.3; 
        transition: var(--pbf-transition);
        transform-origin: left;
        /* Pozicioniranje linije fiksirano za lijevu stranu */
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .pbf-access-tile:hover .pbf-tile-footer::before {
        width: 100px; /* Širina na koju se širi, prilagodite po želji */
        /* Ovdje više ne mijenjamo opacity na 1 */
    }

    .pbf-arrow-circle {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--pbf-transition);
        /* FIKSNO NA DESNO */
        position: absolute;
        right: 0;
        top: 0;
    }

    .pbf-arrow-circle svg {
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.2px;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pbf-access-tile:hover .pbf-arrow-circle {
        transform: scale(1.1);
    }

    .pbf-tile-blue { background-color: var(--pbf-blue) !important; color: #ffffff !important; }
    .pbf-tile-green { background-color: var(--pbf-green) !important; color: #ffffff !important; }
    .pbf-tile-yellow { background-color: var(--pbf-yellow) !important; color: var(--pbf-text-dark) !important; }

    .pbf-tile-yellow .pbf-arrow-circle { background-color: rgba(37, 67, 160, 0.1); }

    @media (max-width: 992px) { .pbf-access-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) { 
        .pbf-access-grid { grid-template-columns: 1fr; } 
        .pbf-access-tile { aspect-ratio: 16/9; min-height: 180px; }
    }
&lt;/style&gt;
&lt;div class="pbf-access-grid"&gt;&lt;a class="pbf-access-tile pbf-tile-blue" href="#molba-prodekanici"&gt;
&lt;div class="pbf-tile-header"&gt;
&lt;div class="pbf-tile-icon"&gt;&lt;svg fill="none" height="35" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewbox="0 0 24 24" width="35" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"&gt;&lt;/path&gt;&lt;polyline points="14 2 14 8 20 8"&gt;&lt;/polyline&gt;&lt;line x1="16" x2="8" y1="13" y2="13"&gt;&lt;/line&gt;&lt;line x1="16" x2="8" y1="17" y2="17"&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;h3&gt;Request&lt;/h3&gt;

&lt;p&gt;To the Vice Dean for Education&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-tile-footer"&gt;
&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-access-tile pbf-tile-green" href="#cat-upisi"&gt;
&lt;div class="pbf-tile-header"&gt;
&lt;div class="pbf-tile-icon"&gt;&lt;svg fill="none" height="35" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewbox="0 0 24 24" width="35" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"&gt;&lt;/path&gt;&lt;path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;h3&gt;Enrollment&lt;/h3&gt;

&lt;p&gt;Informations and documents&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-tile-footer"&gt;
&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-access-tile pbf-tile-yellow" href="#cat-status"&gt;
&lt;div class="pbf-tile-header"&gt;
&lt;div class="pbf-tile-icon"&gt;&lt;svg fill="none" height="35" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewbox="0 0 24 24" width="35" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"&gt;&lt;/path&gt;&lt;circle cx="12" cy="7" r="4"&gt;&lt;/circle&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;h3&gt;Student Status&lt;/h3&gt;

&lt;p&gt;Student rights and obligations&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-tile-footer"&gt;
&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-access-tile pbf-tile-green" href="#cat-izvedba"&gt;
&lt;div class="pbf-tile-header"&gt;
&lt;div class="pbf-tile-icon"&gt;&lt;svg fill="none" height="35" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewbox="0 0 24 24" width="35" xmlns="http://www.w3.org/2000/svg"&gt;&lt;polyline points="9 11 12 14 22 4"&gt;&lt;/polyline&gt;&lt;path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;h3&gt;Examinations&lt;/h3&gt;

&lt;p&gt;Applications and examination periods&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-tile-footer"&gt;
&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-access-tile pbf-tile-yellow" href="#cat-zavrsetak"&gt;
&lt;div class="pbf-tile-header"&gt;
&lt;div class="pbf-tile-icon"&gt;&lt;svg fill="none" height="35" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewbox="0 0 24 24" width="35" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M22 10v6M2 10l10-5 10 5-10 5z"&gt;&lt;/path&gt;&lt;path d="M6 12v5c3 3 9 3 12 0v-5"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;h3&gt;Completion of Studies&lt;/h3&gt;

&lt;p&gt;Final and Master's theses&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-tile-footer"&gt;
&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt; &lt;a class="pbf-access-tile pbf-tile-blue" href="#cat-razno"&gt;
&lt;div class="pbf-tile-header"&gt;
&lt;div class="pbf-tile-icon"&gt;&lt;svg fill="none" height="35" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" viewbox="0 0 24 24" width="35" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="12" cy="12" r="10"&gt;&lt;/circle&gt;&lt;path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"&gt;&lt;/path&gt;&lt;line x1="12" x2="12.01" y1="17" y2="17"&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;h3&gt;Miscellaneous&lt;/h3&gt;

&lt;p&gt;Certificates, ECTS and scholarships&lt;/p&gt;
&lt;/div&gt;

&lt;div class="pbf-tile-footer"&gt;
&lt;div class="pbf-arrow-circle"&gt;&lt;svg viewbox="0 0 24 24"&gt;&lt;path d="M9 18l6-6-6-6"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/students/faq#content___5107</link>
			<guid>https://www.pbf.hr/en/students/faq#content___5107</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
			<item>
		<title></title>
		<pubDate>Fri, 08 May 2026 07:06:25 GMT</pubDate>
		<category>Content</category>
		<description>
		&lt;table border="0" width="100%"&gt;&lt;tr&gt;&lt;td&gt;
		
					&lt;style type="text/css"&gt;/* 1. VARIJABLE */
    :root {
        --pbf-blue: #2543A0;
        --pbf-yellow: #EEE15D;
        --pbf-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }

    /* 2. VERTIKALNE ŽUTE CRTE NA KARTICAMA */
    .card.pbf-card, 
    .card.border-0.shadow-lg, 
    #molba-prodekanici {
        border-left: 6px solid var(--pbf-yellow) !important;
        border-radius: 0px !important;
    }

    /* 3. GLAVNI GUMBI HARMONIKE (Kategorije) */
    #faqMain &gt; .accordion-item &gt; .accordion-header &gt; .accordion-button {
        background-color: var(--pbf-blue) !important;
        color: #ffffff !important;
        border-radius: 8px !important;
        margin-bottom: 5px;
        transition: var(--pbf-transition);
        /* UKLANJANJE PLAVOG BORDERA I SJENE */
        border: none !important;
        box-shadow: none !important;
    }

    /* Uklanjanje plavog sjaja kada je gumb aktivan/fokusiran */
    #faqMain .accordion-button:focus {
        box-shadow: none !important;
        border-color: transparent !important;
    }

    /* Strelica u harmonici postaje bijela */
    #faqMain &gt; .accordion-item &gt; .accordion-header &gt; .accordion-button::after {
        filter: brightness(0) invert(1) !important;
    }

    /* 4. GUMB UNUTAR TEKSTA (Preuzmi PDF) */
    .btn-custom {
        background-color: var(--pbf-blue) !important;
        color: #ffffff !important;
        border-radius: 50rem !important;
        padding: 0.6rem 1.8rem !important;
        font-weight: 600 !important;
        transition: var(--pbf-transition) !important;
        display: inline-flex !important;
        align-items: center;
        border: none !important;
    }

    .btn-custom:hover {
        background-color: var(--pbf-yellow) !important;
        color: var(--pbf-blue) !important;
        transform: translateY(-2px) !important;
    }

    /* 5. ODGOVORI U HARMONICI */
    .faq-answer {
        border-left: 5px solid var(--pbf-yellow) !important;
        margin: 10px 20px 20px 20px !important;
        padding: 1.5rem !important;
        background-color: #f8f9fa !important;
        border-radius: 0 8px 8px 0 !important;
    }

    /* Unutarnja pitanja - uklanjanje plavog ruba pri kliku */
    .accordion-body .accordion-button {
        box-shadow: none !important;
    }

    .transition-hover:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 15px 30px rgba(37, 67, 160, 0.2) !important;
    }

    .accordion-body a, .card-body a:not(.btn) {
        color: var(--pbf-blue) !important;
        font-weight: bold !important;
    }
&lt;/style&gt;
&lt;div class="container my-5" style="max-width: 1100px;"&gt;
&lt;div class="card pbf-card pbf-card-hover border-0 shadow-lg mb-5"&gt;
&lt;div class="card-body p-4 p-md-5 bg-white"&gt;
&lt;div class="row align-items-center"&gt;
&lt;div class="col-md-1 d-none d-md-block text-center"&gt;&lt;svg fill="#2543A0" height="45" viewbox="0 0 16 16" width="45" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"&gt;&lt;/path&gt;&lt;path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/div&gt;

&lt;div class="col-md-11"&gt;
&lt;p class="fs-5 mb-4 text-dark"&gt;The regulations of the University of Zagreb and FFTB&amp;nbsp;govern most answers to the questions below&lt;/p&gt;

&lt;div class="p-4 bg-light border-start border-4 shadow-sm mb-4" style="border-color: var(--pbf-blue) !important; border-radius: 0 8px 8px 0;"&gt;
&lt;p data-end="636" data-start="503"&gt;&lt;strong&gt;Students familiarise themselves at the beginning of their studies with the provisions of the following documents:&lt;/strong&gt;&lt;/p&gt;

&lt;ul data-end="748" data-start="638"&gt;
	&lt;li data-end="649" data-section-id="x7zfge" data-start="638"&gt;Statute&lt;/li&gt;
	&lt;li data-end="703" data-section-id="5nxds4" data-start="650"&gt;Regulations on Undergraduate and Graduate Studies&lt;/li&gt;
	&lt;li data-end="722" data-section-id="eji91o" data-start="704"&gt;Code of Ethics&lt;/li&gt;
	&lt;li data-end="748" data-section-id="1kf5k5d" data-start="723"&gt;Student Code of Conduct&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p class="mb-0 text-secondary small"&gt;During their studies, students are encouraged to consult other University and FFTB documents, as well as the Information Package.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="card pbf-card border-0 shadow-sm mb-5" id="molba-prodekanici"&gt;
&lt;div class="card-body p-4 p-md-5"&gt;
&lt;h2 class="h3 mb-4 fw-bold" style="color: var(--pbf-blue);"&gt;Request to the Vice Dean for Education&lt;/h2&gt;
&lt;a class="btn btn-custom mb-4" href="/images/50038466/OB-US-07 Studentska molba (azurirano 10.1.2023.).pdf"&gt;&lt;svg fill="none" height="20" stroke="currentColor" stroke-width="2" style="margin-right:10px;" viewbox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"&gt;&lt;/path&gt;&lt;polyline points="7 10 12 15 17 10"&gt;&lt;/polyline&gt;&lt;line x1="12" x2="12" y1="15" y2="3"&gt;&lt;/line&gt;&lt;/svg&gt;Download OB-US-07 form (PDF) &lt;/a&gt;

&lt;p data-end="1017" data-start="932"&gt;A request to the Vice Dean for Education may be submitted for the following purposes:&lt;/p&gt;

&lt;ul data-end="1752" data-start="1019"&gt;
	&lt;li data-end="1145" data-section-id="1fc78jj" data-start="1019"&gt;suspension of student rights/status (military service, pregnancy, illness, maternity leave, exchange programs, athletes)&lt;/li&gt;
	&lt;li data-end="1204" data-section-id="1pvcc5o" data-start="1146"&gt;transfer to another study program&amp;nbsp;within the Faculty&lt;/li&gt;
	&lt;li data-end="1236" data-section-id="1ya9es8" data-start="1205"&gt;third enrollment in a course&lt;/li&gt;
	&lt;li data-end="1293" data-section-id="19joe2r" data-start="1237"&gt;exemption from payment of tuition/participation fees&lt;/li&gt;
	&lt;li data-end="1361" data-section-id="n8xi1j" data-start="1294"&gt;enrollment in a course from another study programme (Elective B)&lt;/li&gt;
	&lt;li data-end="1430" data-section-id="lvdi23" data-start="1362"&gt;enrollment in more than 35 ECTS credits (maximum 50 ECTS credits)&lt;/li&gt;
	&lt;li data-end="1681" data-section-id="ti49kc" data-start="1431"&gt;recognition of passed examinations for students who studied at another higher education institution prior to enrollment at the Faculty (in accordance with Article 29, Paragraph 7, and Article 36, Paragraphs 10 and 11 of the Regulations on Studies)&lt;/li&gt;
	&lt;li data-end="1752" data-section-id="wi0rqq" data-start="1682"&gt;additional information for the Diploma Supplement and other purposes&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="p-3 bg-light rounded shadow-sm" style="font-size: 0.9rem;"&gt;
&lt;p class="mb-1"&gt;&lt;strong data-end="1769" data-start="1754"&gt;Submission:&lt;/strong&gt;&lt;br data-end="1772" data-start="1769" /&gt;
The completed form should be submitted to the &lt;strong&gt;&lt;a href="/fakultet/ustroj/jedinica_za_opce_poslove/pisarnica"&gt;Registry office&lt;/a&gt; (room P04)&lt;/strong&gt;.&lt;/p&gt;

&lt;p class="mb-0"&gt;&lt;strong data-end="1860" data-start="1847"&gt;Decision:&lt;/strong&gt;&lt;br data-end="1863" data-start="1860" /&gt;
A decision is issued within two weeks, and the student will be informed through the Student Office.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion accordion-flush border rounded-3 overflow-hidden shadow-sm" id="faqMain"&gt;
&lt;div class="accordion-item" id="cat-upisi"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button fw-bold py-3 fs-5 collapsed" data-bs-target="#sadrzaj-upisi" data-bs-toggle="collapse" type="button"&gt;&lt;svg class="me-3" fill="none" height="24" stroke="currentColor" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"&gt;&lt;/path&gt;&lt;path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"&gt;&lt;/path&gt;&lt;/svg&gt;Enrollment&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#faqMain" id="sadrzaj-upisi" style=""&gt;
&lt;div class="accordion-body p-0"&gt;
&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u1" data-bs-toggle="collapse" type="button"&gt;Which study programs can I enroll in at FFTB?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u1" style=""&gt;
&lt;div class="faq-answer"&gt;Most information can be found on the &lt;strong data-end="102" data-start="88"&gt;Admissions&lt;/strong&gt; subpage. A list of study programs is available &lt;a class="zavodi-link" href="/studiji"&gt;HERE&lt;/a&gt;.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u2" data-bs-toggle="collapse" type="button"&gt;Which documents are required for enrollment?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u2" style=""&gt;
&lt;div class="faq-answer"&gt;The required documents are specified in the Call for Applications, published at least six months before the start of classes for undergraduate programs, and at least three months before the start of classes for graduate programs.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u3" data-bs-toggle="collapse" type="button"&gt;Is an entrance examination required for enrollment?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u3" style=""&gt;
&lt;div class="faq-answer"&gt;An entrance examination is required only for admission to graduate programs for applicants who have completed a corresponding professional study program.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u4" data-bs-toggle="collapse" type="button"&gt;Is part-time enrollment possible?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u4" style=""&gt;
&lt;div class="faq-answer"&gt;No, except for students enrolled in a bridging semester/year when entering a graduate program.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u5" data-bs-toggle="collapse" type="button"&gt;Do full-time Croatian students pay tuition fees?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u5" style=""&gt;
&lt;div class="faq-answer"&gt;Full-time students do not pay tuition fees if they are enrolling in the first year for the first time, or if they have earned 55 or more ECTS credits in the previous academic year.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u6" data-bs-toggle="collapse" type="button"&gt;What is the enrollment fee and what does it cover?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u6" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;p data-end="253" data-start="55"&gt;The enrollment fee for the first year of undergraduate and graduate programs is &lt;strong data-end="149" data-start="136"&gt;EUR 55.00&lt;/strong&gt;, while the enrollment fee for each subsequent year of undergraduate and graduate study is &lt;strong data-end="252" data-start="239"&gt;EUR 35.00&lt;/strong&gt;.&lt;/p&gt;

&lt;p data-end="442" data-is-last-node="" data-is-only-node="" data-start="255"&gt;The fee covers student insurance, funding for the Student Council of FFTB, the Tehnologijada, student associations, and various administrative costs.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#u7" data-bs-toggle="collapse" type="button"&gt;Can tuition fees be paid in instalments?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="u7" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;p data-end="114" data-start="46"&gt;Yes. Tuition fees for the first year may be paid in two instalments:&lt;/p&gt;

&lt;ul data-end="188" data-is-last-node="" data-is-only-node="" data-start="116"&gt;
	&lt;li data-end="152" data-section-id="1lja8tg" data-start="116"&gt;First instalment: &lt;strong data-end="150" data-start="136"&gt;EUR 583.98&lt;/strong&gt;&lt;/li&gt;
	&lt;li data-end="188" data-is-last-node="" data-section-id="i16jra" data-start="153"&gt;Second instalment: &lt;strong data-end="188" data-is-last-node="" data-start="174"&gt;EUR 530.89&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item" id="cat-status"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button fw-bold py-3 fs-5 collapsed" data-bs-target="#sadrzaj-status" data-bs-toggle="collapse" type="button"&gt;&lt;svg class="me-3" fill="none" height="24" stroke="currentColor" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"&gt;&lt;/path&gt;&lt;circle cx="12" cy="7" r="4"&gt;&lt;/circle&gt;&lt;/svg&gt; Student status and related regulations&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#faqMain" id="sadrzaj-status" style=""&gt;
&lt;div class="accordion-body p-0"&gt;
&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#s1" data-bs-toggle="collapse" type="button"&gt;What is the difference between full-time and part-time student status?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="s1" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;p data-end="205" data-start="76"&gt;A &lt;strong data-end="99" data-start="78"&gt;full-time student&lt;/strong&gt; studies according to the full course load. A &lt;strong data-end="166" data-start="145"&gt;part-time student&lt;/strong&gt; covers the full cost of their studies.&lt;/p&gt;

&lt;hr data-end="210" data-start="207" /&gt;
&lt;h3 data-end="244" data-section-id="1ju0var" data-start="212"&gt;&lt;strong data-end="244" data-start="216"&gt;Loss of Full-Time Status&lt;/strong&gt;&lt;/h3&gt;

&lt;p data-end="446" data-start="246"&gt;A student who loses full-time status due to repeating a year may continue their studies as a part-time student, provided that the total duration of study does not exceed twice the prescribed duration.&lt;/p&gt;

&lt;hr data-end="451" data-start="448" /&gt;
&lt;h3 data-end="495" data-section-id="346tud" data-start="453"&gt;&lt;strong data-end="495" data-start="457"&gt;Part-Time Status – Key Information&lt;/strong&gt;&lt;/h3&gt;

&lt;ul data-end="784" data-start="497"&gt;
	&lt;li data-end="562" data-section-id="12eufwl" data-start="497"&gt;Studies are conducted according to the full teaching schedule&lt;/li&gt;
	&lt;li data-end="627" data-section-id="15en27i" data-start="563"&gt;Typically, 30–60 ECTS credits are enrolled per academic year&lt;/li&gt;
	&lt;li data-end="674" data-section-id="1cbmajn" data-start="628"&gt;The student bears the full cost of tuition&lt;/li&gt;
	&lt;li data-end="784" data-section-id="t92myq" data-start="675"&gt;Students are not entitled to standard student benefits (except for student employment and health insurance)&lt;/li&gt;
&lt;/ul&gt;

&lt;hr data-end="789" data-start="786" /&gt;
&lt;h3 data-end="828" data-section-id="1uzgivc" data-start="791"&gt;&lt;strong data-end="828" data-start="795"&gt;Returning to Full-Time Status&lt;/strong&gt;&lt;/h3&gt;

&lt;p data-end="886" data-start="830"&gt;A return to full-time status is possible if the student:&lt;/p&gt;

&lt;ul data-end="1088" data-start="888"&gt;
	&lt;li data-end="934" data-section-id="o6rthk" data-start="888"&gt;regularly fulfills their study obligations&lt;/li&gt;
	&lt;li data-end="1004" data-section-id="7gichv" data-start="935"&gt;has a grade average equal to or higher than the programme average&lt;/li&gt;
	&lt;li data-end="1088" data-section-id="9f7gzs" data-start="1005"&gt;is able to complete the programme within twice the prescribed duration of study&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#s2" data-bs-toggle="collapse" type="button"&gt;How long does student status last?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="s2" style=""&gt;
&lt;div class="faq-answer"&gt;Student status remains valid until &lt;strong data-end="91" data-start="75"&gt;30 September&lt;/strong&gt; of the last enrolled academic year. It may be terminated through withdrawal from studies or upon completion of the study program.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#s3" data-bs-toggle="collapse" type="button"&gt;What is suspension of studies?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="s3" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;h3 data-end="218" data-section-id="tqb5ct" data-start="139"&gt;&lt;strong data-end="218" data-start="143"&gt;Student rights and obligations may be suspended in the following cases:&lt;/strong&gt;&lt;/h3&gt;

&lt;ul data-end="582" data-start="220"&gt;
	&lt;li data-end="251" data-section-id="icwfwk" data-start="220"&gt;non-active military service&lt;/li&gt;
	&lt;li data-end="265" data-section-id="1uzuzoz" data-start="252"&gt;pregnancy&lt;/li&gt;
	&lt;li data-end="322" data-section-id="1ech1ca" data-start="266"&gt;parenthood (until the child reaches one year of age)&lt;/li&gt;
	&lt;li data-end="355" data-section-id="7wnsh8" data-start="323"&gt;maternity and parental leave&lt;/li&gt;
	&lt;li data-end="423" data-section-id="1tjzbdb" data-start="356"&gt;illness or other justified reasons lasting longer than 3 months&lt;/li&gt;
	&lt;li data-end="529" data-section-id="1wzipha" data-start="424"&gt;international mobility longer than 30 days during the teaching period, if no ECTS credits are awarded&lt;/li&gt;
	&lt;li data-end="582" data-section-id="19e5nwj" data-start="530"&gt;other justified cases in accordance with the law&lt;/li&gt;
&lt;/ul&gt;

&lt;hr data-end="587" data-start="584" /&gt;
&lt;h3 data-end="634" data-section-id="v9h646" data-start="589"&gt;&lt;strong data-end="634" data-start="593"&gt;How to request suspension of studies?&lt;/strong&gt;&lt;/h3&gt;

&lt;ul data-end="874" data-start="636"&gt;
	&lt;li data-end="804" data-section-id="8c2nm6" data-start="636"&gt;a written request (application to the Vice Dean for Education) must be submitted with supporting documentation within &lt;strong data-end="768" data-start="756"&gt;3 months&lt;/strong&gt; from the date the reason occurred&lt;/li&gt;
	&lt;li data-end="874" data-section-id="1gqqddu" data-start="805"&gt;suspension may be granted for &lt;strong data-end="874" data-start="837"&gt;one semester or one academic year&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;hr data-end="879" data-start="876" /&gt;
&lt;h3 data-end="910" data-section-id="1p8kp64" data-start="881"&gt;&lt;strong data-end="910" data-start="885"&gt;Important information&lt;/strong&gt;&lt;/h3&gt;

&lt;ul data-end="1368" data-is-last-node="" data-is-only-node="" data-start="912"&gt;
	&lt;li data-end="1003" data-section-id="1yx84mc" data-start="912"&gt;during the suspension period, students may take exams if they have met the requirements&lt;/li&gt;
	&lt;li data-end="1060" data-section-id="oikbfi" data-start="1004"&gt;students may not attend classes or earn ECTS credits&lt;/li&gt;
	&lt;li data-end="1124" data-section-id="75ss1e" data-start="1061"&gt;most student rights are suspended (except health insurance)&lt;/li&gt;
	&lt;li data-end="1203" data-section-id="s1ep35" data-start="1125"&gt;the suspension period is not counted towards the total duration of studies&lt;/li&gt;
	&lt;li data-end="1368" data-is-last-node="" data-section-id="orqf20" data-start="1204"&gt;if the study program&amp;nbsp;changes during the suspension period, the student must complete any additional requirements (i.e. attend and pass newly introduced courses)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#s4" data-bs-toggle="collapse" type="button"&gt;How many times may I repeat an academic year?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="s4" style=""&gt;
&lt;div class="faq-answer"&gt;A full-time student may repeat each academic year &lt;strong data-end="114" data-start="101"&gt;only once&lt;/strong&gt;.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#s5" data-bs-toggle="collapse" type="button"&gt;Is transfer to another study program (within the Faculty or from another higher education institution) possible?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="s5" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;p data-end="325" data-start="120"&gt;Transfer to another study program&amp;nbsp;(within the Faculty or from another higher education institution) is possible, provided that the student has passed all examinations in the previously enrolled program.&lt;/p&gt;

&lt;hr data-end="330" data-start="327" /&gt;
&lt;h3 data-end="358" data-section-id="yrp668" data-start="332"&gt;&lt;strong data-end="358" data-start="336"&gt;Transfer Procedure&lt;/strong&gt;&lt;/h3&gt;

&lt;p data-end="457" data-start="360"&gt;The student submits a request to the Vice Dean for Education stating the reason for the transfer.&lt;/p&gt;

&lt;p data-end="500" data-start="459"&gt;The following documents must be attached:&lt;/p&gt;

&lt;ul data-end="639" data-start="502"&gt;
	&lt;li data-end="539" data-section-id="1obcnzz" data-start="502"&gt;a certified transcript of records&lt;/li&gt;
	&lt;li data-end="639" data-section-id="16yqrcy" data-start="540"&gt;a certified study program&amp;nbsp;syllabus (students of FFTB&amp;nbsp;are not required to submit these documents)&lt;/li&gt;
&lt;/ul&gt;

&lt;p data-end="752" data-start="641"&gt;The request must be submitted &lt;strong data-end="729" data-start="671"&gt;no later than seven days before the enrollment deadline&lt;/strong&gt; for the academic year.&lt;/p&gt;

&lt;hr data-end="757" data-start="754" /&gt;
&lt;h3 data-end="843" data-section-id="g1jtp3" data-start="759"&gt;&lt;strong data-end="843" data-start="763"&gt;Ranking of Applications (if the number of requests exceeds available places)&lt;/strong&gt;&lt;/h3&gt;

&lt;p data-end="970" data-start="845"&gt;If the number of applications exceeds available capacity, a ranking list will be established based on the following criteria:&lt;/p&gt;

&lt;ul data-end="1075" data-start="972"&gt;
	&lt;li data-end="995" data-section-id="4sdvte" data-start="972"&gt;grade point average&lt;/li&gt;
	&lt;li data-end="1029" data-section-id="3amnje" data-start="996"&gt;number of passed examinations&lt;/li&gt;
	&lt;li data-end="1053" data-section-id="1ggfg7i" data-start="1030"&gt;earned ECTS credits&lt;/li&gt;
	&lt;li data-end="1075" data-section-id="jt7nue" data-start="1054"&gt;duration of studies&lt;/li&gt;
&lt;/ul&gt;

&lt;hr data-end="1080" data-start="1077" /&gt;
&lt;h3 data-end="1117" data-section-id="sjhy28" data-start="1082"&gt;&lt;strong data-end="1117" data-start="1086"&gt;Recognition of Examinations&lt;/strong&gt;&lt;/h3&gt;

&lt;p data-end="1163" data-start="1119"&gt;Previously passed courses may be recognized.&lt;/p&gt;

&lt;p data-end="1278" data-is-last-node="" data-is-only-node="" data-start="1165"&gt;To request recognition of examinations, the student must submit a written request to the Vice Dean for Education.&lt;/p&gt;
&lt;a href="/images/50038466/OB-US-07%20Studentska%20molba%20(azurirano%2010.1.2023.).pdf"&gt;Request to the Vice Dean&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#s6" data-bs-toggle="collapse" type="button"&gt;Recognition of courses from other higher education institutions&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="s6" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;p data-end="204" data-start="69"&gt;The student submits a written&amp;nbsp;&lt;a href="/images/50038466/OB-US-07%20Studentska%20molba%20(azurirano%2010.1.2023.).pdf"&gt;request to the Vice Dean for Education&amp;nbsp;&lt;/a&gt;for the recognition of previously passed examinations, along with:&lt;/p&gt;

&lt;ul data-end="330" data-is-last-node="" data-is-only-node="" data-start="206"&gt;
	&lt;li data-end="277" data-section-id="1f03soi" data-start="206"&gt;a certified transcript of records from the previous study program&lt;/li&gt;
	&lt;li data-end="330" data-is-last-node="" data-section-id="1f8x417" data-start="278"&gt;a certified, detailed course description (syllabus)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item" id="cat-izvedba"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button fw-bold py-3 fs-5 collapsed" data-bs-target="#sadrzaj-izvedba" data-bs-toggle="collapse" type="button"&gt;&lt;svg class="me-3" fill="none" height="24" stroke="currentColor" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M9 11l3 3L22 4"&gt;&lt;/path&gt;&lt;path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"&gt;&lt;/path&gt;&lt;/svg&gt; Study Delivery, Assessment and Examinations&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#faqMain" id="sadrzaj-izvedba" style=""&gt;
&lt;div class="accordion-body p-0"&gt;
&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#i1" data-bs-toggle="collapse" type="button"&gt;Class schedules and exam dates&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="i1" style=""&gt;
&lt;div class="faq-answer"&gt;They are available via Studomat and the&amp;nbsp;&lt;a href="https://sceduly.com/hr/login/"&gt;Sceduly&lt;/a&gt;&amp;nbsp;system. All schedules are governed by the&amp;nbsp;&lt;a href="/studiji/rasporedi/akademski-kalendar"&gt;Academic calendar&lt;/a&gt;.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#i2" data-bs-toggle="collapse" type="button"&gt;Where can I find course literature?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="i2" style=""&gt;
&lt;div class="faq-answer"&gt;Course literature is available through the Merlin system and course webpages. It can also be borrowed from the FFTB&amp;nbsp;Library or the National and University Library in Zagreb.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#i3" data-bs-toggle="collapse" type="button"&gt;Exam registration and withdrawal&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="i3" style=""&gt;
&lt;div class="faq-answer"&gt;Exams must be registered for or withdrawn from via Studomat no later than &lt;strong data-end="179" data-start="141"&gt;three working days before the exam&lt;/strong&gt;.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#i4" data-bs-toggle="collapse" type="button"&gt;Differences in assessment methods&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="i4" style=""&gt;
&lt;div class="faq-answer"&gt;Assessment methods are determined autonomously by the course instructor in accordance with the intended learning outcomes.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#i5" data-bs-toggle="collapse" type="button"&gt;What if I believe I was treated unfairly in an exam?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="i5" style=""&gt;
&lt;div class="faq-answer"&gt;A student has the right to appeal a grade within &lt;strong data-end="119" data-start="107"&gt;24 hours&lt;/strong&gt; and the right to request an examination before an examination committee.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item" id="cat-zavrsetak"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="false" class="accordion-button fw-bold py-3 fs-5 collapsed" data-bs-target="#sadrzaj-zavrsetak" data-bs-toggle="collapse" type="button"&gt;&lt;svg class="me-3" fill="none" height="24" stroke="currentColor" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M22 10v6M2 10l10-5 10 5-10 5z"&gt;&lt;/path&gt;&lt;path d="M6 12v5c3 3 9 3 12 0v-5"&gt;&lt;/path&gt;&lt;/svg&gt;Completion of Studies&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse" data-bs-parent="#faqMain" id="sadrzaj-zavrsetak" style=""&gt;
&lt;div class="accordion-body p-0"&gt;
&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#z1" data-bs-toggle="collapse" type="button"&gt;Deadlines for thesis registration?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="z1" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;ul&gt;
	&lt;li data-end="118" data-section-id="bm5ltj" data-start="39"&gt;&lt;strong data-end="79" data-start="41"&gt;Undergraduate (Bachelor’s) thesis:&lt;/strong&gt; by the beginning of the 6th semester&lt;/li&gt;
	&lt;li data-end="183" data-is-last-node="" data-section-id="1pcqy1i" data-start="119"&gt;&lt;strong data-end="152" data-start="121"&gt;Graduate (Master’s) thesis:&lt;/strong&gt; by the end of the 3rd semester&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#z2" data-bs-toggle="collapse" type="button"&gt;Who can serve as a supervisor?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="z2" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;ul&gt;
	&lt;li data-end="103" data-section-id="mjtzbf" data-start="36"&gt;&lt;strong data-end="60" data-start="38"&gt;Bachelor’s thesis:&lt;/strong&gt; a person holding a doctoral degree (PhD)&lt;/li&gt;
	&lt;li data-end="210" data-is-last-node="" data-section-id="gw89a9" data-start="104"&gt;&lt;strong data-end="126" data-start="106"&gt;Master’s thesis:&lt;/strong&gt; a faculty member with the academic rank of Assistant Professor (&lt;em data-end="199" data-is-only-node="" data-start="191"&gt;docent&lt;/em&gt;) or higher&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#z3" data-bs-toggle="collapse" type="button"&gt;Thesis defence procedure&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="z3" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;ul&gt;
	&lt;li data-end="84" data-section-id="y1rklx" data-start="30"&gt;&lt;strong data-end="54" data-start="32"&gt;Bachelor’s thesis:&lt;/strong&gt; a &lt;strong data-end="82" data-is-only-node="" data-start="57"&gt;5-minute presentation&lt;/strong&gt;&lt;/li&gt;
	&lt;li data-end="166" data-is-last-node="" data-section-id="1j6oxb2" data-start="85"&gt;&lt;strong data-end="107" data-start="87"&gt;Master’s thesis:&lt;/strong&gt; a &lt;strong data-end="134" data-is-only-node="" data-start="110"&gt;25–30 minute defence&lt;/strong&gt; before an examination committee&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#z4" data-bs-toggle="collapse" type="button"&gt;Issuance of diploma&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="z4" style=""&gt;
&lt;div class="faq-answer"&gt;After the thesis defence and entry of the final grade, a certificate is issued and remains valid until the formal graduation ceremony.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="accordion-item" id="cat-razno"&gt;
&lt;h2 class="accordion-header"&gt;&lt;button aria-expanded="true" class="accordion-button fw-bold py-3 fs-5" data-bs-target="#sadrzaj-razno" data-bs-toggle="collapse" type="button"&gt;&lt;svg class="me-3" fill="none" height="24" stroke="currentColor" stroke-width="2" viewbox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="12" cy="12" r="10"&gt;&lt;/circle&gt;&lt;line x1="12" x2="12" y1="16" y2="12"&gt;&lt;/line&gt;&lt;line x1="12" x2="12.01" y1="8" y2="8"&gt;&lt;/line&gt;&lt;/svg&gt;Miscellaneous&lt;/button&gt;&lt;/h2&gt;

&lt;div class="accordion-collapse collapse show" data-bs-parent="#faqMain" id="sadrzaj-razno" style=""&gt;
&lt;div class="accordion-body p-0"&gt;
&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r1" data-bs-toggle="collapse" type="button"&gt;Student rights and obligations&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r1" style=""&gt;
&lt;div class="faq-answer"&gt;Students have the right to high-quality teaching and freedom of thought. They are obliged to comply with the regulations and official acts of the Faculty.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r2" data-bs-toggle="collapse" type="button"&gt;Student Office opening hours&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r2" style=""&gt;
&lt;div class="faq-answer"&gt;&lt;strong data-end="46" data-start="34"&gt;Address:&lt;/strong&gt; Pierottijeva 6, Zagreb&lt;br data-end="103" data-start="100" /&gt;
&lt;strong data-end="120" data-start="103"&gt;Office hours:&lt;/strong&gt; Monday–Friday, 10:00–13:00&lt;br data-end="150" data-start="147" /&gt;
&lt;strong data-end="160" data-start="150"&gt;Phone:&lt;/strong&gt; +385 1 4605 007&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r3" data-bs-toggle="collapse" type="button"&gt;What is ECTS?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r3" style=""&gt;
&lt;div class="faq-answer"&gt;
&lt;p data-end="90" data-start="19"&gt;European Credit Transfer and Accumulation System (ECTS) is a measure of student workload.&lt;/p&gt;

&lt;p data-end="140" data-is-last-node="" data-is-only-node="" data-start="92"&gt;&lt;strong data-end="140" data-is-last-node="" data-start="92"&gt;1 ECTS credit = 29–30 hours of student work.&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r4" data-bs-toggle="collapse" type="button"&gt;Is the diploma recognized abroad?&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r4" style=""&gt;
&lt;div class="faq-answer"&gt;Yes, the diploma is generally recognized abroad. However, additional certification (an &lt;strong data-end="139" data-start="126"&gt;Apostille&lt;/strong&gt;) is often required, which is issued by municipal courts.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r5" data-bs-toggle="collapse" type="button"&gt;Scholarships and awards&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r5" style=""&gt;
&lt;div class="faq-answer"&gt;Academic excellence is recognized through the Rector’s Award and various scholarships.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div class="border-bottom"&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r6" data-bs-toggle="collapse" type="button"&gt;Adapted learning for students with disabilities&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r6" style=""&gt;
&lt;div class="faq-answer"&gt;Students should contact the Office for Students with Disabilities and provide relevant medical documentation.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div&gt;&lt;button aria-expanded="true" class="accordion-button py-3 bg-white fw-semibold" data-bs-target="#r7" data-bs-toggle="collapse" type="button"&gt;Language of instruction and completion rate&lt;/button&gt;

&lt;div class="accordion-collapse collapse show" id="r7" style=""&gt;
&lt;div class="faq-answer"&gt;The language of instruction is Croatian. The completion rate for graduate programs is high, at &lt;strong data-end="153" data-start="146"&gt;97%&lt;/strong&gt;.&lt;br /&gt;
There is also a study in English.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;

				&lt;/td&gt;&lt;/tr&gt;
				&lt;/table&gt;
		</description>
					<link>https://www.pbf.hr/en/students/faq#content___5108</link>
			<guid>https://www.pbf.hr/en/students/faq#content___5108</guid>
		        				    <dc:creator>Obrisani Korisnik</dc:creator>
	    	</item>
	</channel>
</rss>
