Activities: Reader
Overview
The Reader module for Moodle 2.x tracks the students' reading achievements by maintaining a total of the number words each student reads. After reading one of the books at an appropriate reading level, a student takes quiz to demonstrate a reasonable understanding of the content of the book. If they pass the quiz, the number of words in the book is added to the total number of words they have read. Students are encouraged to work toward the reading goal, which is the number of words the teacher expects them to read in a term. Various reports are available to the teacher who can adjust the reading goals, student levels, and book difficulty if required.
Dependencies
The Reader module requires the Ordering question type for Moodle 2.x
Changes
To view details of recent changes made to this plugin, please click on the following link:
SELECT ra.*, rb.difficulty, rb.id AS bookid FROM mdl_reader_attempts ra JOIN mdl_reader_books rb ON ra.bookid = rb.id WHERE ra.userid = ? AND ra.readerid = ? AND ra.deleted = ? AND ra.timefinish > ? ORDER BY ra.timemodified
[array (
0 => '2',
1 => '1',
2 => 0,
3 => '1420693200',
)]
Error code: dmlreadexception
Stack trace:
line 443 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 1014 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 594 of /mod/reader/lib.php: call to mysqli_native_moodle_database->get_records_sql()
line 123 of /mod/reader/view.php: call to reader_get_level_data()
I would like to add more books from our database. How do we do this ?
When I click on the Books tab, it was also displayed as "mode_edit()".
How can I do that?
But, when I log in to moodle in the administrator, the screen of the Reader Module will change to white-out.
In the student user, it will be normally displayed.
I just downloaded the quiz questions but I do not see them when I click on the quiz button. They are all downloaded in a different area. When I attempt to take a quiz, a blank page pops up. When I select a book from "select a book" section, it goes to level books, then it says " Take the quiz for "book`s name"", and when I click on it, a blank page comes out. Can you help me about this issue?
I'm getting this message on my moodle reader "Sorry, there are currently no books for you". I'm using the latest reader version and moodle 2.9. Any hints? Thank you!