Neurolingua
commited on
Commit
•
21d2a09
1
Parent(s):
1a973b3
Update teacher_function.py
Browse files- teacher_function.py +0 -1
teacher_function.py
CHANGED
@@ -47,7 +47,6 @@ def evaluate(question, answer, max_marks):
|
|
47 |
|
48 |
|
49 |
Evaluate above questions one by one(if there are multiple) by provided answers and assign marks out of {max_marks}. No need overall score. Note that as maximum mark increases, the size of the answer must be large enough to get good marks. Give ouput in format below:
|
50 |
-
description:
|
51 |
assigned marks:
|
52 |
total marks:
|
53 |
Note that you should not display total marks"""
|
|
|
47 |
|
48 |
|
49 |
Evaluate above questions one by one(if there are multiple) by provided answers and assign marks out of {max_marks}. No need overall score. Note that as maximum mark increases, the size of the answer must be large enough to get good marks. Give ouput in format below:
|
|
|
50 |
assigned marks:
|
51 |
total marks:
|
52 |
Note that you should not display total marks"""
|