From e9412b4e0af4eace1bc584163ba788d4418e26d4 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Mon, 30 Dec 2024 15:07:36 -0500 Subject: [PATCH] docs: update 'external_graders.rst' file --- .../concepts/exercise_tools/external_graders.rst | 16 +++++----------- source/links.txt | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/source/educators/concepts/exercise_tools/external_graders.rst b/source/educators/concepts/exercise_tools/external_graders.rst index 3bfee3f7d..3e6d6becd 100644 --- a/source/educators/concepts/exercise_tools/external_graders.rst +++ b/source/educators/concepts/exercise_tools/external_graders.rst @@ -1,8 +1,7 @@ .. _External Grader: -########################### External Grader -########################### +############### .. tags:: educator, concept @@ -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. @@ -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 @@ -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 ============================ diff --git a/source/links.txt b/source/links.txt index ebc45c29b..3b5641da7 100644 --- a/source/links.txt +++ b/source/links.txt @@ -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