session_start(); require_once('../Connections/connection.php'); include_once('../include/header_functions.php'); include_once('../include/functions.php'); $recipient_name = get_person_name($recipient_id); show_report_header("Self/Others Report for $recipient_name"); require_once("report_functions.php"); $num_questions = count_questions(); $self_scores = get_self_scores($num_questions);//returns array $ $others_scores = get_others_scores($num_questions); $question_texts = get_question_texts();//returns array echo "
";
//
echo " |
|||
| $question_texts[$i] | |||
|
|||
|
|
|||