Skip to main content
Toggle navigation menu
Tutorials
Log In
Submit a Request
Sign in
Categories
Search
Class Companion
📝 Assignments
📝 Assignments
Why can't my student submit their response?
How do I create an assignment?
How do I create an assignment?
How do I disable ditto the AI tutor on an assessment?
How do I adjust or overrule scores?
How do I add or assign an assignment to another class?
How do I change the schedule, due, or close dates on an assignment?
How do I choose multiple correct options for Multiple Choice questions?
How do students use accommodations/accessibility features?
Can I recover lost/erased work?
Why is my student getting a "Messages Out of Sync" Error?
How do I print an assignment, rubric, or submission?
How do I create an outline assignment?
Why can't my student submit another attempt?
How do I re-open an assignment?
How do I see reports about my student's progress?
How can I stop syncing assignments to Canvas?
Can Class Companion detect AI generated text?
Does Class Companion sync with my LMS?
Why can't I publish my assignment?
How is pasted text calculated?
Why can't I dictate using the microphone button?
How do I mark my student's assignment as Complete?
Why does submitting the same answer sometimes result in different scores?
Why can't most of my students submit their responses?
How do I update an assignment?
How do I submit multiple pages for handwritten assignments?
How do I include an image in my assignment?
Which assignment formats does Class Companion support?
Popular searches:
<% var promotedArticles = articles.filter(function(article) { return article.promoted; }) %> <% if (promotedArticles.length) { %>
Popular articles
<%= partial('article-list-partial-general', { articles: promotedArticles }) %>
<% } %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 13) %>
<% }); %>
<% } %>
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 13) %>
Read more
<% }) %>
<% } else { %>
empty
<% } %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>