Skip to main content

ZeqAssessment

Automated assessment generation and scoring. Bloom's taxonomy alignment, difficulty calibration via HulyaPulse psychometric modeling, plagiarism-resistant question variants.

EndpointPOST /api/edu/assessment
Authapi-key
Rate limit15/min
Categoryeducation

Parameters

NameTypeRequiredDescription
topicstringYesAssessment topic.
difficultystringNo'remember', 'understand', 'apply', 'analyze', 'evaluate', 'create'.
questionCountnumberNoNumber of questions.

Returns

{ questions, rubric, bloomsAlignment, estimatedTime_min, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"topic": "<topic>",
"difficulty": "apply",
"questionCount": 10
}' \
"https://zeqsdk.com/api/edu/assessment"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-assessment.