Student folder

Activities ::: mod_publication
Maintained by AMC Academic Moodle Cooperation
Online texts and files can be collected and published via the Student Folder activity and thus made available to everyone in a Moodle course. Submissions can be made directly by uploading or alternatively can be taken over by teachers from an assignment activity.

Student folder 2014-11-30

Moodle 2.7
Released: Wednesday, 18 March 2015, 10:15 PM
// This file is part of mod_organizer for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// If not, see .

/**
* README.txt
* @version 2014-12-03
* @package mod_publication
* @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
* @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
* @author Andreas Windbichler
* @author Eva Karall (eva.maria.karall@univie.ac.at)
* @copyright 2014 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

# ---------------------------------------------------------------
# FOR Moodle 2.7+
# ---------------------------------------------------------------

Publication module
===============

OVERVIEW
================================================================================
The Publication module is used to allow students to share files with each other.

A publication can use two different modes:
1) Import files from an assignment
2) Allow students to upload own files

The publication module also provides the possibility to either
allow files to be instantly visible to all the other students or
the files require an approval from a teacher first.
This gives teachers the possibility to controll which files are shared.


REQUIREMENTS
================================================================================
Moodle 2.7.2 or later

INSTALLATION
================================================================================
To install, extract the contents of the archive to the mod/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in mod/publication
folder and require no other files or folders.

The langfiles can be put into the folder mod/publication/lang normally.
All languages should be encoded with utf-8.

After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to loged in as admin before.
The installation process will be displayed on the screen. All the data necessary
for a proper install is contained in the help files displayed on screen.

CHANGELOG
================================================================================

Version information

Version build number
2014113000
Version release name
2014-11-30
Maturity
Stable version
MD5 Sum
f8c51499ba23167c16f662fb53b09e9d
Supported software
Moodle 2.7
  • Latest release for Moodle 2.7

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_27_STABLE

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation