diff --git a/source/educators/how-tos/course_development/exercise_tools/generate_ORA_report.rst b/source/educators/how-tos/course_development/exercise_tools/generate_ORA_report.rst new file mode 100644 index 000000000..6a2efcb25 --- /dev/null +++ b/source/educators/how-tos/course_development/exercise_tools/generate_ORA_report.rst @@ -0,0 +1,127 @@ +.. _Generate ORA Report: + +Generate a Report for ORA Assignments +###################################### + +To generate a report containing details of the ORA assignments in the course, +follow these steps. + +#. View the live version of your course. + +#. Select **Instructor**, and then select **Data Download**. + +#. In the **Reports** section, select **Generate ORA Data Report**. + + A status message indicates that the ORA data report is being generated. This + process might take some time to complete, but you can navigate away from this + page and do other work while it runs. + + To check the progress of the report generation, reload the page in your + browser and scroll down to the **Pending Tasks** section. The table shows + the status of active tasks. + + When the report is complete, a linked .csv file name becomes available above + the **Pending Tasks** section. File names are in the format + ``{course_id}_ORA_data_{datetime}.csv``. The most recently generated + reports appear at the top of the list. + +#. To open or save the generated ORA data report, locate and select the link + for the grade report you requested. + + You can open .csv files in a spreadsheet application to sort, graph, and + compare data. + + +.. _Interpret ORA Data Report: + +Interpret the ORA Data Report +****************************** + +The ORA data report for your course is a time-stamped .csv file that contains +data for all the ORA assignments in your course. For each ORA assignment in +the course, the report provides information that includes each learner's +anonymized ID, response, assessments details and scores, and the final score +for the assignment. For more details about each column in the report, see the +following descriptions. + + +.. image:: /_images/educator_references/ORA_Data_Report_Example.png + :alt: An example ORA data report shown in Excel. + + +The .csv file contains one row of data for each response from a learner. + +* The IDs in the **Submission ID** and **Item ID** columns uniquely identify the + problem within the course content and the learner's submission for that + problem. The **Problem Name** column is also available to help identify a + problem by its display name. + +* The **Username** column helps identify impacted learner submissions for further + platform review if applicable. + +* The **Anonymized Student ID** column lists an ID for each learner without + revealing confidential, personally identifiable data such as email addresses + and usernames. + +* The **Date/Time Response Submitted** column displays the date and time that the + learner submitted her response, in YYYY-MM-DD HH-MM-SS format. + +* The **Response** column displays the content of the learner's response. + +* The **Assessment Details** column displays the following details for the + assessments that were performed on the response. + + * The time and date that the assessment was submitted. + * The type of assessment: self (SE), peer (PE), staff (ST). + * The ID of the person who performed the assessment. + * Any text comments about the response that were included in the assessment. + +* The **Assessment Scores** column lists the scores that the response received + in self, peer, or staff assessments. + +* The **Date/Time Final Score Given**, **Final Score Points Earned**, and the + **Final Score Points Possible** columns provide details of the final score + that the response received. If a response has not received enough + assessments for the assignment to be considered complete, these columns show + a value of "None". + +* The **Feedback Statements Selected** and **Feedback on Peer Assessments** + columns together show the information that learners provided in the **Provide + Feedback on Peer Assessments** section of their ORA assignments. This section + is available to learners only when all assessments for an assignment have been + completed, and provides an optional way for learners to comment on their + experience of the peer assessment process. + + The **Feedback Statements Selected** column displays the text of the + feedback statements (if any) that the learner selected to describe their + experience of the peer assessment process. Learners can select either "These + assessments were useful" or "These assessments were not useful". They can + also select either or both of "I disagree with one or more of the peer + assessments of my response" and "Some comments I received were + inappropriate". + + If a learner also provided a free-form comment in the text field below the + selectable feedback statements, the text appears in the **Feedback on Peer + Assessments** column. + +.. seealso:: + :class: dropdown + + :ref:`Open Response Assessments` (concept) + + :ref:`Accessing ORA Assignment Information` (reference) + + :ref:`List and manage students waiting in peer step` (how-to) + + :ref:`View Metrics for All ORA Assignments` (how-to) + + :ref:`PA View Metrics for Individual Steps` (how-to) + + :ref:`Generate a Report for ORA File Submissions and Attachments` (how-to) + + :ref:`PA Create an ORA Assignment` (how to) + + :ref:`Managing ORA Assignments` (how to) + + :ref:`ORA Staff Grading` (reference) + diff --git a/source/educators/how-tos/course_development/exercise_tools/generate_report_ORA_submissions_attachments.rst b/source/educators/how-tos/course_development/exercise_tools/generate_report_ORA_submissions_attachments.rst new file mode 100644 index 000000000..160aef943 --- /dev/null +++ b/source/educators/how-tos/course_development/exercise_tools/generate_report_ORA_submissions_attachments.rst @@ -0,0 +1,85 @@ +.. _Generate a Report for ORA File Submissions and Attachments: + +Generate a Report for ORA File Submissions and Attachments +########################################################### + +.. tags:: educator, how-to + +To generate a report containing details of the ORA assignments in the course, +follow these steps. + +#. View the live version of your course. + +#. Select **Instructor**, and then select **Data Download**. + +#. In the **Reports** section, select **Generate ORA Submission Files Archive**. + + A status message indicates that the ORA data report is being generated. This + process might take some time to complete, but you can navigate away from this + page and do other work while it runs. + + To check the progress of the report generation, reload the page in your + browser and scroll down to the **Pending Tasks** section. The table shows + the status of active tasks. + + When the report is complete, a linked .zip file name becomes available above + the **Pending Tasks** section. File names are in the format + ``{course_id}_submission_files_{datetime}.csv``. The most recently generated + reports appear at the top of the list. + +#. To open or save the generated ORA submission files archive, locate and select + the link for the archive you requested. + + You can open .zip files using your computer and navigate the student's + submissions from your file explorer. + + +.. _Interpret the ORA Submission Files Archive: + +Interpret the ORA Submission Files Archive +******************************************* + +The ORA submission files archive for your course is a zipped folder that contains +both a time-stamped .csv file listing out all included submissions as well as +folder directories with the contents of these submissions for each ORA problem +contained in your course. + +This zipped directory contains a ``downloads.csv`` file which lists all available submissions, +their location, the content of any text submissions and file IDs for any attached +files included in the submission. Missing or corrupted files will be annotated with +``False`` in the ``file_found`` column of this document but will not be included in the +zipped file archive. + +Inside the zipped directory there's a folder for each unit that contains an ORA +problem in the course named using the following format: ``[section_index] Section +title, [subsection_index] Subsection name, [unit_index] Unit name``. +Example: ``[1] First section, [2] Second subsection, [3] Unit name``. + +Each of the folders mentioned above contain the text submissions for all students +in .txt format along with any attached files in that submission if applicable. The +filename indicates the ORA index, username (or partner ID if available) and +prompt index for a given ORA. When responses are file uploads, the name will also +include the original filename. +Example: ``[1] - john_doe - prompt_0.txt``. + +.. seealso:: + :class: dropdown + + :ref:`Open Response Assessments` (concept) + + :ref:`Accessing ORA Assignment Information` (reference) + + :ref:`List and manage students waiting in peer step` (how-to) + + :ref:`View Metrics for All ORA Assignments` (how-to) + + :ref:`PA View Metrics for Individual Steps` (how-to) + + :ref:`Generate ORA Report` (how-to) + + :ref:`PA Create an ORA Assignment` (how to) + + :ref:`Managing ORA Assignments` (how to) + + :ref:`ORA Staff Grading` (reference) + diff --git a/source/educators/how-tos/course_development/exercise_tools/list_manage_students_waiting_peer_step.rst b/source/educators/how-tos/course_development/exercise_tools/list_manage_students_waiting_peer_step.rst new file mode 100644 index 000000000..dbfe34318 --- /dev/null +++ b/source/educators/how-tos/course_development/exercise_tools/list_manage_students_waiting_peer_step.rst @@ -0,0 +1,60 @@ +.. _List and manage students waiting in peer step: + +List and Manage Students Waiting in Peer Step +############################################# + +.. tags:: educator, how-to + +On ORA problems with the peer assessment step, sometimes learners might get stuck +waiting peer responses to evaluate or peer reviews from other learners indefinitely. +There's a tool in the instructor dashboard that allows listing and managing those +learners. + +To view a list of students in the waiting step of an ORA problem in a course, follow +these steps. + +#. View the live version of the course. +#. Select **Instructor** to open the instructor dashboard. +#. On the instructor dashboard, select **Open Responses**. +#. In the table listing the ORA problems, locate the waiting column corresponding to + the problem you want to see users waiting on. +#. If there are any students in the waiting step, the column will become clickable. +#. Select it to open the **Waiting step details** page. + +The **Waiting step details** page displays some information related to the peer step +configuration and a table listing users in the waiting step with the +following attributes: + +* Usernames +* Number of peers assessed +* Number of peer reviews received +* Time spent on the waiting step so far +* Status from staff assessment step, if available in the problem +* Final grade status (waiting or overwritten). + +The **Waiting step details** page also allows managing student grades through the +**Manage individual learners** button near the bottom of the page, which works in +the same manner as :ref:`Access Information for a Specific Learner`. + + +.. seealso:: + :class: dropdown + + :ref:`Open Response Assessments` (concept) + + :ref:`Accessing ORA Assignment Information` (reference) + + :ref:`View Metrics for All ORA Assignments` (how-to) + + :ref:`PA View Metrics for Individual Steps` (how-to) + + :ref:`Generate ORA Report` (how-to) + + :ref:`Generate a Report for ORA File Submissions and Attachments` (how-to) + + :ref:`PA Create an ORA Assignment` (how to) + + :ref:`Managing ORA Assignments` (how to) + + :ref:`ORA Staff Grading` (reference) + diff --git a/source/educators/how-tos/course_development/exercise_tools/view_metrics_ORA_assignments.rst b/source/educators/how-tos/course_development/exercise_tools/view_metrics_ORA_assignments.rst new file mode 100644 index 000000000..576fe312c --- /dev/null +++ b/source/educators/how-tos/course_development/exercise_tools/view_metrics_ORA_assignments.rst @@ -0,0 +1,49 @@ +.. _View Metrics for All ORA Assignments: + +View Statistics for All ORA Assignments in a Course +################################################### + +.. tags:: educator, how-to + +To view metrics about all of the ORA assignments in a course, follow these steps. + +#. View the live version of the course. +#. Select **Instructor** to open the instructor dashboard. +#. On the instructor dashboard, select **Open Responses**. + +The **Open Responses** tab of the instructor dashboard displays the following +information. + +* The number of course units that include an ORA assignment. +* The number of ORA assignments in the course. +* The total number of submitted responses. +* The number of learners who are in each of the training, peer, + self, and staff workflow states. +* The number of learners who have received a final grade. + +The **Open Responses** tab also displays the same information for each separate +ORA assignment in the course, grouped by the course units that include ORA +assignments. + + +.. seealso:: + :class: dropdown + + :ref:`Open Response Assessments` (concept) + + :ref:`Accessing ORA Assignment Information` (reference) + + :ref:`List and manage students waiting in peer step` (how-to) + + :ref:`PA View Metrics for Individual Steps` (how-to) + + :ref:`Generate ORA Report` (how-to) + + :ref:`Generate a Report for ORA File Submissions and Attachments` (how-to) + + :ref:`PA Create an ORA Assignment` (how to) + + :ref:`Managing ORA Assignments` (how to) + + :ref:`ORA Staff Grading` (reference) + diff --git a/source/educators/how-tos/course_development/exercise_tools/view_statistics_single_ORA_assignment.rst b/source/educators/how-tos/course_development/exercise_tools/view_statistics_single_ORA_assignment.rst new file mode 100644 index 000000000..e30adb64c --- /dev/null +++ b/source/educators/how-tos/course_development/exercise_tools/view_statistics_single_ORA_assignment.rst @@ -0,0 +1,69 @@ +.. _PA View Metrics for Individual Steps: + +View Statistics for a Single ORA Assignment +############################################ + +.. tags:: educator, how-to + +To view metrics about learners in a single ORA assignment, including the number +who are active in each step, follow these steps. + +#. Open the ORA assignment in the course. + +#. Scroll to the bottom of the assignment and select **View Assignment + Statistics**. + + You see statistics for the assignment, including the total number of + responses and the location ID for the assignment. + + In the **Learner Progress** section, for each assessment step in the + assignment, you can see the number of learners who are currently working + through (but who have not completed) that step. Only assessment types that + exist in the assignment are included. + + .. note:: If a Staff Assessment step exists in the assignment, this step + will always show 0 active learners, because no learner actions are + required for that step. + + In addition to learners who are active in the assessment steps of the + assignment, you can see the number of learners who are in the following + states in the assignment. + + * **Waiting**: Learners who have finished the requirements for a step + and are waiting for their responses to be assessed by peers or staff. + + * **Done**: Learners who have completed all of their required steps, and + have received the required number of reviews. + + * **Cancelled**: Learners who have had their responses cancelled. + +In the **Dates** section below **Learner Progress**, the release and due dates +for each step in the assignment are shown. + +.. image:: /_images/educator_references/ORA_AssignmentStats.png + :width: 500 + :alt: The View Assignment Statistics page shows the number of active learners in each step, the number of learners in the Waiting, Done, and Cancelled states, and the start and due dates for each step. + + + +.. seealso:: + :class: dropdown + + :ref:`Open Response Assessments` (concept) + + :ref:`Accessing ORA Assignment Information` (reference) + + :ref:`List and manage students waiting in peer step` (how-to) + + :ref:`View Metrics for All ORA Assignments` (how-to) + + :ref:`Generate ORA Report` (how-to) + + :ref:`Generate a Report for ORA File Submissions and Attachments` (how-to) + + :ref:`PA Create an ORA Assignment` (how to) + + :ref:`Managing ORA Assignments` (how to) + + :ref:`ORA Staff Grading` (reference) + diff --git a/source/educators/navigation/components_activities.rst b/source/educators/navigation/components_activities.rst index cad093c38..5a9f33a58 100644 --- a/source/educators/navigation/components_activities.rst +++ b/source/educators/navigation/components_activities.rst @@ -245,6 +245,11 @@ Open Response Assessments ../concepts/exercise_tools/OpenResponseAssessments.rst ../how-tos/course_development/exercise_tools/CreateORAAssignment.rst ../how-tos/course_development/exercise_tools/Manage_ORA_Assignment.rst + ../how-tos/course_development/exercise_tools/list_manage_students_waiting_peer_step.rst + ../how-tos/course_development/exercise_tools/view_metrics_ORA_assignments.rst + ../how-tos/course_development/exercise_tools/view_statistics_single_ORA_assignment + ../how-tos/course_development/exercise_tools/generate_ORA_report.rst + ../how-tos/course_development/exercise_tools/generate_report_ORA_submissions_attachments.rst Oppia Exploration Tool ******************************************************* diff --git a/source/educators/references/course_development/exercise_tools/Access_ORA_Info.rst b/source/educators/references/course_development/exercise_tools/Access_ORA_Info.rst index a4189700e..29ae2896c 100644 --- a/source/educators/references/course_development/exercise_tools/Access_ORA_Info.rst +++ b/source/educators/references/course_development/exercise_tools/Access_ORA_Info.rst @@ -6,7 +6,7 @@ Accessing Metrics for ORA Assignments .. tags:: educator, reference -After you release an open response assessment assignment, you can access various +After you release an Open Response Assessment (ORA) assignment, you can access various metrics for the assignment or for all open response assessment assignments in the course. For example, you can view the number of learners in each step of the assignment or in possible states such as "Waiting" or "Completed" within the @@ -21,297 +21,20 @@ assessment` or :ref:`cancelling a learner's submission`, see :ref:`Managing ORA Assignments`. -.. toctree:: - :maxdepth: 1 - -.. _View Metrics for All ORA Assignments: - -******************************************************** -View Statistics for All ORA Assignments in a Course -******************************************************** - -To view metrics about all of the ORA assignments in a course, follow these steps. - -#. View the live version of the course. -#. Select **Instructor** to open the instructor dashboard. -#. On the instructor dashboard, select **Open Responses**. - -The **Open Responses** tab of the instructor dashboard displays the following -information. - -* The number of course units that include an ORA assignment. -* The number of ORA assignments in the course. -* The total number of submitted responses. -* The number of learners who are in each of the training, peer, - self, and staff workflow states. -* The number of learners who have received a final grade. - -The **Open Responses** tab also displays the same information for each separate -ORA assignment in the course, grouped by the course units that include ORA -assignments. - - -.. _List and manage students waiting in peer step: - -********************************************* -List and manage students waiting in peer step -********************************************* - -On ORA problems with the peer assessment step, sometimes learners might get stuck -waiting peer reponses to evaluate or peer reviews from other learners indefinitely. -There's a tool in the instructor dashboard that allows listing and managing those -learners. - -To view a list of students in the waiting step of an ORA problem in a course, follow -these steps. - -#. View the live version of the course. -#. Select **Instructor** to open the instructor dashboard. -#. On the instructor dashboard, select **Open Responses**. -#. In the table listing the ORA problems, locate the waiting column corresponding to - the problem you want to see users waiting on. -#. If there are any students in the waiting step, the column will become clickable. -#. Select it to open the **Waiting step details** page. - -The **Waiting step details** page displays some information related to the peer step -configuration and a table listing users in the waiting step with the -following attributes: - -* Usernames -* Number of peers assessed -* Number of peer reviews received -* Time spent on the waiting step so far -* Status from staff assessment step, if available in problem -* Final grade status (waiting or overwritten). - -The **Waiting step details** page also allows managing student grades through the -**Manage individual learners** button near the bottom of the page, which works in -the same manner as :ref:`Access Information for a Specific Learner`. - - -.. _PA View Metrics for Individual Steps: - -************************************************ -View Statistics for a Single ORA Assignment -************************************************ - -To view metrics about learners in a single ORA assignment, including the number -who are active in each step, follow these steps. - -#. Open the ORA assignment in the course. - -#. Scroll to the bottom of the assignment and select **View Assignment - Statistics**. - - You see statistics for the assignment, including the total number of - responses and the location ID for the assignment. - - In the **Learner Progress** section, for each assessment step in the - assignment, you can see the number of learners who are currently working - through (but who have not completed) that step. Only assessment types that - exist in the assignment are included. - - .. note:: If a Staff Assessment step exists in the assignment, this step - will always show 0 active learners, because no learner actions are - required for that step. - - In addition to learners who are active in the assessment steps of the - assignment, you can see the number of learners who are in the following - states in the assignment. - - * **Waiting**: Learners who have finished the requirements for a step - and are waiting for their responses to be assessed by peers or staff. - - * **Done**: Learners who have completed all of their required steps, and - have received the required number of reviews. - - * **Cancelled**: Learners who have had their responses cancelled. - -In the **Dates** section below **Learner Progress**, the release and due dates -for each step in the assignment are shown. - -.. image:: /_images/educator_references/ORA_AssignmentStats.png - :width: 500 - :alt: The View Assignment Statistics page shows the number of active learners in each step, the number of learners in the Waiting, Done, and Cancelled states, and the start and due dates for each step. - - -.. _Generate ORA Report: - -************************************************ -Generate a Report for ORA Assignments -************************************************ - -To generate a report containing details of the ORA assignments in the course, -follow these steps. - -#. View the live version of your course. - -#. Select **Instructor**, and then select **Data Download**. - -#. In the **Reports** section, select **Generate ORA Data Report**. - - A status message indicates that the ORA data report is being generated. This - process might take some time to complete, but you can navigate away from this - page and do other work while it runs. - - To check the progress of the report generation, reload the page in your - browser and scroll down to the **Pending Tasks** section. The table shows - the status of active tasks. - - When the report is complete, a linked .csv file name becomes available above - the **Pending Tasks** section. File names are in the format - ``{course_id}_ORA_data_{datetime}.csv``. The most recently generated - reports appear at the top of the list. - -#. To open or save the generated ORA data report, locate and select the link - for the grade report you requested. - - You can open .csv files in a spreadsheet application to sort, graph, and - compare data. - - -.. _Interpret ORA Data Report: - -==================================== -Interpret the ORA Data Report -==================================== - -The ORA data report for your course is a time-stamped .csv file that contains -data for all the ORA assignments in your course. For each ORA assignment in -the course, the report provides information that includes each learner's -anonymized ID, response, assessments details and scores, and the final score -for the assignment. For more details about each column in the report, see the -following descriptions. - - -.. image:: /_images/educator_references/ORA_Data_Report_Example.png - :alt: An example ORA data report shown in Excel. - - -The .csv file contains one row of data for each response from a learner. - -* The IDs in the **Submission ID** and **Item ID** columns uniquely identify the - problem within the course content and the learner's submission for that - problem. The **Problem Name** column is also available to help identify a - problem by its display name. - -* The **Username** column helps identify impacted learner submissions for further - platform review if applicable. - -* The **Anonymized Student ID** column lists an ID for each learner without - revealing confidential, personally identifiable data such as email addresses - and usernames. - -* The **Date/Time Response Submitted** column displays the date and time that the - learner submitted her response, in YYYY-MM-DD HH-MM-SS format. - -* The **Response** column displays the content of the learner's response. - -* The **Assessment Details** column displays the following details for the - assessments that were performed on the response. - - * The time and date that the assessment was submitted. - * The type of assessment: self (SE), peer (PE), staff (ST). - * The ID of the person who performed the assessment. - * Any text comments about the response that were included in the assessment. - -* The **Assessment Scores** column lists the scores that the response received - in self, peer, or staff assessments. - -* The **Date/Time Final Score Given**, **Final Score Points Earned**, and the - **Final Score Points Possible** columns provide details of the final score - that the response received. If a response has not received enough - assessments for the assignment to be considered complete, these columns show - a value of "None". - -* The **Feedback Statements Selected** and **Feedback on Peer Assessments** - columns together show the information that learners provided in the **Provide - Feedback on Peer Assessments** section of their ORA assignments. This section - is available to learners only when all assessments for an assignment have been - completed, and provides an optional way for learners to comment on their - experience of the peer assessment process. - - The **Feedback Statements Selected** column displays the text of the - feedback statements (if any) that the learner selected to describe their - experience of the peer assessment process. Learners can select either "These - assessments were useful" or "These assessments were not useful". They can - also select either or both of "I disagree with one or more of the peer - assessments of my response" and "Some comments I received were - inappropriate". - - If a learner also provided a free-form comment in the text field below the - selectable feedback statements, the text appears in the **Feedback on Peer - Assessments** column. - - -.. _Generate a Report for ORA File Submissions and Attachments: - -*********************************************************** -Generate a Report for ORA File Submissions and Attachments -*********************************************************** - -To generate a report containing details of the ORA assignments in the course, -follow these steps. - -#. View the live version of your course. - -#. Select **Instructor**, and then select **Data Download**. - -#. In the **Reports** section, select **Generate ORA Submission Files Archive**. - - A status message indicates that the ORA data report is being generated. This - process might take some time to complete, but you can navigate away from this - page and do other work while it runs. - - To check the progress of the report generation, reload the page in your - browser and scroll down to the **Pending Tasks** section. The table shows - the status of active tasks. - - When the report is complete, a linked .zip file name becomes available above - the **Pending Tasks** section. File names are in the format - ``{course_id}_submission_files_{datetime}.csv``. The most recently generated - reports appear at the top of the list. - -#. To open or save the generated ORA submission files archive, locate and select - the link for the archive you requested. - - You can open .zip files using your computer and navigate the student's - submissions from your file explorer. - - -.. _Interpret the ORA Submission Files Archive: - -========================================== -Interpret the ORA Submission Files Archive -========================================== +.. seealso:: + :class: dropdown -The ORA submission files archive for your course is a zipped folder that contains -both a time-stamped .csv file listing out all included submissions as well as -folder directories with the contents of these submissions for each ORA problem -contained in your course. + :ref:`Open Response Assessments` (concept) -This zipped directory contains a ``downloads.csv`` file which lists all available submissions, -their location, the content of any text submissions and file IDs for any attached -files included in the submission. Missing or corrupted files will be annotated with -``False`` in the ``file_found`` column of this document but will not be included in the -zipped file archive. + :ref:`List and manage students waiting in peer step` (how-to) -Inside the zipped directory there's a folder for each unit that contains an ORA -problem in the course named using the following format: ``[section_index] Section -title, [subsection_index] Subsection name, [unit_index] Unit name``. -Example: ``[1] First section, [2] Second subsection, [3] Unit name``. + :ref:`View Metrics for All ORA Assignments` (how-to) -Each of the folders mentioned above contain the text submissions for all students -in .txt format along with any attached files in that submission if applicable. The -filename indicates the ORA index, username (or partner ID if availabel) and -prompt index for a given ORA. When responses are file uploads, the name will also -include the original filename. -Example: ``[1] - john_doe - prompt_0.txt``. + :ref:`PA View Metrics for Individual Steps` (how-to) -.. seealso:: - :class: dropdown + :ref:`Generate ORA Report` (how-to) - :ref:`Open Response Assessments` (concept) + :ref:`Generate a Report for ORA File Submissions and Attachments` (how-to) :ref:`PA Create an ORA Assignment` (how to) diff --git a/source/educators/references/course_development/exercise_tools/multiple_choice.rst b/source/educators/references/course_development/exercise_tools/multiple_choice.rst index a3a306cab..07c424737 100644 --- a/source/educators/references/course_development/exercise_tools/multiple_choice.rst +++ b/source/educators/references/course_development/exercise_tools/multiple_choice.rst @@ -1,10 +1,22 @@ -:orphan: - .. _Multiple Choice: -######################################## -Multiple Choice -######################################## +Multiple-Choice Problem Type +############################## + +.. tags:: educator, reference + +The Multiple-Choice Problem in Open edX is a commonly used question type that allows learners to select one or more answers from a predefined list of options. It is highly versatile and can be employed to test knowledge, reinforce learning, or assess understanding in various subjects. + +To learn more about the different types of Multiple-Choice Questions, please visit: + +* :ref:`Single Select` +* :ref:`Multi select` + +.. seealso:: + :class: dropdown + + :ref:`Single Select` (reference) + + :ref:`Multi select` (reference) + -.. note:: - See :ref:`Single Select` for documentation \ No newline at end of file diff --git a/source/educators/references/course_development/exercise_tools/poll_tool.rst b/source/educators/references/course_development/exercise_tools/poll_tool.rst index ff31af111..07d366888 100644 --- a/source/educators/references/course_development/exercise_tools/poll_tool.rst +++ b/source/educators/references/course_development/exercise_tools/poll_tool.rst @@ -1,8 +1,7 @@ .. _Poll Tool: -################### Poll Tool -################### +########### .. tags:: educator, reference @@ -36,7 +35,6 @@ configured to hide results. :alt: A poll showing results after the learner has submitted a response. :width: 400 -******************************************* Enable the Poll Tool ******************************************* diff --git a/source/educators/references/course_development/exercise_tools/problem_hint_xml.rst b/source/educators/references/course_development/exercise_tools/problem_hint_xml.rst index cce905972..7cecf2d98 100644 --- a/source/educators/references/course_development/exercise_tools/problem_hint_xml.rst +++ b/source/educators/references/course_development/exercise_tools/problem_hint_xml.rst @@ -1,14 +1,12 @@ .. _Problem with Adaptive Hint XML: -********************************* Problem with Adaptive Hint XML -********************************* +############################### .. tags:: educator, reference -======== Template -======== +********* .. code-block:: xml @@ -48,9 +46,9 @@ Template .. note:: If the hints that you supply include characters, the letters must be lowercase. -======== + Tags -======== +****** * ````: Surrounds the script and text in the problem. * ````: Indicates that this problem has a custom response. diff --git a/source/educators/references/course_development/exercise_tools/single_select_xml.rst b/source/educators/references/course_development/exercise_tools/single_select_xml.rst index e4553768b..d9f0b912e 100644 --- a/source/educators/references/course_development/exercise_tools/single_select_xml.rst +++ b/source/educators/references/course_development/exercise_tools/single_select_xml.rst @@ -1,8 +1,7 @@ .. _Single Select Problem XML: -*********************************** Single Select Problem OLX Reference -*********************************** +#################################### .. tags:: educator, reference @@ -10,9 +9,8 @@ Single Select Problem OLX Reference For more information, see :ref:`Using the Script Element`. -======== Template -======== +********* .. code-block:: xml @@ -41,9 +39,9 @@ Template -======== + Elements -======== +********* For single select problems, the ```` element can include this hierarchy of child elements. @@ -62,15 +60,15 @@ hierarchy of child elements. In addition, standard HTML tags can be used to format text. ----------------------------- + ```` ----------------------------- +============================ Required. Indicates that the problem is a single select problem. -^^^^^^^^^^ + Attributes -^^^^^^^^^^ +---------- .. list-table:: :widths: 20 80 @@ -85,62 +83,62 @@ Attributes - Optional. Set to targeted-feedback="" if using targeted feedback. Otherwise, do not add this attribute. -^^^^^^^^ + Children -^^^^^^^^ +--------- * ``