Display questions in UI

Certified Lead Developer

Hi ,

Recently i came across an interview question like how you will save and display different questions for different group of users in UI ? So have two doubts regarding this question, as follows

  1. Is this kind of use case exists in real time?
  2. Is there any best practice/way for achieving this?

Requesting suggestions from everyone.

Thanks in Advance,

Pradeep

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    1. Is this kind of use case exists in real time? - Yes
    2. Is there any best practice/way for achieving this? - You can configure showWhen of the component displaying the questions to check and display the questions. Saving can be done normally and while retrieving the data back the questions values are saved based on the items displayed to the user. 
Reply
  • 0
    Certified Senior Developer
    1. Is this kind of use case exists in real time? - Yes
    2. Is there any best practice/way for achieving this? - You can configure showWhen of the component displaying the questions to check and display the questions. Saving can be done normally and while retrieving the data back the questions values are saved based on the items displayed to the user. 
Children
No Data