I'm generally OK with this, but had some questions.
-
Why isn't this a new column and not a parameter? My guess is because parameters apply to a type of question and this applies to all questions, It'd be good to be explicit in the issue that's filed.
-
Currently in pyxform,
yes
is an alias fortrue()
. That is most (all?) columns are passthrough expressions and that would not be true (pun ) in this case. Feels dangerous to me, but I don't really have a good alternative. It's not like we can usesounds_good
orno_prob
as the value...