OBJECT
ReflectionCriteria
link GraphQL Schema definition
- type ReflectionCriteria implements Node {
- : ID!
- : String!
- : String
- : String
- # The rubric for the criteria
- : [String!]!
- # The facet of the criteria. Ie AACME, Oog, Developing Reflective Practice
- : String
- # The models for the criteria should run on. Leave empty to run on all models.
- : [String!]
- # The footer from the group edge, if it exists
- : String
- # The header from the group edge, if it exists
- : String
- : [ReflectionAnalysisScore!]
- : ReflectionCriteriaGroup
- : ReflectionExperiment
- # The children topics of the topic.
- : ReflectionCriteria
- : [ReflectionCriteria!]
- }