Specific file names must be used for assignments. Without this it would be impossible to search 1500+ student user folders for work.
All files should be saved to the student user folder unless instructed otherwise.
Any assignments saved to the public drive is a violation of the academic honesty policy unless directed by the instructor.
Any assignments emailed to another student is a violation of the academic honesty policy unless directed by the instructor.
Any assignments saved to the local computer could be a violation of the academic honesty policy unless directed by the instructor.
Naming a file incorrectly which results in not finding the file when I grade will result in the assignment being counted late. See the late policy.
C++ Programming file naming (Adventures and C++ Classes)
Example file name : <lastname>=first1=cpp
Anything between less than and greater than symbols will be replace with what the contents refers to.
Each component of a C++ file name is separated by an equal sign (=). This means the projects will have an underscore between the components and the source code file will have dashes between the components.
If the student's name is Joe Smith then the Project name would be smith_first1_cpp and the C++ source code file name would be smith-first1-cpp .
HTML (Adventures Classes)
Example file or folder name : <lastname>-adven09-<station>
Anything between less than and greater than symbols will be replace with what the contents refers to. If the student's name was Joe Smith and he sits at station 15 his file or folder name would be
smith-adven09-15 .
Statistics Classes
Example file or folder name : <lastname>-stats09-<period>-<station>
Anything between less than and greater than symbols will be replace with what the contents refer to. If the student's name was Joe Smith and he sits at station 15 in third period his file or folder name would be
smith-stats09-3-15 .Example Excel File name : <lastname>-punting-1
Anything between less than and greater than symbols will be replace with what the contents refer to. If the student's name was Joe Smith file name would be smith-punting-1.xls
Questions
Odd Station Questions
Even Station Questions