We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myschoolapp-reporting/packages/datadirect/src/api/DataDirect/common/ContentItem/Assignment.ts
Line 42 in 4e78165
export type Assignment = { AssignmentId: number; AssignmentTypeId: number; AssignmentType: string; ShortDescription: string; IncGradeBook: boolean; MaxPoints: number; Factor: number; ExtraCredit: boolean; IncCumGrade: boolean; PublishGrade: boolean; OnPaperSubmission: boolean; DropboxInd: boolean; DropboxNumFiles: number; DropboxResub: boolean; LocalNow: DateTimeString; AssignmentStatus: number; HasGrade: number; MissingInd: number; ExemptInd: number; IncompleteInd: number; LateInd: number; DropboxTimeLate: TimeString; SchoolId: number; SectionLinks: []; DownloadItems: []; LinkItems: []; HasGrades: boolean; AssessmentInd: boolean; MaxScore: number; MaxScoreInd: number; TimeToComplete: number; NumberOfAttempts: number; RandomizeQuestions: boolean; AssessmentId: number; QuestionsTogether: boolean; DiscussionInd: boolean; ShareDiscussion: boolean; AlwaysShowDiscussion: boolean; AllowDiscussionAttach: boolean; SaveForLater: boolean; Lti: any[]; // TODO DataDirect/common/ContentItem/Assignment.Lti type RubricId: number; ParentRubricId: number; AssignmentRubricLocked: boolean; EvaluationMethod: number; HasCompetencyGrades: number; FormativeInd: boolean; DefaultDateAssigned: DateTimeString; DefaultDateDue: DateTimeString; DefaultIndex: number; Selected: boolean; TopicSectionCount: number; NewAssessmentInd: boolean; RandomizeMultipleChoice: boolean; ShowResultsPage: boolean; ShowAfterOneAttempt: boolean; ShowTimeUsed: boolean; ShowTakeAgain: boolean; ShowQuestions: boolean; ShowPointsEarned: boolean; ShowCorrectAnswer: boolean; AllowStudentsResume: boolean; ShowQuestionsUntil: number; ShowQuestionsUntilDate: null; }; export type Content = Assignment[];
The text was updated successfully, but these errors were encountered:
Duplicate of #72? Are they the same type?
Sorry, something went wrong.
battis
No branches or pull requests
myschoolapp-reporting/packages/datadirect/src/api/DataDirect/common/ContentItem/Assignment.ts
Line 42 in 4e78165
The text was updated successfully, but these errors were encountered: