honor.html 2.14 KB
Newer Older
1
<%inherit file="../main.html" />
2

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

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

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

9
<section class="static-container honor-code">
10
  <h1>Honor Code</h1>
11 12 13
  <hr class="horizontal-divider">

  <div class="inner-wrapper">
14 15 16
    <h2>Collaboration Policy</h2>
    <p>By enrolling in a course on edX, you are joining a special worldwide community of learners. The aspiration of edX is to provide anyone in the world who has the motivation and ability to engage coursework from the Massachusetts Institute of Technology, Harvard University and the University of California, Berkeley the opportunity to attain the best MIT, Harvard and UC Berkeley-based educational experience that internet technology enables. You are part of the community who will help edX achieve this goal.</p>
    <p>EdX depends upon your motivation to learn the material and to do so with honesty. In order to participate in edX, 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>
17

18 19
    <h2>edX Honor Code Pledge</h2>
    <p>By enrolling in an edX course, I agree that I will:</p>
20
    <ul>
21 22 23 24
      <li>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.</li>
      <li>Maintain only one user account and not let anyone else use my username and/or password.</li>
      <li>Not engage in any activity that would dishonestly improve my results, or improve or hurt the results of others.</li>
      <li>Not post answers to problems that are being used to assess student performance.</li>
25
    </ul>
26
    <p>Unless otherwise indicated by the instructor of an edX course, learners on edX are encouraged to:</p>
27
    <ul>
28 29 30
      <li>Collaborate with others on the lecture videos, exercises, homework and labs.</li>
      <li>Discuss with others general concepts and materials in each course.</li>
      <li>Present ideas and written work to fellow edX learners or others for comment or criticism.</li>
31
    </ul>
32
  </div>
33
</section>