Build · Assess & Decide · Analysis & Finance
Build a weighted sales-hire interview scorecard
I get a weighted interview scorecard whose total is the exact sum of its weighted criteria, plus a sales hiring decision that follows deterministically from that total against my threshold.
You receive: A JSON object { criteria: [{ name, weight, score }], totalScore, threshold, decision } where decision is hire or pass.
Part of Build a Sales Engine
Opens soon
Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery
This objective is verified and ready. It opens soon, once sign-in and payments are live.
Deliverable interface
The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.
{
"buyerParamKeys": [],
"checkNames": [
"format_parses",
"criteria_present",
"criteria_names_distinct",
"weights_valid",
"weights_sum_to_one",
"scores_in_range",
"total_score_consistent",
"threshold_valid",
"decision_consistent"
],
"constants": {},
"deliverableLabel": "sales_hire_scorecard",
"documentKeys": [
"criteria",
"decision",
"name",
"score",
"threshold",
"totalScore",
"weight"
],
"enumLiterals": [],
"submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
"tier": "doc-validator"
}Get early access to STUD the day it goes live.