I need to take the test 2 times. The first time, I passed, but my certificate was not showing, so I decided to take the test again. But, for my surprise, all my bash files (task1.sh, task2.sh and task3.sh) disappeared! I lost almost 4 hours solving all issues and they disappeared.
On my second try, I did faster, because I remember most of my code, and also I did a Backup. To my surprise, again, my .sh files are gone again (after I submit them for grading)!!
the certificates are now shown instantly because they are generated every ~1 hour.
When you have passed an exam, just wait a few hours and the certificate should appear.
With regards to the files being lost, no files are supposed to be removed by the grader. Could you review the code in your bash scripts (task1.sh, task2.sh, task3.sh) to make sure it is not your own script that is removing the files?
Related to running the same code and getting two different results, it should not happen this way. Since we use simulations, it may happen to have a small variable in a robot position, for example, but this should not affect the grading.
Hi @ralves,
About my files disappearing, I think it`s strange too. Because i ran the code before submiting for grading, to confirm that they were working fine. After I submit the code to grade, they were all gone.
Here is a code for my task3.sh Maybe it might help with this issue.