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:
81ee220
)
MDL-37634 lesson: readquestion visibility to protected
author
David Monllao
<davidm@moodle.com>
Wed, 23 Jan 2013 01:52:36 +0000
(09:52 +0800)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 28 Jan 2013 00:45:42 +0000
(13:45 +1300)
mod/lesson/format.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lesson/format.php
b/mod/lesson/format.php
index
5ff51bf
..
ecdc293
100644
(file)
--- a/
mod/lesson/format.php
+++ b/
mod/lesson/format.php
@@
-503,7
+503,7
@@
class qformat_default {
}
- function readquestion($lines) {
+
protected
function readquestion($lines) {
/// Given an array of lines known to define a question in
/// this format, this function converts it into a question
/// object suitable for processing and insertion into Moodle.