Closed asheynis closed 1 year ago
I do want to make sure the expectations mentioned mirror the (hidden and public) tests performed, so thanks for bringing this up. The column names are not being checked, so I'll mark this as not an issue.
You're welcome! Honestly, reporting the bugs at least the more grade-oriented ones is all helping me out because I wonder if I might get dinged on some subtle oversight and that would be annoying!
On Wed, Oct 4, 2023 at 11:29 AM Shawn Wiggins @.***> wrote:
I do want to make sure the expectations mentioned mirror the (hidden and public) tests performed, so thanks for bringing this up. The column names are not being checked, so I'll mark this as not an issue.
— Reply to this email directly, view it on GitHub https://github.com/ccsf-math-108/materials-fa23/issues/30#issuecomment-1747427013, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNU5L247AM2SUHI4PCBHV3X5WTHNAVCNFSM6AAAAAA5TAMFWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBXGQZDOMBRGM . You are receiving this because you authored the thread.Message ID: @.***>
In Homework 06, for Task 04, we are told to add a column containing the results of CCSF's football games to the final_scores table, however we are not told what to name that column. The grader check does not validate that column name, so this might not be an issue, but there is a chance students might worry that a hidden test might check for the column name. Also, the question is whether it is intended that each students' homework should have the same names for all final objects that are being graded. I used the column name "Result" as it was the most natural one based on the array name.