Skip to content
Snippets Groups Projects
honor.html 2.27 KiB
<%inherit file="../main.html" />

<%! from django.core.urlresolvers import reverse %>

<%namespace name='static' file='../static_content.html'/>

<%block name="title"><title>Honor Code</title></%block>

<section class="static-container honor-code">
  <h1> Honor Code </h1>
  <hr class="horizontal-divider">

  <div class="inner-wrapper">
    <p> By enrolling in a course on <i>edX</i>, you are joining a
      special worldwide community of learners. The aspiration
      of <i>edX</i> is to provide anyone in the world who has the
      motivation and ability to engage edX coursework the opportunity
      to attain the best edX-based educational experience that
      Internet technology enables. You are part of the community who
      will help <i>edX</i> achieve this goal.</p>

    <p> <i>edX</i> depends upon your motivation to learn the material
      and to do so with honesty. In order to participate
      in <i>edX</i>, you must agree to the Honor Code below and any
      additional terms specific to a class. This Honor Code, and any
      additional terms, will be posted on each class website.</p>

    <h2><i>edX</i> Honor Code Pledge</h2>

    <p> By enrolling in an <i>edX</i> course, I agree that I will:</p>

    <ul>
      <li>
        <p>Complete all mid-terms and final exams with my own work and only my own work. I will not submit the work of any other person.</p>
      </li>
      <li>
        <p>Maintain only one user account and not let anyone else use my username and/or password.</p>
      </li>
      <li>
        <p>Not engage in any activity that would dishonestly improve my results, or improve or hurt the results of others.</p>
      </li>
      <li>
        <p>Not post answers to problems that are being used to assess student performance.</p>
      </li>
    </ul>

    <p> Unless otherwise indicated by the instructor of an <i>edX</i> course, learners on <i>edX</i> are encouraged to:</p>

    <ul>
      <li>
        <p>Collaborate with others on the lecture videos, exercises, homework and labs.</p>
      </li>
      <li>
        <p>Discuss with others general concepts and materials in each course.</p>
      </li>
      <li>
        <p>Present ideas and written work to fellow <i>edX</i> learners or others for comment or criticism.</p>
      </li>
    </ul>
  </div>
</section>