Sunday, June 7, 2009

JALT CALL #84

Tom Robb
Creating a video cloze

http://tesolonline.net/moodle19b/

DVD => mpeg file (ripping soft が必要) その後は自動的?
*permission needed

video + cloze

****
Upload the desired video in an acceptable format. (.mpg, .swf)
Prepare the video dialog as a plain text file.
Create your cloze items, replacing each word or phrase with this format:
{:SHORTANSWER:=word ~*#word}
(The item with the "=" is the correct answer, the item with #word is the feedback which is the same as the correct answer. Students can view this feedback by mousing over their wrong answers.)

Create a quiz with a single "Embedded Answers (Cloze) item
Place the entire text with the shortanswer items in the question window.
At the top of the question window click on the chain icon and link to the video file in your course files area. (Note that you might have to temporarily have some text such as "xxx" to that there is something to highlight in order for the chain icon to be activated. You can delete the text afterwards.)

****
How to increase the maximum php upload size
HTACCESS
Put this line in your .htaccess file, if allowed by your provider.
php_value upload_max_filesize 1024 = 20M

PHP.INI
Modify the value in your php.ini file to read:
upload_max_filesize = 20M;
Note that sometimes you can access the main php.ini file for you site. Some hosts do not permit access but allow you to create a php.ini file at the top level of your own area, the values of which will override the defaults.

No comments:

Post a Comment