How do we allow readers to input a code via choices?

uhmm… if u still have some confusion then …
okay… let’s do one thing
if u want your code to be 123
so you have to do the choices like…

choice
“1”{
@CHARACTER +1
}
“2”{
}
“3”{
}
and so on…
and just copy and paste it…and do it like
choice
“1”{
}
“2”{
@CHRACTER +1
}
“3”
}
and copy and paste it again…and
“1”{
}
“2”{
}
“3”{
@CHARACTER +1
}

hope u get it though…

1 Like