{% extends "credentials/base_cred.html" %} {% block title %}Canonical Credentials -- Your exams{% endblock %} {% block meta_description %} The Canonical Ubuntu Essentials exams certify knowledge and verify skills in general Linux, Ubuntu Desktop, and Ubuntu Server topics. {% endblock meta_description %} {% block meta_copydoc %} https://docs.google.com/document/d/1QuhO-9FEOGLrYp8bErS_9snqdljl7d6tFAUoNQxoVDQ/edit {% endblock meta_copydoc %} {% block content %}

Your exams

To take an exam, you need to schedule it and log back in during your booked time slot.

{% if exams|length == 0 %} Purchase an exam {% endif %} Redeem an exam
{% if agreement_notification %}
Attention:

Before you start your exam you need to sign our confidentiality agreement.

{% endif %} {% if exams|length == 0 %}

You have no exams available

Once you purchase an exam, you can see it here

{% else %}

Exam Attempts

{% for exam in exams %} {% if exam["state"] == "Scheduled" %} {% else %} {% endif %} {% endfor %}
Exam Status Start time Actions
{{ exam["name"] }} {{ exam["state"] | capitalize }}  {{ exam["state"] | capitalize }} {{ exam["date"] }}
{{ exam["time"] }}
{% for action in exam["actions"] %} {{ action['text'] }} {% endfor %}
{% endif %}
{% for exam in exams %} {% if exam["state"] == "Scheduled" %}
Exam will be available on scheduled date.
{% endif %} {% endfor %} {% endblock content %}