I am looking to create a collection of quizzes for our HR training. From the database side i would like to send in a list of questions and answers in a JSON object. From that JSON, I want to dynamically create the dom for the web quiz using templates in kendo for jquery. I found some articles and read up a bit about templates in telerik and thought that the template works for what I need. I found an example on the forums and have modified it try to add the radiobutton group for multiple choice question or true\false and Yes\No questions. So in my example, I can't get the radio buttons to show in the nested template. What am I missing with regards to the radio template only showing as an object but not rendering the actual radio buttons.
https://dojo.telerik.com/iwuQaJUz