GatorEducator / execexam

:rocket: ExecExam runs executable examinations that assess Python programming skills
https://pypi.org/project/execexam/
2 stars 4 forks source link

Returning output when execexam fails #42

Open rebekahrudd opened 2 weeks ago

rebekahrudd commented 2 weeks ago

Sometimes execexam will run and even though the program fails there is no output given. Execexam should give an output when it fails so that people know it fails and so they can work to start fixing it. Often in computer science when no output is given that is a good sign. It signifies that the program ran and worked and did what it was supposed to. This is confusing and gives people the wrong idea about whether execexam is working or not.

gkapfham commented 1 week ago

Hi @hemanialaparthi thanks for agreeing to work on this feature. Can you please give me a status update when you learn more about how to fix this problem?

gkapfham commented 1 week ago

@rebekahrudd can you please connect with @hemanialaparthi?

PCain02 commented 1 week ago

@rebekahrudd can you give an example of what you are talking about? Is this an issue with the json report being empty when it shouldn't be or can you explain the bug further?

rebekahrudd commented 2 days ago

I haven't been able to reproduce the error myself, I have only seen it on other's laptops.