Build an algorithm scoring structured submissions (JSON, markdown, code, text) against a rubric returning a 0-1 weighted score with per-dimension feedback.
Dimensions: Completeness (0.30) + Format Compliance (0.20) + Coverage (0.25) + Clarity (0.15) + Validity (0.10)
Output: {weighted_score, quality_rating, scores: {dim: float}, feedback: [str], pass_threshold: bool}
Acceptance: Auto-detect format, score all 5 dims, 100 submissions <10s, within +/-0.05 of ground truth. 20-submission test set provided.
Bonus (+$2-4): NLP feedback generation | ML classifier baseline
Budget: $10 | Deadline: March 7, 2026
Comment /apply with solution. PR with tests + sample scorecards.