GatorEducator / execexam

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

Feature: Feedback and Progress Bar #10

Closed TitusSmith33 closed 3 weeks ago

TitusSmith33 commented 2 months ago

Description: A UI bar that describes to the user their progress toward their checks.

Expected Behavior: An addition to the UI that puts together a descriptive bar that explains how many checks the student has completed so far-- possibly providing some motivation along the way.

Actual Behavior: There are currenty several boxes that are displayed vertically and as individual boxes. This makes it tough for the students to see how much progress they have made, where a clear bar shows explicit progress.

Proposed Solution: Build a progress bar that shows at the bottom of the output of execexam that shows the student their progress towards their checks.

Chezka109 commented 3 weeks ago

We could enhance the UI bar by implementing a color-coded system, such as blue for loading, green for passed checks, and red for failed checks, to represent different stages of progress.

gkapfham commented 3 weeks ago

Hello @TitusSmith33 is there in fact a need for a progress bar in this tool? If not, can you please close this PR?