<%page args="section_data" expression_filter="h"/> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %>
<%include file="./data_download_2/reports.html" args="section_data=section_data, **context.kwargs" /> <%include file="./data_download_2/grading.html" args="section_data=section_data, **context.kwargs" /> %if settings.FEATURES.get('ENABLE_GRADE_DOWNLOADS'): <%include file="./data_download_2/certificates.html" args="section_data=section_data, **context.kwargs" /> <%include file="./data_download_2/problem_report.html" args="section_data=section_data, **context.kwargs" /> %endif

${_("Reports Available for Download")}

${_("The reports listed below are available for download, identified by UTC date and time of generation.")}

%if settings.FEATURES.get('ENABLE_ASYNC_ANSWER_DISTRIBUTION'):

${_("The answer distribution report listed below is generated periodically by an automated background process. \ The report is cumulative, so answers submitted after the process starts are included in a subsequent report. \ The report is generated several times per day.")}

%endif ## Translators: a table of URL links to report files appears after this sentence.

${Text(_("{strong_start}Note{strong_end}: {ul_start}{li_start}To keep student data secure, you cannot save or \ email these links for direct access. Copies of links expire within 5 minutes.{li_end}{li_start}Report files \ are deleted 90 days after generation. If you will need access to old reports, download and store the files, \ in accordance with your institution's data security policies.{li_end}{ul_end}")).format( strong_start=HTML(""), strong_end=HTML(""), ul_start=HTML("

"), li_start=HTML("
  • "), li_end=HTML("
  • "), )}


    %if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):

    ${_("Pending Tasks")}

    ${_("The status for any active tasks appears in a table below.")}


    %endif