AIUB TPE
JavaScript
(function() {
[].forEach.call(document.querySelectorAll('input[type="radio"][value="5"]'), function(el) {
el.checked = true
});
document.querySelector("#Comment").value = "good";
})();
(function() {
[].forEach.call(document.querySelectorAll('input[type="radio"][value="5"]'), function(el) {
el.checked = true
});
document.querySelector("#Comment").value = "good";
})();