- The unique identifier of the response. Identifies the student who
is undergoing training.
* - ``options_selected``
- object
- A set of name/value pairs that identify the option that the student
selected for each criterion in the rubric, in the format
``'criterion_name': 'option_name'``.
* - ``submission_uuid``
- string
- The unique identifier of the response. Identifies the student who
is undergoing training.
openassessment.upload_file
-----------------------------
...
...
@@ -2054,7 +2570,7 @@ the response.
**History**: Added 6 August 2014.
``event`` **Fields**:
``event`` **Member Fields**:
.. list-table::
:widths: 15 15 60
...
...
@@ -2063,9 +2579,6 @@ the response.
* - Field
- Type
- Details
* - ``fileType``
- string
- The MIME type of the uploaded file. Reported by the student's browser.
* - ``fileName``
- string
- The name of the uploaded file, as stored on the student's client
...
...
@@ -2074,6 +2587,9 @@ the response.
- int
- The size of the uploaded file in bytes. Reported by the student's
browser.
* - ``fileType``
- string
- The MIME type of the uploaded file. Reported by the student's browser.
.. _AB_Event_Types:
...
...
@@ -2117,7 +2633,9 @@ If the student does not yet have an assignment, the server emits an
``user_api_usercoursetag`` table for the student. See
:ref:`user_api_usercoursetag`.
.. note:: After this event is emitted, the common ``context`` field in all subsequent events includes a ``course_user_tags`` member field with the student's assigned partition and group.
.. note:: After this event is emitted, the common ``context`` field in all
subsequent events includes a ``course_user_tags`` member field with the
student's assigned partition and group.
**Component**: Split Test
...
...
@@ -2182,15 +2700,15 @@ Student Cohort Events
When a cohort group is created, the server emits an ``edx.cohort.created``
event. A member of the course staff can create a cohort group manually via the
Instructor Dashboard (see :ref:`instructor_cohort_events`). The system
automatically creates the default cohort group and cohort groups included in the
course's ``auto_cohort_groups`` setting as they are needed (e.g. when a student
is assigned to one).
automatically creates the default cohort group and cohort groups included in
the course's ``auto_cohort_groups`` setting as they are needed (e.g. when a
student is assigned to one).
**Event Source**: Server
**History** Added 7 Oct 2014.
``event`` **Fields**:
``event`` **Member Fields**:
.. list-table::
:widths: 15 15 60
...
...
@@ -2212,16 +2730,16 @@ is assigned to one).
When a user is added to a cohort group, the server emits an
``edx.cohort.user_added`` event. A member of the course staff can add a user to
a cohort group manually via the Instructor Dashboard (see
:ref:`instructor_cohort_events`). The system automatically adds a user to the default
cohort group or a cohort group included in the course's ``auto_cohort_groups``
setting if the user accesses a discussion but has not yet been assigned to a
cohort group.
:ref:`instructor_cohort_events`). The system automatically adds a user to the
default cohort group or a cohort group included in the course's
``auto_cohort_groups`` setting if the user accesses a discussion but has not
yet been assigned to a cohort group.
**Event Source**: Server
**History** Added 7 Oct 2014.
``event`` **Fields**:
``event`` **Member Fields**:
.. list-table::
:widths: 15 15 60
...
...
@@ -2230,15 +2748,15 @@ cohort group.
* - Field
- Type
- Details
* - ``user_id``
- integer
- The numeric ID (from auth_user.id) of the added user.
* - ``cohort_id``
- integer
- The numeric ID of the cohort group.
* - ``cohort_name``
- string
- The display name of the cohort group.
* - ``user_id``
- integer
- The numeric ID (from auth_user.id) of the added user.
``edx.cohort.user_removed``
----------------------------------
...
...
@@ -2251,7 +2769,7 @@ cohort group via the Instructor Dashboard), the server emits an
**History** Added 7 Oct 2014.
``event`` **Fields**:
``event`` **Member Fields**:
.. list-table::
:widths: 15 15 60
...
...
@@ -2260,15 +2778,15 @@ cohort group via the Instructor Dashboard), the server emits an
* - Field
- Type
- Details
* - ``user_id``
- integer
- The numeric ID (from auth_user.id) of the removed user.
* - ``cohort_id``
- integer
- The numeric ID of the cohort group.
* - ``cohort_name``
- string
- The display name of the cohort group.
* - ``user_id``
- integer
- The numeric ID (from auth_user.id) of the removed user.
.. _ora:
...
...
@@ -2323,15 +2841,15 @@ user hides or redisplays a combined open-ended problem.
* - Field
- Type
- Details
* - ``category``
- integer
- Rubric category selected.
* - ``location``
- string
- The location of the question whose rubric is being selected.
* - ``selection``
- integer
- Value selected on rubric.
* - ``category``
- integer
- Rubric category selected.
``oe_show_full_feedback`` and ``oe_show_respond_to_feedback``