repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding some strings
[moodle-linuxchix.git]
/
lang
/
en_utf8
/
quiz_grading.php
blob
f006a28ee150142125f405e88bd64e220b21870d
1
<
?PHP
// $Id$
2
// quiz_grading.php - created with Moodle 1.7 beta + (2006101003)
3
4
5
$string
[
'essayonly'
] =
'The following questions need to be graded manually'
;
6
$string
[
'grading'
] =
'Manual grading'
;
7
8
?
>