<%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="headextra"> <%static:css group='course'/> <%namespace name="profile_graphs" file="profile_graphs.js"/> <%block name="title">Profile - edX 6.002x <%! from django.core.urlresolvers import reverse %> <%block name="js_extra"> <%include file="course_navigation.html" args="active_page='profile'" />

Course Progress

    %for chapter in courseware_summary: %if not chapter['display_name'] == "hidden":
  1. ${ chapter['display_name'] }

      %for section in chapter['sections']:
    1. <% earned = section['section_total'].earned total = section['section_total'].possible percentageString = "{0:.0%}".format( float(earned)/total) if earned > 0 and total > 0 else "" %>

      ${ section['display_name'] } ${"({0:.3n}/{1:.3n}) {2}".format( float(earned), float(total), percentageString )}

      ${section['format']} %if 'due' in section and section['due']!="": due ${section['due']} %endif %if len(section['scores']) > 0:
        ${ "Problem Scores: " if section['graded'] else "Practice Scores: "} %for score in section['scores']:
      1. ${"{0:.3n}/{1:.3n}".format(float(score.earned),float(score.possible))}
      2. %endfor
      %endif
    2. %endfor
  2. %endif %endfor

Password Reset Email Sent

An email has been sent to ${email}. Follow the link in the email to change your password.

Apply to change your name

To uphold the credibility of edX certificates, name changes must go through an approval process. A member of the course staff will review your request, and if approved, update your information. Please allow up to a week for your request to be processed. Thank you.

Change e-mail

  • We will send a confirmation to both ${email} and your new e-mail as part of the process.

Deactivate edX Account

Once you deactivate you’re MITx account you will no longer recieve updates and new class announcements from MITx.

If you’d like to still get updates and new class announcements you can just unenroll and keep your account active.

Unenroll from 6.002x

Please note: you will still receive updates and new class announcements from edX. If you don’t wish to receive any more updates or announcements deactivate your account.