| assess_all | R Documentation | 
Convenience function that runs the function assess on all files within the directory specified by dirname.
assess_all(
  dirname,
  key,
  sub_id = moodle_id(list_submissions(dirname)),
  use_sub_env = TRUE,
  workdir = NULL,
  seed = NULL,
  preseed = NULL,
  stop_after = -1L,
  task_varlist = NULL,
  verbose = FALSE
)
| dirname | name of the directory containing the submission files | 
| key | Must be either: (1) A single key with answers to the problems, normally result of call to  | 
| sub_id | subject identifies (vector same length as  | 
| use_sub_env | process submission code in the submission environment ( | 
| workdir | working directory (deprecated as of version 0.2.0.0000) | 
| seed | random seed to set at the beginning | 
| preseed | Named list with random seed to set before each (named) block. | 
| stop_after | stop processing after completing N files | 
| task_varlist | Named list of lists, with each element having names corresponding to the names in  | 
| verbose | Whether to report on progress assessing individual tasks within assessments. | 
a dataframe with the assessment variables and their values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.