version 1.10, 2004/06/11 19:52:12
|
version 1.11, 2004/06/17 20:33:21
|
Line 509 The nohist_resevaldata.db file has the f
|
Line 509 The nohist_resevaldata.db file has the f
|
$username@$dom___$resource___depth |
$username@$dom___$resource___depth |
$username@$dom___$resource___technical |
$username@$dom___$resource___technical |
$username@$dom___$resource___helpful |
$username@$dom___$resource___helpful |
|
$username@$dom___$resource___correct |
|
|
Course Context Data |
Course Context Data |
------------------------------------------ |
------------------------------------------ |
Line 578 sub process_reseval_data {
|
Line 579 sub process_reseval_data {
|
# |
# |
# Statistics: $source is course id |
# Statistics: $source is course id |
$DynamicData{$file}->{'statistics'}->{$source}->{$type}=$value; |
$DynamicData{$file}->{'statistics'}->{$source}->{$type}=$value; |
} elsif ($type =~ /^(clear|comments|depth|technical|helpful)$/){ |
} elsif ($type =~ /^(clear|comments|depth|technical|helpful|correct)$/){ |
# |
# |
# Evaluation $source is username, check if they evaluated it |
# Evaluation $source is username, check if they evaluated it |
# more than once. If so, pad the entry with a space. |
# more than once. If so, pad the entry with a space. |