Good Afternoon People
So I am building a react app where in one screen i wanna show 20 question where each one have 4 multiple answers where the user is going to select one what type of widget do i need to use to get this aspect in the screen of the print ?
Thanks for your attention
Hi Nuno,
I suggest to build your own control (webBlock) which It has one container for question and another container to contains 4 radio buttons with answers then in your main screen add list and list item then inside list item add your WebBlock.
Do you need to print same page also? If yes I suggest also to generate PDF from your screen and print PDF
HI Nuno,
In case you are asking help for radio button widget in reactive. Please refer below link. It might be useful to you.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Inputs/Pick_Only_One_Option_in_a_Group_of_Choices
Regarding the design, you may follow below steps -
Please let me know in case any questions related to printing screen fucntionality.