Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Aug 15, 2023
2 parents a017426 + df92899 commit 59b005a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ORA Grading
.. image:: https://raw.githubusercontent.com/overhangio/tutor-mfe/master/screenshots/ora-grading.png
:alt: ORA Grading MFE screenshot

When enabled, Open Response Assesments ("ORA") that have a staff grading step will link to this new MFE, either when clicking "Grade Available Responses" from the exercise itself, or via a link in the Instructor Dashboard. It is meant to streamline the grading process with better previews of submitted content.
When enabled, Open Response Assessments ("ORA") that have a staff grading step will link to this new MFE, either when clicking "Grade Available Responses" from the exercise itself, or via a link in the Instructor Dashboard. It is meant to streamline the grading process with better previews of submitted content.

Profile
~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion tutormfe/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _build_3rd_party_dev_mfes_on_launch(
)
):
with open(path, encoding="utf-8") as patch_file:
# Here we force tutor-mfe lms patches to be loaded first, thus ensuring when opreators override
# Here we force tutor-mfe lms patches to be loaded first, thus ensuring when operators override
# MFE_CONFIG and/or MFE_CONFIG_OVERRIDES, their patches will be loaded after this plugin's
patch_name = os.path.basename(path)
priority = (
Expand Down

0 comments on commit 59b005a

Please sign in to comment.