<%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>

${_("Student-specific grade inspection")}

${_("Specify the {platform_name} email address or username of a student here:").format(platform_name=settings.PLATFORM_NAME)}



${_("Student-specific grade adjustment")}

${_("Specify the {platform_name} email address or username of a student here:").format(platform_name=settings.PLATFORM_NAME)}


${_('Specify a particular problem in the course here by its url:')}

${_('You may use just the "urlname" if a problem, or "modulename/urlname" if not. (For example, if the location is {location1}, then just provide the {urlname1}. If the location is {location2}, then provide {urlname2}.)').format( location1="i4x://university/course/problem/problemname", urlname1="problemname", location2="i4x://university/course/notaproblem/someothername", urlname2="notaproblem/someothername") }

${_("Next, select an action to perform for the given user and problem:")}

%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']: %endif

%if section_data['access']['instructor']:

${_('You may also delete the entire state of a student for the specified problem:')}

%endif

%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:

${_("Rescoring runs in the background, and status for active tasks will appear in a table on the Course Info tab. " "To see status for all tasks submitted for this problem and student, click on this button:")}

%endif
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:

${_('Course-specific grade adjustment')}

${_("Specify a particular problem in the course here by its url:")}

${_('You may use just the "urlname" if a problem, or "modulename/urlname" if not. (For example, if the location is {location1}, then just provide the {urlname1}. If the location is {location2}, then provide {urlname2}.)').format( location1="i4x://university/course/problem/problemname", urlname1="problemname", location2="i4x://university/course/notaproblem/someothername", urlname2="notaproblem/someothername") }

${_("Then select an action")}:

${_("These actions run in the background, and status for active tasks will appear in a table on the Course Info tab. " "To see status for all tasks submitted for this problem, click on this button")}:

%endif