Sample Layout of Course Artifacts . ├── Asg1/ │   ├── 1_Best/ │   │   ├── q1pp.alg │   │   ├── q2pp.alg │   │   ├── q3pp.alg │   │   ├── q4pp.alg │   │   ├── q5hb.alg │   │   ├── q6hb.alg │   │   ├── q7hb.drc │   │   ├── q7hb.trc │   │   ├── q8hb.drc │   │   ├── q8hb.trc │   │   └── Signature.txt │   ├── 2_Average/ │   │   ├── declaration.txt │   │   ├── q1pp.alg │   │   ├── q2pp.alg │   │   ├── q3pp.alg │   │   ├── q4pp.alg │   │   ├── q5hb.alg │   │   ├── q6hb.alg │   │   ├── q7hb.drc │   │   ├── q7hb.trc │   │   ├── q8hb.drc │   │   └── q8hb.trc │   ├── 3_Fair/ │   │   ├── declaration.txt │   │   ├── q1pp.alg │   │   ├── q2pp.alg │   │   ├── q3pp.alg │   │   ├── q4pp.alg │   │   ├── q5pp.alg │   │   ├── q6pp.alg │   │   └── q7hb.drc │   └── asg1_specn.htm ├── Asg2/ │   ├── 1_Best/ │   │   ├── q1.sql │   │   ├── q2.sql │   │   ├── q3.sql │   │   ├── q4.sql │   │   ├── q5.sql │   │   └── q6.sql │   ├── 2_Average/ │   │   ├── declaration.txt │   │   ├── q1.sql │   │   ├── q2.sql │   │   ├── q3.sql │   │   ├── q4.sql │   │   ├── q5.sql │   │   └── q6.sql │   ├── 3_Fair/ │   │   ├── declaration.txt │   │   └── q3.sql │   └── asg2_specn.htm ├── Asg3/ │   ├── 1_Best/ │   │   ├── uspGetRepStats.sql │   │   └── uspGetRepStats.txt │   ├── 2_Average/ │   │   └── uspGetRepStats.sql │   ├── 3_Fair/ │   │   └── asg3.txt │   └── asg3_specn.htm ├── Asg4/ │   ├── 1_Best/ │   │   ├── airport.sql │   │   ├── asg4.pdf │   │   └── MyOwnWork.txt │   ├── 2_Average/ │   │   ├── airport.sql │   │   ├── asg4.pdf │   │   └── Declaration.txt │   ├── 3_Fair/ │   │   ├── airport.sql │   │   └── asg4.pdf │   └── asg4_specn.pdf ├── Asg5/ │   ├── 1_Best/ │   │   └── asg5.java │   ├── 2_Average/ │   │   └── asg5-1.java │   ├── 3_Fair/ │   │   └── asg5.java │   └── asg5_specn.htm ├── FinalExam/ │   ├── 1_Best/ │   │   └── Keiss_De_Los_Santos.docx │   ├── 2_Average/ │   │   └── Ana_Berry_Gonzalez.docx │   └── 3_Fair/ │   └── Ronald_Pena.docx ├── Mid-termExam/ │   ├── 1_Best/ │   │   └── Eric_Vilella.docx │   ├── 2_Average/ │   │   └── Eduardo_Cortes.docx │   └── 3_Fair/ │   └── Travis_Brumfield.docx ├── Quiz1/ │   ├── 1_Best/ │   │   └── Stephan_Belizaire.docx │   ├── 2_Average/ │   │   └── Eduardo_Tejedor.docx │   └── 3_Fair/ │   └── Christopher_Schur.docx ├── Quiz2/ │   ├── 1_Best/ │   │   └── Daniel_Riquelme_Rebollar.docx │   ├── 2_Average/ │   │   └── Alwahab_Mohammad.docx │   └── 3_Fair/ │   └── Shirley_Cabrera.docx ├── Quiz3/ │   ├── 1_Best/ │   │   └── Christian_Dau.docx │   ├── 2_Average/ │   │   └── Juan_Sanchez.docx │   └── 3_Fair/ │   └── Joshua_Yaques.docx ├── Quiz4/ │   ├── 1_Best/ │   │   └── Shirley_Cabrera.docx │   ├── 2_Average/ │   │   └── Eduardo_Tejedor.docx │   └── 3_Fair/ │   └── Carlos_Masson.docx ├── Schedule.htm └── Syllabus.htm 44 directories, 85 files