adding grade book view to Survey

This commit is contained in:
Yung Han Khoe 2009-01-26 14:57:01 +00:00
parent d24079f2ca
commit a612b56e92
4 changed files with 99 additions and 17 deletions

View file

@ -497,6 +497,24 @@ our $I18N = {
lastUpdated => 0,
},
'percentage label' => {
message => q|Percentage|,
context => q|Label for the Percentage column on the gradebook screen.|,
lastUpdated => 0
},
'user label' => {
message => q|User|,
context => q|Label for the User column on the gradebook screen.|,
lastUpdated => 0
},
'score label' => {
message => q|Score|,
context => q|Label for the Score column on the gradebook screen.|,
lastUpdated => 0
},
};
1;