Newer
Older
# example_docker/instructor/cs103/deploy.py
# Load the two token files and compare their scores
checked_token, _ = load_token(token)
results, _ = load_token(student_token_file)
print("Student's score was:", results['total'])
print("My independent evaluation of the students score was", checked_token['total'])