Show Menu
Cheatography

PoodLL Filter Cheat Sheet by

Filter Strings for Widgets

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:/­/de­mo.p­oo­dll.com .

Timers

stopwatch
{POODLL:type=stopwatch,fontsize=64,width=400,height=265}
countd­own­(fixed)
{POODLL:type=countdown,initseconds=120,fontheight=48,height=300}
countd­own­(free)
{POODLL:type=countdown,initseconds=120,usepresets=true,fontheight=48,height=300}

Miscel­laneous

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="u­rl_­of_­fil­e.m­p3">­any­thi­ng.m­p3­</a>
mini player (audio)
<a href="u­rl_­of_­fil­e.m­p3">­any­thi­ng.m­in­i.m­p3<­/a>
once player (audio)
<a href="u­rl_­of_­fil­e.m­p3">­any­thi­ng.o­nc­e.m­p3<­/a>
word player (eg elephant)
<a href="u­rl_­of_­fil­e.m­p3">­ele­pha­nt.w­or­d.m­p3<­/a>
inline word player (eg elephant)
<a href="u­rl_­of_­fil­e.m­p3">­ele­pha­nt.i­nl­ine­wor­d.m­p3<­/a>
video (MP4 / FLV / MOV)
<a href="u­rl_­of_­fil­e.m­p4">­any­thi­ng.m­p4­</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 "­onc­e" , "­min­i" or "­wor­d" 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.

Whiteb­oards

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 whiteb­oards 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}

Broadc­ast­/Su­bscribe

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, screen­sub­scribe can watch it.
                   
 

Comments

Bookmarked!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Essential MySQL Cheat Sheet
          Essential Python Cheat Sheet