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/Expectations identical to Syllabus, GradingRubric #80

Closed
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

// TODO DataDirect/common/ContentItem/Expectations identical to Syllabus, GradingRubric

// TODO DataDirect/common/ContentItem/Expectations identical to Syllabus, GradingRubric
export type GradingRubric = {
  Id: number;
  SectionId: number;
  Description: URLString;
  ShortDescription: string;
  ExpireDate: DateTimeString;
  PublishDate: DateTimeString;
  Attachment: string;
};

export type Content = GradingRubric[];
@battis battis added datadirect packages/datadirect types TypeScript type definition improvement labels Dec 27, 2024
@battis
Copy link
Owner

battis commented Dec 28, 2024

duplicate of #79

@battis battis closed this as completed Dec 28, 2024
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