Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2020-08-14 07:18:36
Size: 1492
Comment:
Revision 3 as of 2020-09-11 06:26:18
Size: 1528
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read
Line 24: Line 25:
----
CategoryMarks
  • Interactively: StudentMaintain FieldsInsert

  • To insert before the Comment field, click on the Comment item in the listbox, then click on the Insert button.

    Privilege

    Students

    Tutor

    Open

    Visible

    Can Edit

    Closed

    Visible

    Can't Edit

    Private

    Hidden

    Can Edit

    Private Closed

    Hidden

    Can't Edit

  • Commandline:

  • e.g. echo "assign1 mark 0 10 0.1 hard (closed) @7" | smsaddfield

  • The input format of smsaddfield is based on the output format of smsfield -v

    smsfield -v
    Running Tcl8.6...
    ClassKey patstring \d\d\L\d\4{\A}\4{\d} [0-9][0-9][a-zA-Z][0-9](([A-Z])([A-Z])([A-Z])([A-Z]))(([0-9])([0-9])([0-9])([0-9])) (secondary closed) @0
    StudentID patstring \7{\d} (([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])) (primary closed) @1
    Name name  (secondary closed) @2
    Program patstring \4{\d}/\d (([0-9])([0-9])([0-9])([0-9]))/[0-9] (secondary closed) @3
    Plans string  (secondary closed) @4
    Login string  (secondary closed) @5
    SpecialFlags set audited_subject;z satisfactory;s unsatisfactory;u enrolment_continues;e withhold;w query;q further_assessment;f absent;a newname;n consideration_received;c consideration_acknowledged;y z->!(s|u|e|w|q|f) s->!(z|u|e|w|q|f) u->!(z|s|e|w|q|f) e->!(z|s|u|w|q|f) w->!(z|s|u|e|q|f) q->!(z|s|u|e|w|f) f->!(z|s|u|e|w|q) c->!y y->!c (privateclosed) @6
    Comment text  (private) @7


CategoryMarks

CreatingMarkFields (last edited 2020-09-11 06:26:18 by MeichengWhale)