OK, it looks as though at the moment you're keeping the questions and
answers in the same tiddler.
I'm suggesting that instead you keep them in separate tiddlers. The
question tiddler would be pretty much what you have at the moment, and the
answer tiddler would have the following fields:
title: Answer to question 1
question: titleOfQuestion1
answer: text of selected answer
text: free text provided in the answer
The text of a question tiddler could include a "new tiddler" button that
clones a skeleton answer tiddler (ie, one that has the correct answer field
set).
To make the question appear within the answer tiddler, you could add a new
$:/tags/ViewTemplate tiddler that wraps it's content in a reveal widget
that only displays if the question field is present. Then you'd transclude
the question. Something like this:
<$reveal type="nomatch" state="!!question" text="">
! Question
{{!!question}}
</$reveal>
Does that make more sense?
Best wishes
Jeremy
On Thu, Nov 28, 2013 at 5:43 PM, Stephan Hradek <[email protected]>wrote:
> Sorry, Jeremy… I couldn't exactly follow your explanation.
>
> At the moment I'm doing it like this:
>
> Title: The Question
> Text: <$radio...> You know: The stuff I posted in TiddlyWikiDev
> Some explanatory text
>
> The answer goes into a field "result".
>
> An example can be seen here: http://skeeve.tiddlyspot.com/#For%20Jeremy
>
>
--
Jeremy Ruston
mailto:[email protected]
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.