R assignment returns all tests failed all the time #114
-
Hello! I have been testing out using the autograder for R programming assignments as I'd like to use it for my programming class. I used the gradeR template from the community resources and was able to create my own working test assignment last week. It was a simpler 2-test assignment without any data uploading. (Completed on Windows machine.) Yesterday, I went to create an actual assignment for my students to complete and it's not working (4 tests, included data upload). It's returning every test as incorrect. My test submission is definitely correct and I've used the gradeR functions interactively to check that the tests should pass (or fail on purpose for testing). (Initially done on Windows machine, also tried this on Mac.) Just now, I downloaded the zip from the working assignment and created a new assignment from it and the "new" assignment isn't not working even though the original working assignment still works great. (Windows and Mac) I redownloaded the community resource from here (https://github.com/tbrown122387/Using-gradeR-for-the-Gradescope-Autograder) and zipped and uploaded that without any changes and that even returns all tests failed. (Mac) Has something changed since last week? Can anyone help me to troubleshoot this issue? I'm not sure what additional information to provide, so let me know if anything would be useful. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
It sounds like something may have been updated in a package you are using? I would check if anything was updated in |
Beta Was this translation helpful? Give feedback.
-
Hey, I'm the author of This sounds a lot like something I experienced last Monday. In my case I had to fiddle with environment variables. In
to
and it worked.
|
Beta Was this translation helpful? Give feedback.
-
What's an existence error? It is relatively straightforward to check that a variable was defined by a student. For instance, if you want to see if a student made a variable called, say,
|
Beta Was this translation helpful? Give feedback.
-
Now fixed. The example from Using-gradeR-for-the-Gradescope-Autograder now runs fine after making this commit. No changes to
|
Beta Was this translation helpful? Give feedback.
Now fixed. The example from Using-gradeR-for-the-Gradescope-Autograder now runs fine after making this commit. No changes to
gradeR
required.