File resource FAQ

Материал из База знаний Центра ПУСК МФТИ


Я не могу загрузить файлы в свой курс. Я получаю сообщение о том, что мой «тип файла не может быть принят»

  • Убедитесь, что вы не пытаетесь загрузить файлы с кратким изложением курса в разделе "Администрирование"> "Администрирование курса"> "Редактировать настройки".
  • Эта область загрузки предназначена только для файлов, описывающих курс, и в ней по умолчанию разрешены только файлы изображений (чтобы рядом с кратким изложением можно было отобразить скриншот).
  • Если вы хотите загрузить файлы в свой курс, убедитесь, что вы сначала зашли на главную страницу самого курса, а не в настройки курса.

Мои ученики не могут открыть файл, который я загрузил для них

Убедитесь, что у студентов есть соответствующее программное обеспечение для открытия вашего файла. Хотя Moodle принимает файлы разных типов, он полагается на то, что пользователь прочитает их с помощью соответствующей программы. Например, если вы загрузили документ MS Word 2010, убедитесь, что у вашего класса есть доступ к Office 2010, или предоставьте им альтернативные варианты, такие как ссылки на Open Office, "читалку" или pdf-версию вашего файла. Если ваше обучение предполагает использование специализированного программного обеспечения, вы должны обеспечить, чтобы вашим студентам были предоставлены средства для открытия файлов как дома, так и в вашем учебном заведении.

Ознакомьтесь с существующими дополнительными плагинами для открытия PowerPoint и других файлов MS Office в Moodle.

Ознакомьтесь с дополнительным плагином Presentation, который отображает мультимедийные презентации и слайд-шоу в формате HTML5 в веб-браузерах пользователей.

Почему в настройках файла можно выбрать несколько файлов?

Потому что вы, возможно, загружаете набор HTML-страниц с ресурсами. Вы создаете индекс. HTML-страница является основной и может ссылаться на другие ресурсы.

Как я могу загрузить много файлов за один раз?

You can use the Folder resource to display multiple files. Put all your files into a folder, zip(compress) the folder and upload it to the Folder resource. Click the icon to the right of its name to unzip it and then save. All the files will then display.

How can I change the top frame size when displaying a file in a frame?

  1. Login as an admin and go to Settings > Site administration > Plugins > Activity modules > File.
  2. Change the 'Frame height' setting.
  3. Click the 'Save changes' button.

If I upload a file in one course, can I use it in another course as well?

Yes. From the file picker, choose Server files and then navigate to the course where you uploaded the file initially and select it there.

How can I make ppt files open within Moodle rather than downloading?

You need to convert the ppt to something else, such as PDF.

How can I show the size of a file on the course page?

Students who need to download files appreciate being able to see its size especially if they have a slow Internet connection. Simply tick the 'Show size' checkbox in the file settings.

If students can link to uploaded files as aliases, how can I stop them changing their assignments?

Don't worry! Students are not allowed to link to files in their private files when uploading assignments, forum attachments, workshop submissions or quiz essays. See Working with files.


I've uploaded a video file, but it's too small. How do I change the default video size?

The default size for Moodle video and flash replay is 400×300 pixels. If you want the default video size to be larger, add the following code to your config.php file. Another method is to add the same code to the bottom of theme/themename/config.php file (where themename is the name of the theme or themes you are using). Note set the number to the size in pixels you want, common sizes being 800×600 or 700×525 or 600×450 or 500×375.

<syntaxhighlight lang="php">... if (!defined('CORE_MEDIA_VIDEO_WIDTH')) {

   // Default video width if no width is specified; some players may do something
   // more intelligent such as use real video width.
   // May be defined in config.php if required.
   define('CORE_MEDIA_VIDEO_WIDTH', 800);

} if (!defined('CORE_MEDIA_VIDEO_HEIGHT')) {

   // Default video height. May be defined in config.php if required.
   define('CORE_MEDIA_VIDEO_HEIGHT', 600);

} if (!defined('CORE_MEDIA_AUDIO_WIDTH')) {

   // Default audio width if no width is specified.
   // May be defined in config.php if required.
   define('CORE_MEDIA_AUDIO_WIDTH', 400);

}...</syntaxhighlight>

index.php?title=Категория:FAQ

de:Datei FAQ es:Recurso Archivo FAQ