I am posting 3 image and my XMAL file.
Actually i need to fetch data from Image 1 and Image 2, That i have done.
However i am getting stuck while putting that data into Array or Data table because here scenario is:
- If more than one ans is true like shown in Image 3, then raw value( Against column "Question Type (multiple-choice or multi-select) " should be multi-select and if only one ans is true then it should be multiple-choice. Here how to add “multiple-choice or multi-select” within the array?
- There might be possibility that some times, options of question could be A,B,C,D,E,F or A,B,C,D,E or A,B,C,D. How to manipulate this, while creating list,array or writing value in data table or CSV.
- if Ans A is true then i need to write 1, if ans B is true then i need to write 2 and so on.
Please guide me how to proceed. Main.xaml (36.9 KB)
I have also uploaded my XMAL File.
Any help please?