PoodLL filter: Difference between revisions

From MoodleDocs
(added page)
 
(Added |set = https://moodle.org/plugins/browse.php?list=set&id=13)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox plugin
|type =filter
|set = https://moodle.org/plugins/browse.php?list=set&id=13
|entry = https://moodle.org/plugins/filter_poodll
|tracker = https://github.com/justinhunt/moodle-filter_generico/issueshttps://github.com/justinhunt/moodle-filter_poodll/issues
|discussion = https://moodle.org/mod/forum/view.php?id=8143
|maintainer = [[User:Justin Hunt]]
|float = right
}}
{{Filters}}
{{Filters}}
The PoodLL Filter is the core PoodLL plugin for Moodle. It contains all the recorders, widgets and the code that makes it possible to use them around Moodle. It is a required component for all the other PoodLL plugins. - See more at: http://poodll.com/documentation/1.0/25/poodll-filter/#sthash.O8PxaJMX.dpuf
The PoodLL Filter is the core PoodLL plugin for Moodle. It contains all the recorders, widgets and the code that makes it possible to use them around Moodle. It is a required component for all the other PoodLL plugins. - See more at: https://poodll.com/
 
==Poodll versions available==
* The old (still working, installed in 900+ sites) Poodll 2.x is free to use. You can register it at [https://poodll.com/registration/ https://poodll.com/registration/].
* The new Poodle 3.x (installed in 1900+ sites) is [https://poodll.com/poodll-3-2/ suscription-based] for institutions or individual users. There is a 2 weeks free trial available.


==PoodLL Filter Strings==
==PoodLL Filter Strings==
Line 6: Line 19:
The PoodLL filter can be used on its own to insert interactive widgets in your Moodle courses. These widgets include the audio/video recorders and whiteboards. But they also include stopwatches, timers, flashcards and more.
The PoodLL filter can be used on its own to insert interactive widgets in your Moodle courses. These widgets include the audio/video recorders and whiteboards. But they also include stopwatches, timers, flashcards and more.


A few sample filters are listed below. A more complete list is available here.
A few sample filters are listed below. A more complete list is available [https://www.cheatography.com/justinhunt/cheat-sheets/poodll-filter/ here].


Stopwatch {POODLL:type=stopwatch,width=400,height=265}
Stopwatch {POODLL:type=stopwatch,width=400,height=265}
Line 15: Line 28:


Calculator {POODLL:type=calculator}
Calculator {POODLL:type=calculator}
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}


==Download==
==Download==
Line 41: Line 75:


There set "Text Cache Lifetime" to "no"
There set "Text Cache Lifetime" to "no"
==Registering Poodle 2.x and 3.x versions==
Registration for Poodll 2.x is free at [https://poodll.com/registration/ https://poodll.com/registration/]
Poodle 3.x is [https://poodll.com/poodll-3-2/ suscription-based]


==See more==
==See more==
- See more at: http://poodll.com/documentation/1.0/25/poodll-filter/#sthash.O8PxaJMX.dpuf
- See more at: https://poodll.com/poodll-3-docs/
 
[[Category:Audio]]
[[Category:Video]]
[[es:Filtro PoodLL]]

Latest revision as of 18:12, 2 September 2017

The PoodLL Filter is the core PoodLL plugin for Moodle. It contains all the recorders, widgets and the code that makes it possible to use them around Moodle. It is a required component for all the other PoodLL plugins. - See more at: https://poodll.com/

Poodll versions available

  • The old (still working, installed in 900+ sites) Poodll 2.x is free to use. You can register it at https://poodll.com/registration/.
  • The new Poodle 3.x (installed in 1900+ sites) is suscription-based for institutions or individual users. There is a 2 weeks free trial available.

PoodLL Filter Strings

The PoodLL filter can be used on its own to insert interactive widgets in your Moodle courses. These widgets include the audio/video recorders and whiteboards. But they also include stopwatches, timers, flashcards and more.

A few sample filters are listed below. A more complete list is available here.

Stopwatch {POODLL:type=stopwatch,width=400,height=265}

Whiteboard {POODLL:type=whiteboard,width=600,height=350}

Countdown Timer {POODLL:type=countdown,usepresets=true,width=400,height=265}

Calculator {POODLL:type=calculator}

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}


Download

Download from the Moodle plugins database.

Installation

There should be only one folder "poodll" expanded after you unzip the zip file. Place this folder into your moodle installation under the [site_root]/filter folder.

Then login to your site as admin and go to your Moodle site's top page. Moodle should then guide you through the installation or upgrade of the PoodLL filter. You can probably accept the defaults, scroll to the bottom of the page and press save.

Enabling the PoodLL Filter

To enable the PoodLL filter, from the Site Administration menu, choose

Plugins->Filters->Manage Filters.

In the list of filters you will see the PoodLL filter. Set it to “on.”

The PoodLL filter can display mp3/mp4/flv files. The default Multimedia Plugins filter can also do this. To minimize the chance of any conflict you should move the PoodLL filter higher in the list than the Multimedia plugins filter.

In pre 2.7 versions of Moodle, caching can affect audio/video playback reliability. You should turn off text filter caching: Go to:

Site Administration -> Plugins -> Filters ->Common Filter Settings

There set "Text Cache Lifetime" to "no"

Registering Poodle 2.x and 3.x versions

Registration for Poodll 2.x is free at https://poodll.com/registration/ Poodle 3.x is suscription-based

See more

- See more at: https://poodll.com/poodll-3-docs/