OU wiki

Alternative wiki. Simple wiki designed for teaching and learning.
Price option: Free

Supports Moodle 2.1-4.4 See all versions
Latest release: 1 year ago
Installations: 422
Downloads (last 90 days): 58

Frankenstyle name: mod_ouwiki
Activities
Open University

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Can you please advise if there is a version of this plugin for moodle 2.3? We are looking to upgrade and need to make sure if we introduce this plugin it can be used in 2.3. Do you also know when it is planned for this to be part of the moodle wiki rather than just a plugin? Cheers, Heidi
Hi,
I've noted that this plugin uses yui2 libraries.
Do note that moodle version 2.4 (in development) has moved from using yui2 to yui2in3 as described by MDL-34741.
Here is a link to using yui2in3 : http://yuilibrary.com/yui/docs/yui/yui-yui2.html
Where can I download the OU Wiki Package for Moodle 1.9?
Use this download version.
https://nodeload.github.com/moodleou/moodle-mod_ouwiki/zipball/master
Note: It unzips to a directory with same name as download file. Rename to 'ouwiki' and all was fine for me in Moodle 2.2. All other download versions gave the errors encountered above.
Alan
https://nodeload.github.com/moodleou/moodle-mod_ouwiki/zipball/master
I have the same error message with Gabi and Guido. Here is a solution (for OU wiki version 2011031800):
Replace the line "$id = required_param('id', 0, PARAM_INT);"
with "$id = required_param('id', PARAM_INT);" in files:
1. edit.php
2. history.php
3. wikiindex.php
4. wikihistory.php
5. view.php
Same error here, Gabi:
Coding error detected, it must be fixed by a programmer: required_param() requires $parname and $type to be specified (parameter: id)
The module installed fine, but when I added a wiki, this error popped up, rendering it unusable.
moodle 2.2.1: after creating an activity "ouwiki", the following error occurs:
"Fehler in der Kodierung gefunden, den nur ein Programmierer korrigieren kann: required_param() requires $parname and $type to be specified (parameter: id)"
When I create OU Wiki activity, it puts me (The instructor) as a student with no permissions. Therefore, I am not allowed to view the other students wikis.