Skip to content

Commit 337d16f

Browse files
committed
closes #37
1 parent 9109605 commit 337d16f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

R/assist_grading-wrappers.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
#' This is that path for that file. Must be a .csv
99
#' @param final_grade_sheet_path string; path to save final grade sheet to. Must be a .csv
1010
#' @param example_assignment_path string; file path(s) to the file(s) constituting one of the submissions to be graded.
11-
#' This file path structure will be used to determine where the other submissions to be graded are located.
11+
#' This file(s) must have a format that can be opened by rstudioapi::navigateToFile().
12+
#' This file path(s) structure will be used to determine where the other submissions to be graded are located.
1213
#' The student identifier has to be present somewhere in each file path(s).
1314
#' If specified as "no_submissions", grading will proceed without automatic interaction with assignments (i.e opening and closing assignments).
1415
#' If example_assignment_path is a vector of multiple file paths, gradetools will look for each of these files when grading a submission, and open all files it successfully finds for the given student or team.

R/create_grading_progress_log.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#' @param grading_progress_log_path string; assist-grading() functions save a file which includes information for gradetools's internal use.
44
#' This is that path for that file. Must be a .csv
55
#' @param example_assignment_path string; file path(s) to the file(s) constituting one of the submissions to be graded.
6-
#' This file path structure will be used to determine where the other submissions to be graded are located.
6+
#' This file(s) must have a format that can be opened by rstudioapi::navigateToFile().
7+
#' This file path(s) structure will be used to determine where the other submissions to be graded are located.
78
#' The student identifier has to be present somewhere in each file path(s).
89
#' If specified as "no_submissions", grading will proceed without automatic interaction with assignments (i.e opening and closing assignments).
910
#' If example_assignment_path is a vector of multiple file paths, gradetools will look for each of these files when grading a submission, and open all files it successfully finds for the given student or team.

vignettes/a-grading-with-gradetools.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ From the previous sections in this vignette, we already know our rubric and rost
126126

127127
The `example_student_identifier` corresponds to any of the identifiers present in the `student_identifier` column of the roster.
128128

129-
The `example_assignment_path` is the path where the file(s) associated with the submission of example_student_identifier are located.
129+
The `example_assignment_path` is the path where the file(s) associated with the submission of example_student_identifier are located.
130+
This file(s) must have a format that can be opened by `rstudioapi::navigateToFile()`.
130131

131132
The `example_feedback_path` is the path where the grader wishes to save the feedback file associated with the `example_student_identifier`. The extension of this path dictates the file type. The current options for extensions are "Rmd", "md", "docx", "html", "pdf". The feedback files are knitted to the accompanying file type (except for Rmd files): GitHub, Word, html, pdf documents respectively.
132133

0 commit comments

Comments
 (0)