New project
← Projects
Define the questionnaire + take-home rubric. Validated on save.
{ "id": "proj_example", "name": "Example Role", "status": "draft", "ashbyJobIds": [ "ashby-job-id-here" ], "questionnaire": { "intro": "A few questions before your take-home.", "questions": [ { "id": "motivation", "type": "long_text", "prompt": "Why are you interested in this role?", "required": true }, { "id": "pitch", "type": "video", "prompt": "Record a 60-second elevator pitch about yourself.", "maxDurationSec": 60, "required": true } ], "evaluationGuidance": "Look for clear communication, genuine motivation, and relevant experience." }, "requirements": [ { "id": "home", "title": "Home renders", "description": "The home screen renders.", "steps": [ { "action": "navigate", "target": "/" } ], "critical": true } ], "rubric": [ { "dimension": "ai_agent_config", "weight": 0.2 }, { "dimension": "ui_ux", "weight": 0.3 }, { "dimension": "technical_presentation", "weight": 0.2 }, { "dimension": "code_functionality", "weight": 0.3 } ], "schemaVersion": "v1", "promptVersion": "v1" }
Save project