Skip to content

Commit

Permalink
Merge pull request #516 from edx/ahodges/DOC-2231
Browse files Browse the repository at this point in the history
Corrects the names of two ORA2 events
  • Loading branch information
Alison Hodges committed Aug 26, 2015
2 parents 5c1fe32 + 32e1a25 commit 6d3bb23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
8 changes: 4 additions & 4 deletions en_us/data/source/internal_data_formats/event_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,18 @@ M, N, O
- Description
* - ``modify_access``
- :ref:`Instructor_Event_Types`
* - ``openassessmentblock.create_submission``
- :ref:`ora2`
* - ``openassessmentblock.get_peer_submission``
- :ref:`ora2`
* - ``openassessmentblock.peer_assess``
- :ref:`ora2`
* - ``openassessmentblock.save_submission``
- :ref:`ora2`
* - ``openassessmentblock.self_assess``
- :ref:`ora2`
* - ``openassessmentblock.submit_feedback_on_assessments``
- :ref:`ora2`
* - ``openassessment.create_submission``
- :ref:`ora2`
* - ``openassessment.save_submission``
- :ref:`ora2`
* - ``openassessment.student_training_assess_example``
- :ref:`ora2`
* - ``openassessment.upload_file``
Expand Down
19 changes: 7 additions & 12 deletions en_us/data/source/internal_data_formats/tracking_logs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3239,14 +3239,9 @@ Open Response Assessment Events

This section includes descriptions of the following events.

* ``openassessmentblock.get_peer_submission``
* ``openassessmentblock.peer_assess``
* ``openassessmentblock.self_assess``
* ``openassessmentblock.submit_feedback_on_assessments``
* ``openassessment.create_submission``
* ``openassessment.save_submission``
* ``openassessment.student_training_assess_example``
* ``openassessment.upload_file``
.. contents::
:local:
:depth: 1

In an open response assessment, students review a question and then submit a
text response and, optionally, an image file. To evaluate their own and one or
Expand Down Expand Up @@ -3390,8 +3385,8 @@ other feedback about the assessment process.
- string
- The unique identifier of the feedback.

``openassessment.create_submission``
*************************************
``openassessmentblock.create_submission``
******************************************

The server emits this event when a student submits a response. The same event
is emitted when a student submits a response for peer assessment or for self
Expand Down Expand Up @@ -3433,8 +3428,8 @@ assessment.
- string
- The unique identifier of the response.

``openassessment.save_submission``
***********************************
``openassessmentblock.save_submission``
****************************************

The server emits this event when a student saves a response. Students
save responses before they submit them for assessment.
Expand Down

0 comments on commit 6d3bb23

Please sign in to comment.