Skip to content
New issue

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

DataDirect/common/ContentItem/Assignment.Lti type #78

Open
github-actions bot opened this issue Dec 27, 2024 · 1 comment
Open

DataDirect/common/ContentItem/Assignment.Lti type #78

github-actions bot opened this issue Dec 27, 2024 · 1 comment
Assignees
Labels
datadirect packages/datadirect types TypeScript type definition improvement

Comments

@github-actions
Copy link

Lti: any[]; // TODO DataDirect/common/ContentItem/Assignment.Lti type

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[];
@battis battis added datadirect packages/datadirect types TypeScript type definition improvement labels Dec 27, 2024
@battis
Copy link
Owner

battis commented Dec 27, 2024

Duplicate of #72? Are they the same type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datadirect packages/datadirect types TypeScript type definition improvement
Projects
None yet
Development

No branches or pull requests

1 participant