Return: Return an Assignment to the Class

Description Usage Arguments Value Author(s) Examples

View source: R/Return.R

Description

Picks the graded, commented copy of the assignment from the student's folder in your homework directory and places it the student's returned directory.

Usage

1
2
Return(studentfile=NULL,dom=NULL,inst=NULL,assign=NULL,
           key=NULL,passwordfile=NULL,flag="_com")

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 returned

key

Your key to decrypt your password

passwordfile

File containing your encrypted password.

flag

the tag at the end of the file-name that identifies the copy with your comments.

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
5
## Not run: 
Return(studentfile="students.txt",dom="WORK", inst="jdoe1",assign="HW01",
     key="loveR",passwordfile="myLittleSecret.txt",flag="_com")

## End(Not run)

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