When I activate the "Track pages within survey" function in the survey settings, I can only see different pageviews for the survey groups but not for the single question pages in the GA content report. Is it possible to modify the code in replacements.php in a way that I can see the single question id or number in the content report?
$_trackURL = htmlentities($thissurvey['name'] . '-[' . $surveyid . ']/[' . $gseq . ']-' . $_groupname, ENT_QUOTES);
It is important for me to define different goals within the survey - so I need real single pageviews.