logo

Tantrik - Teacher Notebook(Adding Assignment)

1

Login to Tantrik with provided URL and Crediential via email.

0:00 / 0:29
2

Create new assignment

0:00 / 0:54
3

Generate nbgrader assignment with help of ChatGPT.

0:00 / 0:11
4

Update each cell of the notebook you want to create. This is cell 1 : A Markdown cell for students to read question.

0:00 / 0:20
5

This is cell2 : Readonly cell

0:00 / 0:30
6

This is cell3: The answer cell.

0:00 / 0:18
7

This is cell4 : Visible Test-case (Note test-cases stats with assert keyword.)

0:00 / 0:13
8

This is cell5 : Hidden Test-case (Students connot see this test-case) (Note test-cases stats with assert keyword.)

0:00 / 0:15
9

Clean all comments and check each cell for any issues.

0:00 / 0:20
10

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

0:00 / 0:12
11

This is cell3(index 5): Autograded Answer

0:00 / 0:10
12

This is visible test-case (seen by students) cell4(index 6): Autograded Test Give score to this cell : 20

0:00 / 0:12
13

This is hidden test-case cell5(index 7): Autograded Test Give score to this cell : 80

0:00 / 0:13
14

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

0:00 / 0:33
15

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

0:00 / 0:38
16

Generate the Student version of the assignment

0:00 / 0:14
17

Preview the Student version of the assignment

0:00 / 0:30

Next navigate to Test center to manage assignment in next document. TestCenter