Skip to content
Snippets Groups Projects
deploy_docker_e.py 336 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
        # example_docker/instructor/cs103/deploy.py
    
    tuhe's avatar
    tuhe committed
        # Load the two token files and compare their scores 
    
        checked_token, _ = load_token(token)
        results, _ = load_token(student_token_file)
    
    
    tuhe's avatar
    tuhe committed
        print("Student's score was:", results['total'])
        print("My independent evaluation of the students score was", checked_token['total'])