1 |
efrain |
1 |
Download Center
|
|
|
2 |
======================
|
|
|
3 |
|
|
|
4 |
This file is part of the local_downloadcenter plugin for Moodle - <http://moodle.org/>
|
|
|
5 |
|
|
|
6 |
*Author:* Simeon Naydenov
|
|
|
7 |
|
|
|
8 |
*Copyright:* [Academic Moodle Cooperation](http://www.academic-moodle-cooperation.org)
|
|
|
9 |
|
|
|
10 |
*License:* [GNU GPL v3 or later](http://www.gnu.org/copyleft/gpl.html)
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
Description
|
|
|
14 |
-----------
|
|
|
15 |
|
|
|
16 |
The Download Center enables teachers and students to download the content of selected activities and materials from a course as a ZIP archive.
|
|
|
17 |
|
|
|
18 |
|
|
|
19 |
Usage
|
|
|
20 |
-------
|
|
|
21 |
|
|
|
22 |
Teachers make documents available in a Moodle course during the semester. In addition, various activities and materials are used to make the course more active.
|
|
|
23 |
At any time during or at the end of the course, students can easily save published content locally for personal use and use it for example offline to prepare for an exam.
|
|
|
24 |
Teachers can download and archive this content in the same way, with hidden content also available for selection by the teacher. In addition, all submissions of an assignment can also be downloaded in a compact form including feedback.
|
|
|
25 |
|
|
|
26 |
Note: Currently, the course contents assignment, book, file, glossary, page, folder, ligthbox gallery, Etherpad Lite and student folder are available for selection in the Download Center.
|
|
|
27 |
|
|
|
28 |
|
|
|
29 |
Installation
|
|
|
30 |
------------
|
|
|
31 |
|
|
|
32 |
* Copy the code directly to the local/downloadcenter directory.
|
|
|
33 |
* Log into Moodle as administrator.
|
|
|
34 |
* Open the administration area (http://your-moodle-site/admin) to start the installation
|
|
|
35 |
automatically.
|
|
|
36 |
|
|
|
37 |
|
|
|
38 |
Privacy API
|
|
|
39 |
--------------
|
|
|
40 |
|
|
|
41 |
The plugin fully implements the Moodle Privacy API.
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
Documentation
|
|
|
45 |
--------------
|
|
|
46 |
|
|
|
47 |
You can find a documentation for the plugin on the [AMC website](https://academic-moodle-cooperation.org/local_downloadcenter/)
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
Bug Reports / Support
|
|
|
51 |
---------------------
|
|
|
52 |
|
|
|
53 |
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform,
|
|
|
54 |
database, PHP and Moodle version. If you find any bug please report it on
|
|
|
55 |
[GitHub](https://github.com/academic-moodle-cooperation/moodle-local_downloadcenter/issues). Please
|
|
|
56 |
provide a detailed bug description, including the plugin and Moodle version and, if applicable, a
|
|
|
57 |
screenshot.
|
|
|
58 |
|
|
|
59 |
You may also file a request for enhancement on GitHub. If we consider the request generally useful
|
|
|
60 |
and if it can be implemented with reasonable effort we might implement it in a future version.
|
|
|
61 |
|
|
|
62 |
You may also post general questions on the plugin on GitHub, but note that we do not have the
|
|
|
63 |
resources to provide detailed support.
|
|
|
64 |
|
|
|
65 |
|
|
|
66 |
License
|
|
|
67 |
-------
|
|
|
68 |
|
|
|
69 |
This plugin is free software: you can redistribute it and/or modify it under the terms of the GNU
|
|
|
70 |
General Public License as published by the Free Software Foundation, either version 3 of the
|
|
|
71 |
License, or (at your option) any later version.
|
|
|
72 |
|
|
|
73 |
The plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
|
|
|
74 |
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
75 |
General Public License for more details.
|
|
|
76 |
|
|
|
77 |
You should have received a copy of the GNU General Public License with Moodle. If not, see
|
|
|
78 |
<http://www.gnu.org/licenses/>.
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
Good luck and have fun!
|