Name | Description | Type | Additional information |
---|---|---|---|
ElementId |
The unique identifier for the assignment element (which is used in a course) in scope of a customer. |
integer |
None. |
Title |
The title of the assignment |
string |
None. |
IsHomework |
Defines whether the assignment is a homework assignment. |
boolean |
None. |
Deadline |
Deadline for the assignment. If null, there is no deadline. |
date |
None. |
UsePlagiarismCheck |
Defines whether answers will be checked for plagiarism. When true there are some restrictions on the files that can be uploaded. |
boolean |
None. |
AssessmentId |
The assessment id (grades / assessment scale) used for the assignment, will be null if assessment scale is not used. |
integer |
None. |
IsAssessmentVisibleForStudents |
Defines whether the assessment is visible for students. |
boolean |
None. |
SubmissionType |
Submission type for the assignment |
Itsolutions.Itslearning.Web.RestApi.Personal.Assignment.Enums.AssignmentSubmissionType |
None. |
IsAnonymous |
Defines whether submission is anonymous. |
boolean |
None. |
IsSelfAssessmentRequired |
Defines whether self-assessment is required. |
boolean |
None. |
PeersToAssessCount |
How many other students should each student peer assess. null means that peer assessment is not used. |
integer |
None. |
Text | string |
None. |
|
Files | Collection of Itslearning.Applications.Assignment.RestApi.Models.FileModel |
None. |
|
AnswerId | integer |
None. |
|
CanEditAssignment |
True if the user can edit the assignment itself - Text and Files, false otherwise. |
boolean |
None. |
CanEvaluateAnswers | boolean |
None. |
|
CanSubmitOrEditAnswer | boolean |
None. |