-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: mfe file actions with legacy refactor (#2059)
* feat: submission mfe bff endpoints and api * refactor: legacy upload files * refactor: legacy delete file * refactor: legacy file upload url generation * refactor: has any files in upload space * refactor: suffix constants * feat: add mfe file json handlers
- Loading branch information
Showing
18 changed files
with
770 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: edx-ora2\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-25 18:28+0000\n" | ||
"POT-Creation-Date: 2023-10-16 10:26-0400\n" | ||
"PO-Revision-Date: 2014-06-04 15:41-0400\n" | ||
"Last-Translator: Muhammad Ayub khan <[email protected]>\n" | ||
"Language-Team: openedx-translation <[email protected]>\n" | ||
|
@@ -49,106 +49,107 @@ msgstr "" | |
msgid "Example {example_number} is missing an option for \"{criterion_name}\"" | ||
msgstr "" | ||
|
||
#: data.py:533 | ||
#: data.py:534 | ||
#, python-brace-format | ||
msgid "Criterion {number}: {label}" | ||
msgstr "" | ||
|
||
#: data.py:535 | ||
#: data.py:536 | ||
#, python-brace-format | ||
msgid "Points {number}" | ||
msgstr "" | ||
|
||
#: data.py:536 | ||
#: data.py:537 | ||
#, python-brace-format | ||
msgid "Median Score {number}" | ||
msgstr "" | ||
|
||
#: data.py:537 | ||
#: data.py:538 | ||
#, python-brace-format | ||
msgid "Feedback {number}" | ||
msgstr "" | ||
|
||
#: data.py:866 | ||
#: data.py:867 | ||
msgid "Item ID" | ||
msgstr "" | ||
|
||
#: data.py:867 | ||
#: data.py:868 | ||
msgid "Submission ID" | ||
msgstr "" | ||
|
||
#: data.py:879 | ||
#: data.py:880 | ||
msgid "Anonymized Student ID" | ||
msgstr "" | ||
|
||
#: data.py:910 | ||
#: data.py:911 | ||
msgid "Assessment ID" | ||
msgstr "" | ||
|
||
#: data.py:911 | ||
#: data.py:912 | ||
msgid "Assessment Scored Date" | ||
msgstr "" | ||
|
||
#: data.py:912 | ||
#: data.py:913 | ||
msgid "Assessment Scored Time" | ||
msgstr "" | ||
|
||
#: data.py:913 | ||
#: data.py:914 | ||
msgid "Assessment Type" | ||
msgstr "" | ||
|
||
#: data.py:914 | ||
#: data.py:915 | ||
msgid "Anonymous Scorer Id" | ||
msgstr "" | ||
|
||
#: data.py:916 | ||
#: data.py:917 | ||
#: templates/legacy/staff_area/oa_student_info_assessment_detail.html:59 | ||
msgid "Overall Feedback" | ||
msgstr "" | ||
|
||
#: data.py:917 | ||
#: data.py:918 | ||
msgid "Assessment Score Earned" | ||
msgstr "" | ||
|
||
#: data.py:918 | ||
#: data.py:919 | ||
msgid "Assessment Scored At" | ||
msgstr "" | ||
|
||
#: data.py:919 | ||
#: data.py:920 | ||
msgid "Date/Time Final Score Given" | ||
msgstr "" | ||
|
||
#: data.py:920 | ||
#: data.py:921 | ||
msgid "Final Score Earned" | ||
msgstr "" | ||
|
||
#: data.py:921 | ||
#: data.py:922 | ||
msgid "Final Score Possible" | ||
msgstr "" | ||
|
||
#: data.py:922 | ||
#: data.py:923 | ||
msgid "Feedback Statements Selected" | ||
msgstr "" | ||
|
||
#: data.py:923 | ||
#: data.py:924 | ||
msgid "Feedback on Assessment" | ||
msgstr "" | ||
|
||
#: data.py:925 | ||
#: data.py:926 | ||
msgid "Response Files" | ||
msgstr "" | ||
|
||
#: data.py:1316 | ||
#: data.py:1317 | ||
msgid "No description provided." | ||
msgstr "" | ||
|
||
#: templates/base.html:16 templates/legacy/oa_base.html:15 | ||
#: templates/base.html:21 templates/legacy/oa_base.html:15 | ||
msgid "" | ||
"This assignment has several steps. In the first step, you'll provide a " | ||
"response to the prompt. The other steps appear below the Your Response field." | ||
msgstr "" | ||
|
||
#: templates/base.html:37 templates/legacy/oa_base.html:36 | ||
#: templates/base.html:42 templates/base.html:80 | ||
#: templates/legacy/oa_base.html:36 | ||
msgid "Loading" | ||
msgstr "" | ||
|
||
|
@@ -2434,10 +2435,6 @@ msgstr "" | |
msgid "Successfully updated OpenAssessment XBlock" | ||
msgstr "" | ||
|
||
#: xblock/ui_mixins/legacy/submissions/file_actions.py:71 | ||
msgid "Files metadata could not be saved." | ||
msgstr "" | ||
|
||
#: xblock/utils/data_conversion.py:315 | ||
msgid "You must provide options selected in the assessment." | ||
msgstr "" | ||
|
Oops, something went wrong.