News
Index
Working with MUMIE as author
- Initial steps:
- Articles:
- Problems:
- Programming with Python
- Visualizations with JSXGraph
- Media Documents:
Working with MUMIE as teacher
Using MUMIE via plugin in local LMS
FAQ
You're not logged in
Working with MUMIE as author
Working with MUMIE as teacher
Using MUMIE via plugin in local LMS
FAQ
Existing images, audio files or pdf files can be included in an article via Drag&Drop. Simply drag the file from the FileExplorer into the open article.
WebMiau configures everything and creates the link where you dropped the file. A preview can be created immediately.
The other input fields are optional.
Changing a language functions similarly to adding a language.
Simply Drag&Drop the new image from the file system onto the image to be replaced.
Step | Description | Image |
---|---|---|
1 | Navigate to file's directory (section) in the File Explorer and open the context menu. Choose "New Document". | ![]() |
2 | This opens a dialog box. Set the type to Media, choose one of the subtypes Image, Audio or PDF and enter a name. Press Save. |
![]() |
3 | This opens another dialog box. Similar to when adding a language, Drag&Drop an image, audio or pdf file from your file system into the rectangle on the left hand side. Then choose a language from the language drop down list and enter a name. The other fields are optional. |
![]() |
4 | WebMiau creates a new file, highlights it green (new) in the File Explorer and opens the media file. | ![]() |
As an optional parameter you can set a specific audio playback rate: \audio[playback rate]{audio lid}
.
Most browsers accept values between $$0.25$$ and $$5$$. $$1$$ is the default playback rate. For example,\audio[2]{myAudio}
sets the playback rate of that audio file to $$200%$$.
Alternatively you can give a comma separated list of playback rate values, from that the user can choose.
The first value in that list defines the initial playback rate. The order of the rest of the list doesn't matter.
The list will be automatically sorted by the system.
Another example: \audio[0.4,0.3,0.5,1,1.2,1.5]{myAudio}
Updated by Greiser, 5 years ago – bb7b279