返回顶部
a

adaptivetest

Adaptive testing engine with IRT/CAT, AI question generation, and personalized learning recommendations

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
342
下载量
0
收藏
概述
安装方式
版本历史

adaptivetest

# AdaptiveTest Production-grade adaptive testing API. Uses Item Response Theory (IRT 2PL/3PL) with Computerized Adaptive Testing (CAT) to deliver precise ability estimates in fewer questions. Includes AI-powered question generation and personalized learning recommendations. ## When to Use This Skill Use AdaptiveTest when the user needs to: - Create or manage assessments and tests - Run adaptive testing sessions that select questions based on student ability - Generate assessment questions by topic, difficulty, or academic standard - Get personalized learning recommendations for students - Calibrate test items using IRT parameter estimation - Manage students, classes, and enrollments - Analyze test results and track student mastery ## Authentication All requests require the `X-API-Key` header: ``` X-API-Key: ${ADAPTIVETEST_API_KEY} ``` Base URL: `https://adaptivetest-platform-production.up.railway.app/api` ## Core Workflows ### 1. Create and Administer an Adaptive Test ``` POST /tests -- Create a test (set cat_enabled: true) POST /tests/{id}/items -- Add items to the test POST /tests/{id}/sessions -- Start an adaptive session for a student GET /sessions/{id}/next-item -- Get the next CAT-selected item POST /sessions/{id}/responses -- Submit student response GET /sessions/{id}/results -- Get ability estimate and results ``` The CAT engine selects items using maximum Fisher information. Ability is estimated after each response using IRT 2PL or 3PL models. Sessions terminate when the standard error drops below threshold or max items are reached. ### 2. Generate Questions with AI ``` POST /gen-q -- Generate questions by topic, difficulty, and standard ``` Request body: ```json { "topic": "Quadratic equations", "difficulty": "medium", "count": 5, "standard": "CCSS.MATH.CONTENT.HSA.REI.B.4", "format": "multiple_choice" } ``` Returns QTI 3.0-compatible items with stems, distractors, and rationales. Generation takes ~7 seconds. ### 3. Get Learning Recommendations ``` POST /recs -- Get personalized learning recommendations for a student ``` Request body: ```json { "student_id": "student-uuid", "subject": "Mathematics", "include_resources": true } ``` Returns a personalized learning plan based on the student's ability profile and assessment history. Generation takes ~25 seconds. ### 4. Calibrate Test Items ``` POST /tests/{id}/calibrate -- Run IRT calibration on collected response data ``` Requires sufficient response data (minimum 30 responses per item recommended). Returns IRT parameters: difficulty (b), discrimination (a), and guessing (c) for 3PL. ### 5. Manage Students and Classes ``` POST /students -- Create a student GET /students -- List students POST /classes -- Create a class POST /classes/{id}/enroll -- Enroll students in a class ``` OneRoster 1.2 compatible for SIS integration. ### 6. View Results and Analytics ``` GET /sessions/{id}/results -- Detailed session results with ability estimate GET /students/{id}/history -- Assessment history for a student GET /tests/{id}/analytics -- Item-level analytics for a test ``` ## Rate Limits Rate limits depend on your API key tier. Check `X-RateLimit-Remaining` header on each response. ## Error Handling All errors return JSON with a `detail` field: ```json {"detail": "Human-readable error message"} ``` Common status codes: 400 (validation), 401 (auth), 403 (limit exceeded), 404 (not found), 429 (rate limited). ## Reference Documentation For detailed endpoint specifications, request/response shapes, and IRT/CAT concepts, see the `references/` directory: - `references/api-endpoints.md` -- Full endpoint reference - `references/adaptive-testing.md` -- IRT and CAT concepts - `references/calibration.md` -- Item calibration guide

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 adaptivetest-skill-1776293891 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 adaptivetest-skill-1776293891 技能

通过命令行安装

skillhub install adaptivetest-skill-1776293891

下载 Zip 包

⬇ 下载 adaptivetest v1.0.1

文件大小: 13.34 KB | 发布时间: 2026-4-16 18:01

v1.0.1 最新 2026-4-16 18:01
Move internal specs to private repo to clarify credential boundaries

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部