msg+='<font color="red">Failed to create a background task for rescoring "{0}" for student {1}.</font>'.format(module_state_key,unique_student_identifier)
msg+='<font color="red">{text}</font>'.format(
text=_u('Failed to create a background task for rescoring "{key}" for student {id}.').format(
# If sending the task succeeds, deliver a success message to the user.
ifemail_to_option=="all":
email_msg='<div class="msg msg-confirm"><p class="copy">Your email was successfully queued for sending. Please note that for large classes, it may take up to an hour (or more, if other courses are simultaneously sending email) to send all emails.</p></div>'
text=_u(
"Your email was successfully queued for sending. "
"Please note that for large classes, it may take up to an hour "
"(or more, if other courses are simultaneously sending email) "
"to send all emails."
)
else:
email_msg='<div class="msg msg-confirm"><p class="copy">Your email was successfully queued for sending.</p></div>'
text=_u('Your email was successfully queued for sending.')
msg='<font color="red">Error: user "{0}" should first be added as staff before adding as a forum administrator, cannot add</font>'.format(uname)
msg='<font color="red">'+_u('Error: user "{0}" should first be added as staff before adding as a forum administrator, cannot add').format(uname)+'</font>'
else:
user.roles.add(role)
msg='<font color="green">Added "{0}" to "{1}" forum role = "{2}"</font>'.format(user,course.id,rolename)
msg='<font color="green">'+_u('Added "{0}" to "{1}" forum role = "{2}"').format(user,course.id,rolename)+'</font>'
msg+='<font color="red">Failed to find any background tasks for course "{course}" and module "{problem}".</font>'.format(course=course_id,problem=problem_url)
msg+='<font color="red">'+_u('Failed to find any background tasks for course "{course}" and module "{problem}".').format(course=course_id,problem=problem_url)+'</font>'
Staff Warning: Please note that if you submit a duplicate of text that has already been submitted for grading, it will not show up in the staff grading view. It will be given the same grade that the original received automatically, and will be returned within 30 minutes if the original is already graded, or when the original is graded if not.
${_("Staff Warning: Please note that if you submit a duplicate of text that has already been submitted for grading, it will not show up in the staff grading view. It will be given the same grade that the original received automatically, and will be returned within 30 minutes if the original is already graded, or when the original is graded if not.")}