adding grade book view to Survey
This commit is contained in:
parent
d24079f2ca
commit
a612b56e92
4 changed files with 99 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue