Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add studio ui for date config type #2030

Merged
merged 16 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 44 additions & 32 deletions openassessment/conf/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-ora2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-26 12:59+0000\n"
"POT-Creation-Date: 2023-08-17 14:41+0000\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"
Expand Down Expand Up @@ -69,76 +69,76 @@ msgstr ""
msgid "Feedback {number}"
msgstr ""

#: data.py:870
#: data.py:866
msgid "Item ID"
msgstr ""

#: data.py:871
#: data.py:867
msgid "Submission ID"
msgstr ""

#: data.py:883
#: data.py:879
msgid "Anonymized Student ID"
msgstr ""

#: data.py:914
#: data.py:910
msgid "Assessment ID"
msgstr ""

#: data.py:915
#: data.py:911
msgid "Assessment Scored Date"
msgstr ""

#: data.py:916
#: data.py:912
msgid "Assessment Scored Time"
msgstr ""

#: data.py:917
#: data.py:913
msgid "Assessment Type"
msgstr ""

#: data.py:918
#: data.py:914
msgid "Anonymous Scorer Id"
msgstr ""

#: data.py:920
#: data.py:916
#: templates/openassessmentblock/staff_area/oa_student_info_assessment_detail.html:59
msgid "Overall Feedback"
msgstr ""

#: data.py:921
#: data.py:917
msgid "Assessment Score Earned"
msgstr ""

#: data.py:922
#: data.py:918
msgid "Assessment Scored At"
msgstr ""

#: data.py:923
#: data.py:919
msgid "Date/Time Final Score Given"
msgstr ""

#: data.py:924
#: data.py:920
msgid "Final Score Earned"
msgstr ""

#: data.py:925
#: data.py:921
msgid "Final Score Possible"
msgstr ""

#: data.py:926
#: data.py:922
msgid "Feedback Statements Selected"
msgstr ""

#: data.py:927
#: data.py:923
msgid "Feedback on Assessment"
msgstr ""

#: data.py:929
#: data.py:925
msgid "Response Files"
msgstr ""

#: data.py:1320
#: data.py:1316
msgid "No description provided."
msgstr ""

Expand Down Expand Up @@ -550,30 +550,42 @@ msgid ""
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:5
msgid "Course Deadlines"
msgid "Deadlines Configuration"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:11
msgid "Manual"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:15
msgid "Subsection"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:19
msgid "Course End"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:13
#: templates/openassessmentblock/edit/oa_edit_schedule.html:30
msgid "Response Start Date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:26
#: templates/openassessmentblock/edit/oa_edit_schedule.html:43
msgid "Response Start Time"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:35
#: templates/openassessmentblock/edit/oa_edit_schedule.html:52
msgid "The date and time when learners can begin submitting responses."
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:43
#: templates/openassessmentblock/edit/oa_edit_schedule.html:60
msgid "Response Due Date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:56
#: templates/openassessmentblock/edit/oa_edit_schedule.html:73
msgid "Response Due Time"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:65
#: templates/openassessmentblock/edit/oa_edit_schedule.html:82
msgid "The date and time when learners can no longer submit responses."
msgstr ""

Expand Down Expand Up @@ -2511,30 +2523,30 @@ msgstr ""
msgid "Your scores could not be checked."
msgstr ""

#: xblock/studio_mixin.py:229 xblock/studio_mixin.py:241
#: xblock/studio_mixin.py:232 xblock/studio_mixin.py:244
msgid "Error updating XBlock configuration"
msgstr ""

#: xblock/studio_mixin.py:246
#: xblock/studio_mixin.py:249
msgid "Error: Text Response and File Upload Response cannot both be disabled"
msgstr ""

#: xblock/studio_mixin.py:250
#: xblock/studio_mixin.py:253
msgid ""
"Error: When Text Response is disabled, File Upload Response must be Required"
msgstr ""

#: xblock/studio_mixin.py:253
#: xblock/studio_mixin.py:256
msgid ""
"Error: When File Upload Response is disabled, Text Response must be Required"
msgstr ""

#: xblock/studio_mixin.py:277
#: xblock/studio_mixin.py:280
#, python-brace-format
msgid "Validation error: {error}"
msgstr ""

#: xblock/studio_mixin.py:308
#: xblock/studio_mixin.py:312
msgid "Successfully updated OpenAssessment XBlock"
msgstr ""

Expand Down
Loading
Loading