Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2017-12-05 08:22:58
Size: 926
Comment:
Revision 10 as of 2018-11-29 09:34:16
Size: 1233
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

=== Written Exam ===
Student office organise the written supplementary. They will send out information.

=== Practical Exam in the Labs ===
Contact Mei Cheng (meicheng@unsw.edu.au) to book labs.
For both written and practical exams, email cse.teaching@unsw.edu.au the list of students who are offered the supplementary exam. If you email them by the result submission deadline, your course can be included for central timetabling. For practical exams, meicheng will arrange lab bookings based on the supp exam timetable.
Line 21: Line 16:
 * It assumes `$GIVEHOME` is set to `~give/stable/bin`  * It assumes `$GIVEHOME` is set to `/home/give/stable/bin`
Line 23: Line 18:
 * i.e. it assumes that you have created the database with this command "give-install -new"  * It assumes that you have created the database with this command `give-install -new`
Line 25: Line 20:
 * submitted results from `~sturec/TAPES/${session}_COMPSC.enr  * Compare submitted results from sms and `/home/sturec/TAPES/${session}_COMPSC.enr`. Report generated once a day around 7pm but downloaded to CSE the next morning.
Line 27: Line 22:
 * -v lists all students in sms and sturec  * `-v` lists all students in sms and sturec
Line 29: Line 24:
 * `checkresults` without -v and session will lists only discrepancies for the current session  * `checkresults` without `-v` and `session` will lists only discrepancies for the current session. Discrepancies includes WC/WD - useful for checking who are granted supp.

Supplementary Assessment Prep

For both written and practical exams, email cse.teaching@unsw.edu.au the list of students who are offered the supplementary exam. If you email them by the result submission deadline, your course can be included for central timetabling. For practical exams, meicheng will arrange lab bookings based on the supp exam timetable.

Reconcile SMS final marks with submitted results

checkresults [-v] [session]

Use this command from the class account.

  • It assumes the database path is /home/${account}/${session}.work/${session}db.sms

    • $account could be cs1511 etc

    • $session could be 17s2 etc

  • It assumes $GIVEHOME is set to /home/give/stable/bin

  • It assumes that you have created the database with this command give-install -new

  • Compare submitted results from sms and /home/sturec/TAPES/${session}_COMPSC.enr. Report generated once a day around 7pm but downloaded to CSE the next morning.

  • -v lists all students in sms and sturec

  • checkresults without -v and session will lists only discrepancies for the current session. Discrepancies includes WC/WD - useful for checking who are granted supp.

SupplementaryAssessment (last edited 2019-03-15 07:06:19 by MeichengWhale)