tbrown122387 / gradeR

helps grade R script assignment submissions!
Other
4 stars 3 forks source link

some TODOs #9

Open tbrown122387 opened 4 years ago

tbrown122387 commented 4 years ago
  1. Write a function that automatically generates the text of

i.) a test_that test, or ii.) the setup.sh script, or iii.) the grade_one_submission.R script.

Eventually, I'm visualizing some shiny app that instructors can use to shorten the amount of time it takes to make an autograder for an assignment.

Regarding i), It could take two arguments: the name of the variable storing the correct answer, and the name of the variable you expect this answer to be stored as in a student's submission.