{"id":22006,"date":"2025-06-18T13:17:04","date_gmt":"2025-06-18T13:17:04","guid":{"rendered":"https:\/\/mastercaweb.unistra.fr\/?page_id=22006"},"modified":"2026-05-26T20:24:57","modified_gmt":"2026-05-26T20:24:57","slug":"faq-2","status":"publish","type":"page","link":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","title":{"rendered":"FAQ"},"content":{"rendered":"\n<div class=\"wp-block-group has-background\" style=\"background-color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--50);padding-bottom:0;padding-left:var(--wp--preset--spacing--50)\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-1386e79d wp-block-group-is-layout-constrained\">\n<h1 id=\"wp-block-themeisle-blocks-advanced-heading-5a9f23f4\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-5a9f23f4 is-style-wide\">Got questions?<\/h1>\n\n\n\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-ef6fc766\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ef6fc766 is-style-wide\">We are here to answer them<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\" style=\"padding-bottom:var(--wp--preset--spacing--70)\">Here you\u2019ll find answers to some of the most common questions about CAWEB.<\/p>\n\n\n\n<hr class=\"wp-block-separator alignfull has-text-color has-rouge-color has-alpha-channel-opacity has-rouge-background-color has-background is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"\/>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-da9a8d5e wp-block-columns-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div id=\"wp-block-themeisle-blocks-advanced-columns-f35f2097\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-ec92fa83\" class=\"wp-block-themeisle-blocks-advanced-column has-light-bg\">\n<div id=\"wp-block-themeisle-blocks-advanced-columns-1f375982\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-e06fe08a\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-76513545\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-76513545\"><strong>About the Master program<\/strong><\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq1\">\n    <label for=\"faq1\">\n      What does CAWEB mean?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        CAWEB stands for \u201cCr\u00e9ation et Administration de sites Web,\u201d which means \u201cWebsite Creation and Administration.\u201d\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq2\">\n    <label for=\"faq2\">\n      Do you offer in-person events?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        Yes. We offer optional <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/about-us\/partners-events\/\" target=\"_blank\">in-person events<\/a> each year, in France or abroad. \n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-contact-instructors-\">\n    <label for=\"faq-contact-instructors-\">\n      Can I contact instructors? \n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        Yes. Each instructor provides an email address for questions. We use Moodle for course materials, and you can also use the forum to get in touch with instructors.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-diploma-mention-program-online\">\n    <label for=\"faq-diploma-mention-program-online\">\n     Does the diploma mention that the program was online? \n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        No. The diploma does not mention that the program was taken online.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-what-are-assessments-like\">\n    <label for=\"faq-what-are-assessments-like\">\n  What are assessments like?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        Depending on the course, you may complete an individual assignment or a group project.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-register-pay-tuition-again-second-year\">\n    <label for=\"faq-register-pay-tuition-again-second-year\">\n  I would like to register for the 1-year program, but I am not sure I can finish it. \nDo I need to pay full tuition again in the second year?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        No. You can register for the 1-year format and later decide you need more time.\nIf you do, you will re-register for the remaining unit(s) and pay the corresponding fees.\nYou can find unit details on the website <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/contact\/\" target=\"_blank\">under \u201cPrograms\u201d<\/a> or <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/\" target=\"_blank\">reach out<\/a> if you have questions.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-can-I-do-an-internship\">\n    <label for=\"faq-can-I-do-an-internship\">\n Can I do an internship?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n\nYes. Internships are optional. The university does not partner with private companies to place students, but we share opportunities we receive. If you would like to do an internship, please contact the <a href=\"ledermannv@unistra.fr\" target=\"_blank\">program coordinator<\/a> about the required agreement with the University of Strasbourg.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-partnerships-or-industry-connections-CAWEB-programs-offer\">\n    <label for=\"faq-partnerships-or-industry-connections-CAWEB-programs-offer\">\n What partnerships or industry connections do the CAWEB programs offer?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nWe are building partnerships so students can benefit from our network. We have partners in the United States and Canada, as well as in several European cities. We are also part of a group of European universities, which allows students to take courses through partner institutions. We also partnered with <a href=\"https:\/\/www.employed.world\/\" target=\"_blank\">employed.world<\/a> in Berlin, which regularly hosts mentoring events.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-careers-does-this-program-prepare-students-for\">\n    <label for=\"faq-careers-does-this-program-prepare-students-for\">\n What careers does this master\u2019s program prepare students for?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nCommon career paths include digital communication, SEO, project management, UX design, UX research, accessibility, UX writing, content design, and freelancing.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\n    font-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\n    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-CAWEB-Master-program-offer-mentoring-or academic-support\">\n    <label for=\"faq-CAWEB-Master-program-offer-mentoring-or academic-support\">\n Does the CAWEB Master\u2019s program offer mentoring or academic support?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nYes. Students can reach out to the team for academic support and guidance related to studies, internships, or career opportunities.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-2aa89fd1\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-830ca7af\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-b49aa256\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-b49aa256\"><strong>Tuition information<\/strong><\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-tuition-master-program\">\n    <label for=\"faq-tuition-master-program\">\n      What are the tuition fees for the master\u2019s program?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n<a href=\"https:\/\/mastercaweb.unistra.fr\/en\/requirements-fees\/\" target=\"_blank\" class=\"custom-link\">Tuition<\/a> varies depending on the program and whether you choose the 1-year or 2-year format.        \n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-certificate-less-expensive-official-credential\">\n    <label for=\"faq-certificate-less-expensive-official-credential\">\n      Is the certificate less expensive than the master\u2019s program, and is it an official credential?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nYes. However, the certificate does not award ECTS credits under the French higher-education system. It is a non-degree certificate based on the program\u2019s format and hours. This <a href=\"https:\/\/mastercaweb.unistra.fr\/en\/certificate-in-usability-and-ux-design\/\" target=\"_blank\" class=\"custom-link\">certificate<\/a> is designed for career changers and professionals who want to build or deepen skills in UX design, accessibility, and usability.      \n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-do-you-offer-payment-plans\">\n    <label for=\"faq-do-you-offer-payment-plans\">\n      Do you offer payment plans?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nYou can pay tuition online by credit card or bank transfer. If you need a payment plan, please contact the team before paying so we can confirm what options may be available. Payment plans may be available to students regardless of where they live. \nStudents who have worked in France may also be able to use <a href=\"https:\/\/www.service-public.gouv.fr\/particuliers\/vosdroits\/R46472\" target=\"_blank\" class=\"custom-link\">CPF<\/a> funding (\u201cCompte Personnel de Formation\u201d).    \n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-are-there-any-fees-beyond-tuition\">\n    <label for=\"faq-are-there-any-fees-beyond-tuition\">\n      Are there any fees beyond tuition?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nNo. There are no additional fees. Tuition includes courses, assessments, and access to the learning platform. Travel costs for optional in-person events are the student\u2019s responsibility. We share event details months in advance so students can plan ahead. \nIf enough students register to attend an event, we may be able to request support from the <a href=\"https:\/\/erasmus-plus.ec.europa.eu\/\" target=\"_blank\" class=\"custom-link\">Erasmus<\/a> office.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-do-you-offer-scholarships\">\n    <label for=\"faq-do-you-offer-scholarships\">\n      Do you offer scholarships?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nWe do not offer scholarships for students who live outside France. \nStudents living in France should contact their regional authority, France Travail, or Transition Pro to ask about possible financial assistance.\n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"wp-block-themeisle-blocks-advanced-columns-8389070d\" class=\"wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset\"><div class=\"wp-block-themeisle-blocks-advanced-columns-overlay\"><\/div><div class=\"innerblocks-wrap\">\n<div id=\"wp-block-themeisle-blocks-advanced-column-c9b851d0\" class=\"wp-block-themeisle-blocks-advanced-column\">\n<h2 id=\"wp-block-themeisle-blocks-advanced-heading-ae7d8aa8\" class=\"wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ae7d8aa8\"><strong>International students<\/strong><\/h2>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-language-are-classes-taught-in\">\n    <label for=\"faq-language-are-classes-taught-in\">\n      What language are classes taught in?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n    All classes are taught in English.\n\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-not-an-EU-citizen-can-I-apply-to-the-program\">\n    <label for=\"faq-not-an-EU-citizen-can-I-apply-to-the-program\">\n      I\u2019m not an EU citizen. Can I apply to the program?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        Yes. You can apply from anywhere. You will need a 4-year degree and\/or VAPP (Validation of Acquired Professional and Personal Experience), depending on your situation.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-not-native-English-speaker-can-I-still-apply\">\n    <label for=\"faq-not-native-English-speaker-can-I-still-apply\">\n      I\u2019m not a native English speaker. Can I still apply?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nYes. During the interview, we assess your English level. We expect students to communicate clearly in speaking and writing and to meet at least a <a href=\"https:\/\/www.service-public.gouv.fr\/particuliers\/vosdroits\/F34739?lang=en\" target=\"_blank\" class=\"custom-link\">B2 (CEFR) level<\/a>, which is an upper-intermediate (\u201cindependent user\u201d) level.\n<p>\n\nOur instructors come from different countries, so you may hear a range of accents. If you\u2019d like a sense of that, you can listen to instructor interviews (<a href=\"https:\/\/youtu.be\/clKSvSQOmS4?si=2QwKBkL42rDIOWgI\" target=\"_blank\" class=\"custom-link\">Katarina Lechner<\/a>, <a href=\"https:\/\/youtu.be\/qxrRXGQL8GU?si=JdakG_DDknrkRXAf\" target=\"_blank\" class=\"custom-link\">Carolyn Gubala<\/a>, and <a href=\"https:\/\/youtu.be\/ALyIPbOiH5E?si=Fyx1jZSTMMauXRsJ\" target=\"_blank\" class=\"custom-link\">Marie-Aude Sourd-Ramos<\/a>). <br> For the expected reading level, you can also refer to Steve Krug\u2019s <a href=\"https:\/\/sensible.com\/dont-make-me-think\/\" target=\"_blank\" class=\"custom-link\">Don\u2019t Make Me Think, Revisited<\/a>. \n\n<\/p>\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-do-I-need-to-travel-to-Strasbourg-for-exams\">\n    <label for=\"faq-do-I-need-to-travel-to-Strasbourg-for-exams\">\n      Do I need to travel to Strasbourg for exams?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\n        No. Exams are online.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n\n\n\n<!-- Font Awesome Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n\n<style>\n  .faq-accordion {\n    width: 100%;\n  }\n\n  .faq-accordion .faq-item {\n    margin-bottom: 10px;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: box-shadow 0.3s ease;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"] {\n    display: none;\n  }\n\n  .faq-accordion label {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px;\n    font-weight: bold;\nfont-size: 28px;\n    cursor: pointer;\n    color: #111;\n    background: #fff;\n    transition: background 0.3s;\n  }\n\n  .faq-accordion .faq-item.open-top-border {\n    border-top: 5px solid #ea4335;\n    border-top-left-radius: 8px;\n    border-top-right-radius: 8px;\n  }\n\n  .faq-accordion .chevron {\n    transition: transform 0.3s ease;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label .chevron {\n    transform: rotate(180deg);\n  }\n\n  .faq-accordion .faq-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 16px;\ntransition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;\n    background: #fff;\n  }\n\n  .faq-accordion input[type=\"checkbox\"]:checked + label + .faq-content {\n    max-height: 500px;\n    padding: 12px 16px;\n  }\n<\/style>\n\n<div class=\"faq-accordion\">\n  <div class=\"faq-item\">\n    <input type=\"checkbox\" id=\"faq-live-abroad-and-cant-attend-evening-classes-is-that-an-issue\">\n    <label for=\"faq-live-abroad-and-cant-attend-evening-classes-is-that-an-issue\">\n      I live abroad and can\u2019t attend evening classes (CET) due to the time difference. \nIs that an issue?\n      <span class=\"chevron\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n    <\/label>\n    <div class=\"faq-content\">\n      <p>\nNo. Live sessions are recorded and posted on Moodle shortly after class (or the next day). You can follow the program asynchronously as long as you meet assignment and assessment deadlines.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Adds the red top border when open\n  document.querySelectorAll('.faq-accordion input[type=\"checkbox\"]').forEach((checkbox) => {\n    checkbox.addEventListener('change', function () {\n      const item = this.closest('.faq-item');\n      if (this.checked) {\n        item.classList.add('open-top-border');\n      } else {\n        item.classList.remove('open-top-border');\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here you\u2019ll find answers to some of the most common questions about CAWEB.<\/p>\n","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-no-title.php","meta":{"_acf_changed":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-22006","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FAQ - Master CAWEB<\/title>\n<meta name=\"description\" content=\"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FAQ - Master CAWEB\" \/>\n<meta property=\"og:description\" content=\"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Master CAWEB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/master.caweb\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-26T20:24:57+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mastercaweb\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/\",\"name\":\"FAQ - Master CAWEB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#website\"},\"datePublished\":\"2025-06-18T13:17:04+00:00\",\"dateModified\":\"2026-05-26T20:24:57+00:00\",\"description\":\"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/faq-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#website\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/\",\"name\":\"Master CAWEB\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#organization\",\"name\":\"Master CAWEB\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo-caweb.webp\",\"contentUrl\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/logo-caweb.webp\",\"width\":351,\"height\":100,\"caption\":\"Master CAWEB\"},\"image\":{\"@id\":\"https:\\\/\\\/mastercaweb.unistra.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/master.caweb\",\"https:\\\/\\\/x.com\\\/mastercaweb\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FAQ - Master CAWEB","description":"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.","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:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","og_locale":"en_US","og_type":"article","og_title":"FAQ - Master CAWEB","og_description":"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.","og_url":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","og_site_name":"Master CAWEB","article_publisher":"https:\/\/www.facebook.com\/master.caweb","article_modified_time":"2026-05-26T20:24:57+00:00","twitter_card":"summary_large_image","twitter_site":"@mastercaweb","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","url":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/","name":"FAQ - Master CAWEB","isPartOf":{"@id":"https:\/\/mastercaweb.unistra.fr\/#website"},"datePublished":"2025-06-18T13:17:04+00:00","dateModified":"2026-05-26T20:24:57+00:00","description":"Answers to all your top questions about pricing, features, and troubleshooting. Get the support you need instantly.","breadcrumb":{"@id":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mastercaweb.unistra.fr\/en\/faq-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/mastercaweb.unistra.fr\/en\/"},{"@type":"ListItem","position":2,"name":"FAQ"}]},{"@type":"WebSite","@id":"https:\/\/mastercaweb.unistra.fr\/#website","url":"https:\/\/mastercaweb.unistra.fr\/","name":"Master CAWEB","description":"","publisher":{"@id":"https:\/\/mastercaweb.unistra.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mastercaweb.unistra.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mastercaweb.unistra.fr\/#organization","name":"Master CAWEB","url":"https:\/\/mastercaweb.unistra.fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mastercaweb.unistra.fr\/#\/schema\/logo\/image\/","url":"https:\/\/mastercaweb.unistra.fr\/wp-content\/uploads\/2024\/03\/logo-caweb.webp","contentUrl":"https:\/\/mastercaweb.unistra.fr\/wp-content\/uploads\/2024\/03\/logo-caweb.webp","width":351,"height":100,"caption":"Master CAWEB"},"image":{"@id":"https:\/\/mastercaweb.unistra.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/master.caweb","https:\/\/x.com\/mastercaweb"]}]}},"_links":{"self":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages\/22006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/comments?post=22006"}],"version-history":[{"count":2,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages\/22006\/revisions"}],"predecessor-version":[{"id":24713,"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/pages\/22006\/revisions\/24713"}],"wp:attachment":[{"href":"https:\/\/mastercaweb.unistra.fr\/en\/wp-json\/wp\/v2\/media?parent=22006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}