Hi Jan, that's really cool,  I want to steal this from your page...

for the video not playing ... I changed your macro and got it to work:

\define quizcard()
<div style="float:left; diplay:inline-block; overflow:auto; width:345px; 
margin-right:-5px; margin-bottom:5px">
<div>
<$list filter="[[$(tiddler)$]getindex[$(question)$]]" variable="answer">
<label>
    <input type="checkbox"  />
    <div class="flipcard">
        <div class="front"><span class="cardtext"><<question>></span></div>
        <div class="back"><span class="cardtext"><<answer>></span></div>
</div>
</label>
</$list>
</div>
</div>
\end


I think it's because you would get {{{{Videotest}}}} the way you did it, 
and that doesn't work. But this doesn't work either: {{<$transclude 
tiddler="Videotest"/>}}. So it seems that double-transclusion should be 
avoided


best wishes and thanks for this creation,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1867bedd-951a-4506-85b4-e932a3fbe2e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to