Collect: Collect an Assignment from the Class

Description Usage Arguments Value Author(s) Examples

View source: R/Collect.R

Description

Makes a copy of the ungraded assignment the student's submit folder and places it in a subdirectory of your homework folder.

Usage

1
Collect(studentfile=NULL,dom=NULL,inst=NULL,assign=NULL)

Arguments

studentfile

Text file containing student usernames, one per line.

dom

the domain name

inst

instructor's username

assign

code for the assignment to be collected

Value

Side effects: graded copy returned to student, with permissions set so student can open it.

Author(s)

Scott Switzer and Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
## Not run: 
Collect(studentfile="students.txt",dom="WORK", inst="jdoe1",assign="HW01")

## End(Not run)

homerhanumat/classr documentation built on May 17, 2019, 4:51 p.m.