--- loncom/interface/Attic/lonchart.pm 2001/11/28 18:48:33 1.22 +++ loncom/interface/Attic/lonchart.pm 2001/12/06 21:57:23 1.23 @@ -108,6 +108,7 @@ sub ExtractStudentData { elsif ($Val eq 'incorrect_attempted'){$Code = '.';} elsif ($Val eq 'incorrect_by_override'){$Code = '-';} elsif ($Val eq 'excused'){$Code = 'x';} + elsif ($Val eq 'ungraded_attempted'){$Code = '#';} else {$Code = ' ';} $TempHash{"$Part.Code"} = $Code; } @@ -228,6 +229,7 @@ sub handler { " +: correct by override\n". " -: incorrect by override\n". " .: incorrect attempted\n". + " #: ungraded attempted\n". " : not attempted\n". " x: excused

");