Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Resources FAQ.

Resources FAQ: Difference between revisions

From MoodleDocs
(I am no longer able to edit a label. What can I do?)
(Any further questions? + removing link to very old discussion thread)
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{stub}}{{Resources}}==How can I enable students using IE7 to view PDF files?==
{{Resources}}
 
==How can I prevent students from downloading my course files such as pdf or word-processed documents?==
Check the force download box on the update page. (This work-around is necessary because of the way IE7 handles PDF files.)
You can't. There are various ways to make it more difficult for them, and you can make them sign a declaration not to download them, but determined users can always find ways to save or download your course materials. If all else fails they can make a screencast or screenshot. If it is essential for you that students do not download your course materials then do not offer the materials in your course. See also the forum discussion [https://moodle.org/mod/forum/discuss.php?d=277999#p1194066 Regarding uploaded content protection].


==How can I stop uploaded files from being cached when I update them?==
==How can I stop uploaded files from being cached when I update them?==
Line 9: Line 9:
     $CFG->filelifetime = 86400;
     $CFG->filelifetime = 86400;


==I am no longer able to edit a label. What can I do?==
==Any further questions?==


See the advice given in the discussion [http://moodle.org/mod/forum/discuss.php?d=111704 Help - HTML on my FrontPage is corrupt].
Please post in the [http://moodle.org/mod/forum/view.php?f=122 Resource types forum] on moodle.org.


==See also==
[[Category:FAQ]]


* Using Moodle [http://moodle.org/mod/forum/view.php?f=122 Resource module forum]
[[es:Recursos FAQ]]
 
Using Moodle forum discussions:
*[http://moodle.org/mod/forum/discuss.php?d=102618 Problem Deploying IMS Content]
*[http://moodle.org/mod/forum/discuss.php?d=102716 DOCX downloads as DOC?]
 
[[Category:FAQ]]

Latest revision as of 06:49, 10 January 2017

How can I prevent students from downloading my course files such as pdf or word-processed documents?

You can't. There are various ways to make it more difficult for them, and you can make them sign a declaration not to download them, but determined users can always find ways to save or download your course materials. If all else fails they can make a screencast or screenshot. If it is essential for you that students do not download your course materials then do not offer the materials in your course. See also the forum discussion Regarding uploaded content protection.

How can I stop uploaded files from being cached when I update them?

By default, Moodle adds a "cache-control" header to all files that is sends. The default period is 24 hours. You can reduce this or eliminate it entirely (set to zero) by adding the following line to your config.php (default value shown).

   $CFG->filelifetime = 86400;

Any further questions?

Please post in the Resource types forum on moodle.org.