Strengthen autograder: schema placement check, README findings, deeper AI log#3
Merged
Merged
Conversation
Three targeted fixes based on comparison with the Week 6 grader: 1. L3 schema placement check: zero the whole level if views are created in public or nyc_taxi instead of the student's own schema (the most common failure mode per the teacher rubric, previously undetected). 2. L8 README findings (5 pts, new): require a ## Findings section summarising Task 1 audit results with real numbers. Moves the 5 pts from the screenshot (L6, now 0 pts, still required) into this richer documentation deliverable. 3. L7 AI_ASSIST char floor raised from 1200 to 1800: matches Week 6 and forces the Reflection section to contain real analysis rather than a one-sentence restatement. Total remains 100 pts, passing 60. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three targeted fixes based on a comparison with the Week 6 assignment grader and a review of the Week 9 teacher rubric.
publicornyc_taxiinstead of their own schema. This is the Fill Week 9 SQL-for-Analytics assignment scaffold #1 failure mode listed in the teacher rubric but was previously invisible to the autograder.## Findingssection summarising the Task 1 audit results with real numbers. Replaces the screenshot as the documentation deliverable — screenshot (L6) is still required but is now 0 pts since it's binary evidence that adds little on its own.Total remains 100 pts, passing 60.
Test plan
public.vw_fact_tripsin schema_setup.sql gets 0 pts for L3## Findingsin README.md fails L8🤖 Generated with Claude Code