While I am able to get the (not recoded) value of a chosen answer with
this.getChoiceAnswerValue(), I just don't get the recoded values. Both lines of following code result in empty variables:
var value2 = this.getChoiceRecodeValue();
var value3 = this.getChoiceRecodeValue(this.getSelectedChoices());
Any help much appreciated!