Hi I have below requirement from client . Everything should be OOTB. and survey has to be dynamic , means after 1 week new surver would be raised , so there would not be any change in the code , code should be dynamic.
I am planning to create 2 lists , 1 for main survey 2nd for answers
1)Main survery will have columns like below'
Question , Answer1 , answer2 , answer3 , answer4 ,answer5 , ShowonPage(This would be yes/No) so it will be helpful for showing/Fetching only yes listitem or current survey
2)Second list answer will have following colmuns
Survery No (Look up on ID) , Answer1 , answer2 , answer3 , answer4 ,answer5
This way it will be dynamic , but my question is how can I create New form through javascript client object like above and show data like a graph as shown above ?
Please mark answer , if you think answer is helpful or correct.