Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.57 KB

File metadata and controls

45 lines (34 loc) · 1.57 KB
language layout title permalink redirect_from
en
default
Course info
/en/info.html
/

{%include pageglobal.html %}

{% if courseinfo.obiettivi[language] or courseinfo.obiettivi['all'] %}

{% if courseinfo.obiettivi[language] %}{{ courseinfo.obiettivi[language] }}{% elsif courseinfo.obiettivi['all'] %}
{{ courseinfo.obiettivi['all'] }}
{% endif %}
{% endif %}

Syllabus {#sillabo}

{% assign a = courseinfo.sillabo %}

    {% for credito in a %}
  1. {% for argomento in credito.argomenti %} {% if argomento[language] %} {{ argomento[language] }}{% elsif argomento['all'] %} {{ argomento['all'] }}{% endif %}. {% endfor %} {% if credito.peso %} (about {{credito.peso}} teaching hours){% endif %}
  2. {% endfor %}

{% if courseinfo.prerequisiti[language] or courseinfo.prerequisiti['all'] %}

Prerequisites

{% if courseinfo.prerequisiti[language] %}{{ courseinfo.prerequisiti[language] }}{% elsif courseinfo.prerequisiti['all'] %}{{ courseinfo.prerequisiti['all'] }}{% endif %} {% endif %}

{% if courseinfo.lezioni[language] or courseinfo.lezioni['all'] %}

Teaching methods

{% if courseinfo.lezioni[language] %}{{ courseinfo.lezioni[language] }}{% elsif courseinfo.lezioni['all'] %}{{ courseinfo.lezioni['all'] }}{% endif %} {% endif %}

{% if courseinfo.esame[language] or courseinfo.esame['all'] %}

Assessment methods

{% if courseinfo.esame[language] %}{{ courseinfo.esame[language] }}{% elsif courseinfo.esame['all'] %}{{ courseinfo.esame['all'] }}{% endif %} {% endif %}