The range question now supports displaying labels based on a list in the form via tick-labelset. There is (small) a risk that loading those labels could cause the app to freeze. Given that, the labels should be loaded off the Andorid UI thread and a loading state should be shown while that happens:
In addition, form progress (forwards or back) should be blocked while the question loads to prevent the user from missing the question.
The
rangequestion now supports displaying labels based on a list in the form viatick-labelset. There is (small) a risk that loading those labels could cause the app to freeze. Given that, the labels should be loaded off the Andorid UI thread and a loading state should be shown while that happens:In addition, form progress (forwards or back) should be blocked while the question loads to prevent the user from missing the question.