I'm setting up an educational website, and I'm trying to configure a wiki or wiki-like webpage system to work on collaborative writing projects. It should be:
- Public, i.e. registered and non-registered users can view everything
- Allow Only Closed Contributions, i.e. only registered users/students can contribute
- Area for Administrators/Teachers to track contributions of individual contributors and know what they did
- Time limit for contributions, i.e. setup a deadline after which the page closes
I work mostly on CMSs like Drupal and Joomla so I'm leaning towards PHP-based solutions. MediaWiki seems to be the all powerful choice, but perhaps too much to offer and too much for students to understand. Any suggestions for alternative educational wikis for collaborative writing?