Being-Zero / mentorpick-issues

0 stars 0 forks source link

Showing accepted in mentor pick contests when we run code even if answer is wrong #8

Closed prashanth-does-dev closed 1 year ago

prashanth-does-dev commented 2 years ago

When we hit on run code in contests, it runs against some given input and if no compilation errors, it shows "output: accepted" and our code output below, this happens even if our output is wrong according to the given test case. Many students are getting confused thinking they're code is correct seeing accepted.

image

Expected performance: "Output: Accepted" should be shown after comparing submitted output to expected output OR Instead of "Output: Accepted" it can be changed to "Output"

mitesh-bz commented 1 year ago

Mentorpick's latest version has an improved UI for problem submissions.