<div class="bg-sky-50">
    <div class="container py-4 py-xl-6">
        <div class="row">
            <div class="col">
                <a class="anchor-xl" id="navRequirements"></a>
                <h2 class="mt-0 mb-4 mb-md-6">Entry Requirements</h2>
            </div>
        </div>
        <div class="row">
            <div class="col-12 col-md-6 col-lg-5">

                <p>
                <p>An undergraduate degree (BA/BSc) with a major (90 ECTS credits) in topics relevant for the programme. English 6/English Course B.</p>
                </p>
                <h3>Selection Criteria</h3>
                <p>
                <p>Platserna fördelas enligt: Betyg: 66%, Högskoleprov: 34%. Universitetet har beslutat att använda giltigt högskoleprovsresultat som skiljekriterium vid lika meriter.</p>
                </p>
            </div>
            <div class="col-12 col-md-6 col-lg-5 offset-lg-1">
                <h3 class="mt-0">English Language Requirements</h3>
                <p>
                <p>Most of Lund University’s programmes require English Level 6 (unless otherwise stated under "Entry requirements"). This is the equivalent of an overall IELTS score of 6.5 or a TOEFL score of 90. There are several ways to prove your English language proficiency - check which proof is accepted at the University Admissions in Sweden website. All students must prove they meet English language requirements by the deadline, in order to be considered for admission.</p>
                </p>
                <h3>Country-specific Requirements</h3>
                <p>
                <p>Check if there are any country-specific eligibility rules for you to study Master's studies or Bachelor's studies in Sweden.</p>
                </p>
            </div>
        </div>
    </div>
</div>
<div class="bg-sky-50">
  <div class="container py-4 py-xl-6">
    <div class="row">
      <div class="col">
        <a class="anchor-xl" id="{{id}}"></a>
        <h2 class="mt-0 mb-4 mb-md-6">{{title}}</h2>
      </div>
    </div>
    <div class="row">
      {{#each columns}}
        <div class="col-12 col-md-6 col-lg-5{{#if @last}} offset-lg-1{{/if}}">
          {{#each items}}
            {{#if headline}}<h3{{#if @first}} class="mt-0"{{/if}}>{{headline}}</h3>{{/if}}
            <p>{{{content}}}</p>
          {{/each}}
        </div>
      {{/each}}
    </div>
  </div>
</div>
{
  "id": "navRequirements",
  "title": "Entry Requirements",
  "columns": [
    {
      "items": [
        {
          "content": "<p>An undergraduate degree (BA/BSc) with a major (90 ECTS credits) in topics relevant for the programme. English 6/English Course B.</p>"
        },
        {
          "headline": "Selection Criteria",
          "content": "<p>Platserna fördelas enligt: Betyg: 66%, Högskoleprov: 34%. Universitetet har beslutat att använda giltigt högskoleprovsresultat som skiljekriterium vid lika meriter.</p>"
        }
      ]
    },
    {
      "items": [
        {
          "headline": "English Language Requirements",
          "content": "<p>Most of Lund University’s programmes require English Level 6 (unless otherwise stated under \"Entry requirements\"). This is the equivalent of an overall IELTS score of 6.5 or a TOEFL score of 90. There are several ways to prove your English language proficiency - check which proof is accepted at the University Admissions in Sweden website. All students must prove they meet English language requirements by the deadline, in order to be considered for admission.</p>"
        },
        {
          "headline": "Country-specific Requirements",
          "content": "<p>Check if there are any country-specific eligibility rules for you to study Master's studies or Bachelor's studies in Sweden.</p>"
        }
      ]
    }
  ]
}

No notes defined.