2.9.3 Audio-visual files
You can include the following within your question:
- flash animations - files ending in .swf.
- audio - files ending in .mp3.
- video – MPEG4 (ending in .mp4) or Flash (ending in .flv) video files.
Adding audio-visual files to questions
- Within your text highlight a word or words.
- Click on the link icon.
- Browse to the a/v file on your hard-disk and upload it into your question.
- By default the link to the file will be displayed at run-time as well as the audio-video player containing the file. If you change the link to the ‘.’, character at run-time the ‘.’ will not be displayed and you will simply see a clean audiovisual player.
Adding audio-visual transcripts to questions
- Place the editor into HTML mode (so that you can see the HTML code).
- Insert <h4>TRANSCRIPT_START:512:Name of video</h4> ...arbitrary HTML that is the content of the transcript... <h4>TRANSCRIPT_END</h4>
Once inserted into the question the transcript is included in the question. On display the student just sees a ‘display transcript’ link. Click on it and the transcript appears in situ.
Placing a static image over the video prior to playing
- Add the image to the text field in the normal way.
- Place the editor into HTML mode (so that you can see the HTML code).
- Append the following to the end of the video link ?d=<width>x<height>&subtitles=empty.srt&image=<image filename>
- <width> and <height> are the size of the video window
- empty.srt is a placeholder. It need not exist.
- <image filename> should be the file name of the image that has just been uploaded.
Example: <p><a href="//learn3acct.open.ac.uk/draftfile.php/267/user/draft/117435983/NG_02.flv?d=400x300&subtitles=abc.srt&image=daj.png">video</a></p>
- Save the question and try it. If all is well the initial image can now be removed.
2.9.2 Large images