For a working result page you also have to modify
\pages\admin\surveys\result.total.script.php
and
\pages\admin\surveys\result.total.script.site.php.
There you just have to add the question type “Single”:
<?php if ( $question['type'] == "Multiple Choice" ||
$question['type'] == "Dropdown" || $question['type'] == "Single" ) {