Skip to content

Commit

Permalink
docs: update 'external_graders.rst' file
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Dec 30, 2024
1 parent 61fe3d9 commit e9412b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions source/educators/concepts/exercise_tools/external_graders.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. _External Grader:

###########################
External Grader
###########################
###############

.. tags:: educator, concept

Expand All @@ -22,9 +21,8 @@ For more information, see the following sections.

.. _External Grader Workflow:

**************************
External Grader Workflow
**************************
************************

XQueue uses the following workflow for external grader problems.

Expand All @@ -38,14 +36,13 @@ XQueue uses the following workflow for external grader problems.
#. The XQueue delivers the results to the LMS.
#. In the LMS, the learner sees the problem results and the grade.

For the code for the XQueue interface, see the ``urls.py`` file in the `edX
XQueue repository`_.
For the code for the XQueue interface, see the ``urls.py`` file in the `Open
edX XQueue repository`_.

.. _External Grader Example:

***************************
External Grader Example
***************************
***********************

An external grader is particularly useful for software programming courses
where learners are asked to submit complex code. The grader can run tests that
Expand All @@ -61,15 +58,12 @@ full output**. A message can be useful when the learner's solution is not
correct and you want to return information about the failed tests, as in the
following example.


.. image:: /_images/educator_concepts/external-grader.png
:alt: A learner's view of a programming problem that uses an external grader,
with an incorrect result.


.. _External Grader Requirements:

============================
External Grader Requirements
============================

Expand Down
2 changes: 1 addition & 1 deletion source/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@

.. _XQueue: https://github.com/openedx/xqueue

.. _edX XQueue repository: https://github.com/openedx/xqueue/blob/master/queue
.. _Open edX XQueue repository: https://github.com/openedx/xqueue/tree/master/xqueue

.. _GnuPG website: https://www.gnupg.org

Expand Down

0 comments on commit e9412b4

Please sign in to comment.