Dickon,
If I understand correctly, Tobias' plugin works on the tiddler itself
to add a rating, so you'd need an expansion of this plugin to work
with multiple people rating tiddlers.
You might also be interested in this TiddlyWeb discussion about a
voting system:
http://groups.google.com/group/tiddlyweb/browse_thread/thread/3bbedd8c41b52e5d
J.
On Nov 9, 11:28 am, dickon <
dickon.beving...@googlemail.com> wrote:
> I am following this thread with great interest but only understanding
> small parts of it from a technical point of view.
>
> Can I ask a question about the *application* of this function, once it
> is up and running, though? Am I right in thinking that in a TiddlyWeb
> you could use this to allow multiple users to provide feedback on the
> usefulness of particular tiddlers - that could be gathered up in a
> separate 'bag', and which might then help refine the content in the
> document over time? I am thinking in particular of how it might be
> used in the treatment manual that is slowly growing athttp://
imp.peermore.com/imp/recipes/editorial/tiddlers.wiki
>
> Cheers,
>
> Dickon
>
> On Nov 8, 2:40 pm, "Tobias -
http://tbGTD.tiddlyspot.com"
>
>
>
> <
beertob...@googlemail.com> wrote:
> > Hi Alex,
>
> > Well, the results aren't really sent anywhere. Instead the tiddler
> > (transcluded or not) that fiddle withratinginformation like
> > RatingSummary are being 'refreshed' (update their contents). This is
> > what the 'update' function in RatingMacro is for and 'refresh' sure
> > would have been a more appropriate name for it. It loops over all
> > those tiddlers which you specified for being updated (aka 'refreshed')
> > which I stored in the 'rel' attribute of theratingwrapper. Somewhere