Differences between revisions 9 and 20 (spanning 11 versions)
Revision 9 as of 2019-09-02 14:29:45
Size: 1279
Comment:
Revision 20 as of 2019-09-02 15:07:09
Size: 1899
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#acl All:read #acl All:read GeoffWhale:read,write
Line 4: Line 4:
== Warning this page is work in progress. Adding more info as questions are received. == == Work in progress. Adding more info as questions are received. ==
Line 6: Line 6:
Term 2 2019 onwards, mark finalisation is done in Astra.
Go to
[[https://astra.unsw.edu.au|astra.unsw.edu.au]]
Outside UNSW network, you need to use UNSW/CSE VPN.
Term 2 2019 onwards, mark finalisation is done in Astra [[https://astra.unsw.edu.au|astra.unsw.edu.au]].
Outside UNSW network, connect to UNSW/CSE VPN first.
Line 26: Line 25:
=== Note: ===
Structure changes in Astra will not be reflected in sms2astra.sh script straightaway. Currently astra fields and attributes are manually copied from Astra to CSE once a week. If you need an updated list, please email meicheng@unsw.edu.au.
Line 27: Line 29:
1. In Astra, Manage tab, then Upload/Download How to generate the csv file?
Line 29: Line 31:
2. Select Item, Confirm 1. In Astra, '''Manage''' tab, then '''Upload/Download'''
Line 31: Line 33:
3. Download 2. Select '''Items''' (Fields), '''Confirm'''
Line 33: Line 35:
3. '''Download''' button

== Supp Exam list ==
From the class account,
{{{
get_supp_list.sh term course
e.g.
get_supp_list.sh 19T2 COMP1511
}}}
assuming /home/give/stable/bin is in $PATH

== Granting WC grade ==
In Astra, '''Manage''' tab, '''View/Enter''', Select Final Exam '''Item''', '''Confirm'''

Work in progress. Adding more info as questions are received.

Term 2 2019 onwards, mark finalisation is done in Astra astra.unsw.edu.au. Outside UNSW network, connect to UNSW/CSE VPN first.

sms to astra

sms2astra.sh script can help you in the process.

0. sms2astra.sh --help

1. List astra fields and their attributes, look for precision and maximum value.

  • sms2astra.sh --info

2. Generate mapping file of astra fields to sms fields.

  • sms2astra.sh --config

3. Edit mapping file, replacing hyphens with corresponding sms fields. 4. Check that sms fields attributes are compatible with astra fields.

  • sms2astra.sh --check

5. Generate a csv file of component marks.

  • sms2astra.sh

6. Copy this csv file to your local computer for uploading into astra.

Note:

Structure changes in Astra will not be reflected in sms2astra.sh script straightaway. Currently astra fields and attributes are manually copied from Astra to CSE once a week. If you need an updated list, please email meicheng@unsw.edu.au.

non sms users

How to generate the csv file?

1. In Astra, Manage tab, then Upload/Download

2. Select Items (Fields), Confirm

3. Download button

Supp Exam list

From the class account,

get_supp_list.sh term course
e.g.
get_supp_list.sh 19T2 COMP1511

assuming /home/give/stable/bin is in $PATH

Granting WC grade

In Astra, Manage tab, View/Enter, Select Final Exam Item, Confirm

Documentations

FinalisingMarksInAstra (last edited 2024-04-19 08:39:29 by MeiChengWhale)