PoodLL Filter Strings For Moodle
All of these filters strings will work in your Moodle if the PoodLL filter is enabled. In most cases only the key attributes are required. The other attributes will use default values if not included in the filter string. Try them out, or see other strings, at http://demo.poodll.com .
Timers
stopwatch |
{POODLL:type=stopwatch,fontsize=64,width=400,height=265} |
countdown(fixed) |
{POODLL:type=countdown,initseconds=120,fontheight=48,height=300} |
countdown(free) |
{POODLL:type=countdown,initseconds=120,usepresets=true,fontheight=48,height=300} |
Miscellaneous
calculator |
{POODLL:type=calculator,size=normal} |
dice |
{POODLL:type=dice,dicecount=2,dicesize=200,width=600,height=300} |
counter(up) |
{POODLL:type=counter,usepresets=false,initcount=0,fontheight=64,width=360,height=240} |
counter(down) |
{POODLL:type=counter,usepresets=false,initcount=8,fontheight=64,width=360,height=240} |
counter(free) |
{POODLL:type=counter,usepresets=true,initcount=0,fontheight=64,width=480,height=240} |
quizlet |
{POODLL:type=quizlet,id=28127964,title=for_your_ref,mode=scatter,width=100%,height=400} |
scroller start (horizontal) |
{POODLL:type=scrollerstart,axis=x,speed=40,pixelshift=4,height=110,width=500} |
scroller start (vertical) |
{POODLL:type=scrollerstart,speed=10,axis=y,pixelshift=1,width=600,height=250} |
scroller end |
{POODLL:type=scrollerstop} |
flashcards |
{POODLL:type=flashcards,qname=name_of_matching_question,cardwidth=300,cardheight=150,randomize=yes,width=400,height=252} |
Players (PoodLL style)
standard audio |
{POODLL:type=audio,path=http://mysite.com/musicfile.mp3,usepoodlldata=false,protocol=http} |
once audio |
{POODLL:type=onceplayer,url=http://mysite.com/musicfile.mp3} |
mini audio |
{POODLL:type=miniplayer,url=http://mysite.com/musicfile.mp3} |
word audio |
{POODLL:type=wordplayer,url=http://mysite.com/elephant.mp3,word=elephant,fontsize=36} |
inline word audio |
{POODLL:type=wordplayer,url=http://mysite.com/elephant.mp3,word=elephant,fontsize=36,runtime=js} |
video (MP4/FLV/MOV) |
{POODLL:type=video,path=http://site.com/avideo.mp4,usepoodlldata=false,protocol=http,width=400,height=300} |
video (custom splash) |
{POODLL:type=video,path=http://site.com/avideo.mp4,splashurl=http://mysite.com/splash.jpg,usepoodlldata=false,protocol=http,width=400,height=300} |
These are the long hand filter strings.
Players (Link style)
standard audio player |
<a href="url_of_file.mp3">anything.mp3</a> |
mini player (audio) |
<a href="url_of_file.mp3">anything.mini.mp3</a> |
once player (audio) |
<a href="url_of_file.mp3">anything.once.mp3</a> |
word player (eg elephant) |
<a href="url_of_file.mp3">elephant.word.mp3</a> |
inline word player (eg elephant) |
<a href="url_of_file.mp3">elephant.inlineword.mp3</a> |
video (MP4 / FLV / MOV) |
<a href="url_of_file.mp4">anything.mp4</a> |
In practise, you can just insert a media file into an html area as usual and it works. For the once, word and mini players it is the same. Just carefully change the text on the page to add "once" , "mini" or "word" to make them work.
Recorders
audio recorder |
{POODLL:type=audiorecorder} |
video recorder |
{POODLL:type=videorecorder} |
webcam snapshot |
{POODLL:type=snapshot} |
Recorders inserted using filter strings won't save recordings in a way you can get at them. They are mostly useless, but sometimes there is a case to use them.
Whiteboards
default |
{POODLL:type=whiteboard,runtime=auto} |
with background image |
{POODLL:type=whiteboard,backimage=http://site.com/image.png,width=800,height=400} |
Drawings made with whiteboards inserted in this way can not be saved.
Pairwork
pairwork admin |
{POODLL:type=adminconsole} |
pairwork widget (audio) |
{POODLL:type=newpoodllpairwork} |
pairwork widget (video,chat,whiteboard) |
{POODLL:type=newpoodllpairwork,width=800, height=1000,chat=true,whiteboard=true,showvideo=true,whiteboardback=http://site.com/pic.jpg} |
Broadcast/Subscribe
screensubscribe |
{POODLL:type=screensubscribe,width=600,height=400,broadcastkey=unique123} |
cambroadcaster |
{POODLL:type=cambroadcaster,broadcastkey=unique123} |
This was the basis of the original PoodLL pairwork. It simply broadcasts a webcam/audio stream on a unique key. Using the same key, screensubscribe can watch it.
|
Created By
Metadata
Comments
Tallthom 15:45 19 Jun 14
Bookmarked!
Add a Comment
Related Cheat Sheets