A mark has two attributes:
1. value: nomark | querymark | numericmark
   nomark = .
   querymark = ?
   numericmark = [-][0-9]+(\.[0-9]+)?
2. flag: optional letter in uppercase

When  displaying  marks   the  flag   replaces the
decimal point  for compactness.   Numeric   values
must   be    inclusively within  the   given range
ie. minimum and  maximum unless you opted for soft
limit.  Numeric   values  are   stored   with  the
specified precision.

When entering marks the valid formats are:
a. display format 15L5
b. value
c. value flag
   value -
d. + flag
   - 
E.g.
    current  -> 15.5L
    new 17X5 -> 17.5X
    new 17   -> 17L
    new 17Q  -> 17Q
    new 17-  -> 17
    new +Q   -> 15.5Q
    new -    -> 15.5


CategoryMarks

EnteringMarks (last edited 2020-08-17 15:01:13 by MeichengWhale)