Login to Tantrik with provided URL and Crediential via email.
Create new assignment
Generate nbgrader assignment with help of ChatGPT.
Update each cell of the notebook you want to create. This is cell 1 : A Markdown cell for students to read question.
This is cell2 : Readonly cell
This is cell3: The answer cell.
This is cell4 : Visible Test-case (Note test-cases stats with assert keyword.)
This is cell5 : Hidden Test-case (Students connot see this test-case) (Note test-cases stats with assert keyword.)
Clean all comments and check each cell for any issues.
Now lets grade out of 100 (Mandatory assignment is always graded out of 100) Open create assignment tab. Match the cell index number. This is cell2 (index 1): Read-only
This is cell3(index 5): Autograded Answer
This is visible test-case (seen by students) cell4(index 6): Autograded Test Give score to this cell : 20
This is hidden test-case cell5(index 7): Autograded Test Give score to this cell : 80
For answer cell Now add markers, which part or boilerplate code to be seen by students and the part you want to test or hide. Marker for answer cell ### BEGIN SOLUTION ---- Code is hidden ---- ### END SOLUTION
For hidden testcase cell Now add marker for hidden testcase. Marker for hidden cell ### BEGIN HIDDEN TESTS ---- assert test-cases are hidden ---- ### END HIDDEN TESTS
Generate the Student version of the assignment
Preview the Student version of the assignment
Next navigate to Test center to manage assignment in next document. TestCenter