session_start(); require_once('../Connections/connection.php'); include_once('../include/header_functions.php'); include_once('report_functions.php'); include_once('../include/functions.php'); $recipient_name = get_person_name($recipient_id); show_header("Raw Data Report for $recipient_name"); show_job_header(); echo "
| "; // generate names of respondents to put in cells on this first row for ($i=0; $i<$num_respondents; $i++){ $respondent_id = $respondent_ids[$i]; echo " | $respondent_names[$i] | "; } echo"
| $i. $q_text | "; for ($j=0; $j<$num_respondents; $j++){ $respondent_id = $respondent_ids[$j]; $score = $scores[$respondent_id][$i]; if ($score == ""){ $score = "NULL"; } echo"$score | "; } echo"