Skip to content

lukas-judith/interview-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Assistant

This code was written in preparation for an oral examination during my postgraduate studies at Heidelberg University. The program simulates an interview or oral exam, using lists of questions stored in Markdown (.md) files. Proper formatting of the questions is illustrated in the example file questions.md. Questions appear in randomized order. Current progress of an exam can be saved at any time, so that it can be resumed later.

How to use the code:

Prerequisites: conda must be installed.

  1. Create a new conda environment from the .yml file, using

    conda env create --file env.yml
    
  2. Activate the environment:

    conda activate exam
    
  3. Run the main.py script to start an exam simulation:

    python main.py
    

TODO:

  • Add the option to reveal the correct answer to each question during the simulated exam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages