April 27, 2024

MoDCore

Welcome to the core

Masking

Code Masking

Code masking will let you hide answers of a question based on a previous question, for example –

f(‘q14′).get()==’1’ ? set(‘1′,’2′,’3’) : set(‘4′,’5′,’6’)

If the user has selected option 1 from question q14 this multi will show answers 1,2,3 else it will show answers 4,5 and 6

Code masking on a question

set(‘1′,’2′,’3’)

Will only show the first 3 answers.

Question Masking

This will show/hide an entire question based on a previous answer or condition.

f(‘q15’).any(‘1′,’2’)

If question q15 is answered 1 or 2 the following question will display, else it will be hidden from the user.

Copyright © All rights reserved. | Newsphere by AF themes.