-
<% if @assignment.submission_types && @assignment.annotated_document? %>
- <%= t 'Student Annotation' %> <% end %> <% if @assignment.submission_types && @assignment.submission_types.match(/online_upload/) %>
- <%= t 'links.submit.file_upload', "File Upload" %> <% end %> <% if @assignment.submission_types && @assignment.submission_types.match(/online_text_entry/) %>
- <%= t 'links.submit.text_entry', "Text Entry" %> <% end %> <% if @assignment.submission_types && @assignment.submission_types.match(/online_url/) %>
- <%= t 'links.submit.website', "Website URL" %> <% end %> <% if @assignment.submission_types && @assignment.submission_types.match(/media_recording/) %>
- <%= t 'links.submit.media', "Media" %> <% end %> <% (@external_tools || []).each do |external_tool| %>
- <%= external_tool.label_for(:homework_submission, I18n.locale) %> <% end %>
<%= t 'instructions.online_url', "Copy and paste the link to the web site you'd like to submit for this assignment." %> <%= render :partial => "assignments/group_submission_reminder" if @assignment.has_group_category? %> | |
<%= blabel :submission, :url, :en => "Website URL" %> <%= text_field :submission, :url, :style => "min-width: 250px;" %> | |
<%= text_area :submission, :comment, :class => 'submission_comment_textarea', :placeholder => t('comments_placeholder', 'Comments...'), :title => t('additional_comments', 'Additional comments') %>
|
|
<%= t 'titles.media_recordings_disabled', "Media recordings are not enabled for this Canvas site" %>
<%= t 'messages.media_recordings_disabled', "Media recordings are not enabled for this Canvas site, and you will not be able to submit these types of assignments. Please contact your instructor about changing the settings for this assignment, or your system administrator about enabling media recordings." %>
<%= t 'instructions.media_recording', "Use the link below to record your submission. Click \"Save\" when you're finished and ready to submit." %> <%= render :partial => "assignments/group_submission_reminder" if @assignment.has_group_category? %> | |
<%= text_area :submission, :comment, :class => 'submission_comment_textarea', :placeholder => t('comments_placeholder', 'Comments...'), :title => t('additional_comments', 'Additional comments') %>
|
|