Studying at the University of Verona

Study Plan

Your Study Plan includes all the learning activities you will undertake during your time at the University, such as modules, lab activities and practicals, seminars, project work, internships, as well as educational off-site visits, conferences and the final examination, or graduation.

Training offer to be defined

'; tabella_ins_Pd.classList.add('hiddenDiv') tabella_ins_Pd.classList.remove('visibleDiv'); window.scrollTo({ top: (tabella_ins_Pd.getBoundingClientRect().top + window.pageYOffset - 50), behavior: 'smooth' }); ajaxCallPd(event.target.href); setTimeout(function(){ dettaglio_ins_Pd.classList.remove('hiddenDiv'); dettaglio_ins_Pd.classList.add('visibleDiv'); }, 220); } } }); //ritorno al piano didattico replace url function returnDettagioToPiano(){ url = '/?ent=cs&id=547&menu=studiare&tab=insegnamenti'; if (curriculumSelect != null && curriculumSelect.value != "") { url += "&cu=" + curriculumSelect.value; } url += '&lang=en'; history.replaceState("", nomePage, url); changeLanguageUrl(); dettaglio_ins_Pd.classList.add('hiddenDiv'); dettaglio_ins_Pd.classList.remove('visibleDiv'); setTimeout(function(){ tabella_ins_Pd.classList.remove('hiddenDiv'); tabella_ins_Pd.classList.add('visibleDiv'); }, 220); } function ajaxCallPd(url){ axios.get(url,{ headers: {'X-Requested-With': 'XMLHttpRequest'}, timeout: 15000 }) .then(function (response) { history.replaceState("", nomePage, url); plausible('pageview', { u: getCurrentUrl() }); changeLanguageUrl(); dettaglioPd_modalContent.innerHTML = response.data; }) .catch(function (error) { // handle error console.log(error); if (error.code == "ECONNABORTED" || error.code == "ERR_NETWORK") { dettaglioPd_modalContent.innerHTML = errorPagePd(url, error.code); } else { dettaglioPd_modalContent.innerHTML = errorPagePd(url, "ERR_INTERNAL"); } }) } //cambio di curriculum se c'è function modInputIns(e) { url = '/?ent=cs&id=547&menu=studiare&tab=insegnamenti'; mod = false; if(curriculumSelect.value != ""){ url += "&cu=" + curriculumSelect.value; mod = true; } if (mod) { document.getElementById("CercaIns_Pd").setAttribute('href', url + '&aa=2020/2021&lang=en'); document.getElementById('CercaIns_Pd').style.display = 'block'; } else { document.getElementById('CercaIns_Pd').style.display = 'none'; } } function errorPagePd(url, error){ if("en" == "it"){ return ('

Nessuna connessione internet

Sembra che attualmente non sei connesso a nessuna rete internet funzionante, controlla la tua connessione provando a:

  • Disattivare la modalità aereo
  • Attivare la rete dati mobile o Wi-Fi
  • Controllare il segnale nella tua area
'); } return ('

No internet connection

It seems that you are not currently connected to any working internet network, check your connection by trying to:

  • Turn off airplane mode
  • Activate the mobile data network or Wi-Fi
  • Check the signal in your area
'); }