Level 54
@jeevamugunthan you'll first need to decide how to add the meta data into the text to describe what type of question type you are using.
eg
Some text with a {question:1,type:'text'} and another bit of text with a {question:2,type:'select',options:['value1':'text for value 1','value2':'text for value 2','value3':'text for value 3']} etc
You'd then need to write a regex to find the various {} and then transform the text to the various html form element you want.