We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Assignment-3: document give-based submission for ass3 Replace the WebCMS upload note with the exact `give cs6131 ass3 ...` command for both C++ and Python, including accepted file names, success message, and resubmission behaviour. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Assignment-3 CPP/Python: tighten the submission rules The student-facing surface now spans Assignment_3.h + Assignment_3.cpp (C++) — the task structure and any helper declarations live in the header — so the upload instruction must name both files. - CPP: accept Assignment_3.h AND Assignment_3.cpp; state explicitly that no other Assignment-3 file is accepted and that the harness (AEHelper.cpp / AEReporter.*) + test driver are replaced at marking. - Python: keep Assignment_3.py as the single accepted file; spell out that other files are ignored and that AEHelper.py / AEReporter.py + the driver are replaced at marking.
Assignment 3 wiki: high-level task description, vague test-case wording Trim the per-method / per-cast / per-statement implementation walkthrough (former sections 2.0-2.6) down to a high-level overview: the six capability areas and which methods each maps to, pointing students at the in-code header comments and the API reference for detail. Describe the grading suite only in general terms (precision on safe programs, detection on unsafe ones, balanced against false positives, time and coverage) without naming categories, checkpoint stubs or specific cases. Update the folder tree and ctest commands to the current flat Tests/ samples.
Updated Assignment 3 Python (markdown)
Update Assignment 3 API docs
update AE API
modify
add Lab documents
你çadd docs
add 3 python doc