OU wiki

Activities ::: mod_ouwiki
Maintained by sam marshall, Jason Platts, Alan Thompson, Alan Carter
Part of set Open University.
Alternative wiki. Simple wiki designed for teaching and learning.
Latest release:
470 sites
63 downloads
15 fans
Current versions available: 14

This is an alternative wiki that you can install into standard Moodle.

It does not replace the standard wiki, and operates alongside it. The key
intention of this wiki is to provide a simple teaching tool suitable for
student use with minimal required training. It is in no way intended to be a full-fledged wiki like MediaWiki. For example, there is no wiki syntax except for links with two square brackets.

Please note: This plugin is no longer supported in Moodle Tracker. All support requests should be via the GitHub repository issue tracker (https://github.com/moodleou/moodle-mod_ouwiki).

Screenshots

Screenshot #0

Contributors

sam marshall (Lead maintainer)
Jason Platts: Current lead developer
Alan Thompson: Technical developer
Alan Carter: Technical developer
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • M B
    Thu, 22 Sept 2011, 11:46 PM
    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.
  • Gabi Michaela Dev-Team
    Mon, 6 Feb 2012, 11:39 PM
    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)"
  • not cusack
    Wed, 7 Mar 2012, 2:40 PM
    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.
  • Max Kan
    Fri, 9 Mar 2012, 10:59 AM
    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
  • Alan Hess
    Mon, 12 Mar 2012, 12:37 AM
    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
  • Cora Siu
    Mon, 11 June 2012, 6:45 PM
    Where can I download the OU Wiki Package for Moodle 1.9?
  • MD shot of me from his iphone4
    Mon, 20 Aug 2012, 11:40 AM
    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
Please login to post comments