Feedback for $recipient_name

"; echo ""; echo " "; // loop through the questions in this survey - displaying text and this recipient's self-score for each //for ($i=1; $i<=$num_questions; $i++){ $num_questions = count_questions(); $first = ($page_num - 1) * 11 + 1;// start at 1 so we can leave out the "avg all questions" row $last = $page_num * 11; for ($i=$first; $i<=$last && $i<=$num_questions; $i++){ $self_score = $self_scores[$i]; $others_score = $others_scores[$i]; echo" "; // } // now draw the percent markings echo " "; // now some space echo " "; // now show the graph key echo " "; echo "
"; // echo "
$question_texts[$i]


SELF ALL OTHERS
"; //$bar_graph->show_bar_graph(); //echo ""; //show_job_footer(); // END OF PAGE ?>