${_("You are using the legacy instructor dashboard, which we will retire in the near future.")} ${_("Return to the Instructor Dashboard")}
${_("If the Instructor Dashboard is missing functionality, please contact your PM to let us know.")}
${msg}
%endif ##----------------------------------------------------------------------------- %if datatable:
${hname | h} | %endfor
---|
${value | h} | %endfor
${_("Task Type")} | ${_("Task inputs")} | ${_("Task Id")} | ${_("Requester")} | ${_("Submitted")} | ${_("Task State")} | ${_("Duration (sec)")} | ${_("Task Progress")} |
---|---|---|---|---|---|---|---|
${instructor_task.task_type} | ${instructor_task.task_input} | ${instructor_task.task_id} | ${instructor_task.requester} | ${instructor_task.created} | ${instructor_task.task_state} | ${_("unknown")} | ${_("unknown")} |
${hname | h} | %endfor
---|
${value | h} | %endfor
${_("View course statistics in the Admin section of this legacy instructor dashboard.")}
%endif ##----------------------------------------------------------------------------- %if modeflag.get('Admin'): % if course_errors is not UNDEFINED:${err | h}
% endif