## mako <%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from openedx.core.djangolib.markup import HTML from openedx.features.course_experience import DISPLAY_COURSE_SOCK %> <%block name="content"> % if show_course_sock and DISPLAY_COURSE_SOCK.is_enabled(course_id):

edX Verified Certificate

Why upgrade?

  • Official proof of completion
  • Easily shareable certificate
  • Proven motivator to complete the course
  • Certificate purchases help edX continue to offer free courses

How it works

  • Pay the Verified Certificate upgrade fee
  • Verify your identity with a webcam and government-issued ID
  • Study hard and pass the course
  • Share your certificate with friends, employers, and others

edX Learner Stories

Student Image
My certificate has helped me showcase my knowledge on my resume - I feel like this certificate could really help me land my dream job! - Christina Fong, edX Learner
Student Image
I wanted to include a verified certificate on my resume and my profile to illustrate that I am working towards this goal I have and that I have achieved something while I was unemployed.
- Cheryl Troell, edX Learner
% endif <%static:webpack entry="CourseSock"> new CourseSock({ el:'.verification-sock' });