Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef692b
)
fixed typo preventing score update
author
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:16:12 +0000
(13:16 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Sat, 18 Sep 2010 13:16:12 +0000
(13:16 +0000)
mod/lesson/pagetypes/endofbranch.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lesson/pagetypes/endofbranch.php
b/mod/lesson/pagetypes/endofbranch.php
index
f939506
..
5760350
100644
(file)
--- a/
mod/lesson/pagetypes/endofbranch.php
+++ b/
mod/lesson/pagetypes/endofbranch.php
@@
-126,7
+126,7
@@
class lesson_page_type_endofbranch extends lesson_page {
if (isset($properties->jumpto[0])) {
$answer->jumpto = $properties->jumpto[0];
}
- if (isset($
form
->score[0])) {
+ if (isset($
properties
->score[0])) {
$answer->score = $properties->score[0];
}
if (!empty($answer->id)) {