Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Apr 25, 2024
1 parent 7c55e2d commit b7b3f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/types/criteria.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface CatalogCriteria {
docPath: string | undefined; // Path to documentation
params: CriteriaParameter[] | undefined; // Any parameters that affect the criteria
hideInCatalog?: boolean; // Whether the criteria should be hidden in the user-facing catalog
maxCount?: number; // The maximum number of instances of this criteria that can be added to a rubric
maxCount?: number; // The maximum number of instances allowed for this criteria within a single checklist. Unlimited if undefined.
}

// An instance of a criteria in a rubric.
Expand Down

0 comments on commit b7b3f58

Please sign in to comment.