However, after looking through the forums, i realise that other people get their grading for each task separately, making it easier to debug and rectify errors as such:
Welcome to the Community and thanks for the feedback!
We do show a detailed report of what worked and didn’t for every quiz, but only while the grader is running. Once the grader finishes, we show the final score only.
Thank you, I will be really looking forward to that feature request. Is there an estimated time before this feature will be implemented, and will there be a notification for users once it is implemented? I’ve spent hours on this quiz not knowing which part I’ve gotten wrong even though every part seems to be done correctly and it’s mildly bothersome.
However, even with these small annoyances I can’t forgo the fact that this website is very well done and I am extremely thankful for the tutorials. Looking forward to your reply, cheers!
I know the pain of not knowing what’s wrong with the code, and I’m sorry you are facing that. But I’m afraid I can’t give an estimated time for this, but we plan to work on it in January. And, yes, we’ll let users know when this feature is implemented.
If your code is running in the practice area but if failed by the grader, please check that you have created your code exactly as instructed (file and folder names, etc).
As @textzip, you need to create your files with the proper shebang so that they will be recognized and bash files. Also, ensure your Python files are executable (chmod +x ...)