in the red, amber and green, there you will see something like

<<forEachTiddler
where
'tiddler.tags.contains ("SD") && tiddler.data("SDscore") <= "2" '
write
'"|[["+tiddler.title+"]]|\n"'

>>

SDscore is "strengths and difficulties score" - its a template in the
tiddler SDtemplate. It contains the following

<html>
<input name=SDscore type=radio value="1" />not true
<input name=SDscore type=radio value="2" />somewhat true
<input name=SDscore type=radio value="3" />certainly true
<br>
<input name=btnReset type=reset />
</html>

To adapt to evaluate Tiddlers, make another template , with another
variable in say TIDscore

<input name=TIDscore type=radio value="1" />bad
<input name=TIDscore type=radio value="2" />ok
<input name=TIDscore type=radio value="3" />ace

Then put this into the tiddlers you want to include the

<<formTiddler TIDTemplate>>

Tag the tiddlers you want evaluating say EVAL Adapt the fET accoringly

<<forEachTiddler
where
'tiddler.tags.contains ("EVAL") && tiddler.data("TIDscore") <= "2" '
write
'"|[["+tiddler.title+"]]|\n"'

>>



ALex

2009/5/16 dickon <[email protected]>:
>
> Hi Alex, and thanks. I kind of thought there would be a link to your
> Likert Scale
>
> How do I configure the forEachTiddler plugin?
>
> Best
>
> Dickon
>
> On 15 May, 13:23, Alex Hough <[email protected]> wrote:
>> > As a secondary thought, does anyone have any thoughts about how to
>> > place a really simple feedback form at the bottom of each tidder (
>>
>> On the questionnare TW i did, open a tiddler. you will see a score
>> form template: <<lickert>> or something like that.
>> Put in in your tiddlers you want to evaluate.
>>
>> Read the values with the contents in the trafic lights - generated by
>> forEachTiddler plugin
>>
>> ALex
>>
>>
>>
>> > Any thoughts or help welcome.
>>
>> > Dickon Bevington
>>
>> --
>> t: 0161 442 2202
>> m: 0781 372 50 17
>> skype: alexhough
>> delicious: alexhough
> >
>



-- 
t: 0161 442 2202
m: 0781 372 50 17
skype: alexhough
delicious: alexhough

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to