// function newquestion(q) { // $('#title').html(q["title"]); // $('#text').html(q["text"]); // switch (q["type"]) { // case "information": // case "warning": // case "alert": // $('#answer').html(""); // break; // case "text": // case "text_regex": // $('#answer').html(` //
// `); // // // break; // case "radio": // case "checkbox": // // $('#answer').html(nunjucks.renderString('