example.ts
Student-Facing Text evaluator family
The Text Complexity evaluator runs multiple Student-Facing Text evaluators on the provided text input:- Grade Level Appropriateness
- Background Knowledge Demands v0.2.0
- Vocabulary Complexity
- Sentence Structure
- Meaning Directness v0.3.0
- Purpose Clarity v0.5.0
- Throws an error if all Student-Facing Text evaluators fail
- Otherwise outputs an error or result for each Student-Facing Text evaluator
For other evaluators
All Student-Facing Text evaluators besides the parent Text Complexity evaluator have the following output fields.
The
_internal field includes detailed internal analysis data specific to that evaluator:
Related topics
Quickstart
Install the SDK and run your first evaluator.
Configuration
Configure evaluators, including API keys and options.
Error handling
Handle configuration, validation, and API errors.
Batch evaluator
Evaluate a batch of text from a CSV file using literacy evaluators.