Thanks for your response Bruce.
I will be more precise.
We have plenty of rejoinders, topics… which ask the user what he likes.
So we want all of them to be processed by the same rule ILIKE.
For now, we use reuse to redirect to ILIKE rules.
Before reuse, we save variable with user liked
“
#! yes
h: (~yesanswer) $like=_0 ^reuse(ILIKE)
“
“
u: ILIKE ($like)
$$like=$like
# put $like to nul to avoid to constantly fall here.
$like = null
[What do you like about $$like?]
[How much do you love $$like?]
[Is there anything you love more than $$like?]
a: (_*)
$like = _0
^reuse(ILIKE)
“
We though about using context instead but without success.
We are looking for a way to do that without variable, by “coding” or “tagging” that a question will imply a ILIKE label response.
Any better idea than what we did?
Less code is better.
Thanks in advance