Allow rubric and metric results to be passed from dependencies.
This would let you construct chains of computations using the dependency management specification.
e.g.:
- extract_grade, which identifies a grade level
- is_grade_appropriate, which templates based on extracted {grade_level}
Potentially blocked by #59
Allow rubric and metric results to be passed from dependencies.
This would let you construct chains of computations using the dependency management specification.
e.g.:
Potentially blocked by #59