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

feat: add icons to draw attention to date config #2040

Merged
merged 10 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion openassessment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Initialization Information for Open Assessment Module
"""

__version__ = '5.2.5'
__version__ = '5.3.0'
30 changes: 17 additions & 13 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-08-30 22:03+0000\n"
"POT-Creation-Date: 2023-09-05 15:48+0000\n"
"PO-Revision-Date: 2014-06-04 15:41-0400\n"
"Last-Translator: Muhammad Ayub khan <ayubkhan@edx.org>\n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
Expand Down Expand Up @@ -383,11 +383,11 @@ msgstr ""
msgid "Schedule"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:29
#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:31
msgid "Assessment steps"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:36
#: templates/openassessmentblock/edit/oa_edit_header_and_validation.html:38
msgid "Settings"
msgstr ""

Expand Down Expand Up @@ -557,43 +557,47 @@ msgstr ""
msgid "Select a deadline configuration option"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:14
#: templates/openassessmentblock/edit/oa_edit_schedule.html:13
msgid " NEW"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:19
msgid "Configure deadlines manually"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:18
#: templates/openassessmentblock/edit/oa_edit_schedule.html:23
msgid "Match deadlines to the subsection due date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:22
#: templates/openassessmentblock/edit/oa_edit_schedule.html:27
msgid "Match deadlines to the course end date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:25
#: templates/openassessmentblock/edit/oa_edit_schedule.html:30
msgid "Learn more about open response date settings"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:35
#: templates/openassessmentblock/edit/oa_edit_schedule.html:40
msgid "Response Start Date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:48
#: templates/openassessmentblock/edit/oa_edit_schedule.html:53
msgid "Response Start Time"
msgstr ""

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

#: templates/openassessmentblock/edit/oa_edit_schedule.html:65
#: templates/openassessmentblock/edit/oa_edit_schedule.html:70
msgid "Response Due Date"
msgstr ""

#: templates/openassessmentblock/edit/oa_edit_schedule.html:78
#: templates/openassessmentblock/edit/oa_edit_schedule.html:83
msgid "Response Due Time"
msgstr ""

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

Expand Down
Loading
Loading