{% extends "credentials/base_cred.html" %} {% block title %}Confirm exam scheduling | Credentials{% 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 %}

Ubuntu CUE

Everything is ready!

{% if not exam %}
Information

You have no exams at the moment.

{% else %}

Your exam

Exam name: {{ exam["name"] }}
Exam date: {{ exam["date"] }}
Time: {{ exam["time"] }}

{% set reschedule_href = "/credentials/schedule?contractItemID=" ~ exam['contract_item_id'] ~ "&uuid=" ~ exam['uuid'] ~ "&contractLongID=" ~ contract_long_id %} Reschedule exam Your exams >

How to take your exam

  1. Remember the reminders

    You will receive two reminder emails: one 48 hours before your exam and one 15 minutes before your starting time. Make sure everything is set up on your end to take the exam in the best possible conditions.

  2. Visit /credentials/your-exams

    On {{ exam["date"] }}, log into your credentials account. Look for the exam name you booked today and click on the Take exam button. The Take exam button will be available starting at {{ exam["time"] }}.

  3. Take the exam

    For the starting time of your booking, you will be given 30 minutes to start the exam. After that, you will not be able to access the exam anymore and will be marked as a "no-show". You will only get one try so make it count!

    If you experience any issues, please contact us at cue@canonical.com.

{% endif %}
{% endblock content %}