prepare( "SELECT round_number, score, comment FROM assignments WHERE completed IS NOT NULL AND submission_id = :submission_id" ); $stmt_fdbck->execute([ "submission_id" => $submission->id, ]); $feedback = $stmt_fdbck->fetchAll(PDO::FETCH_OBJ); ?>
Submission details
Title title ?>
Ranking Round One rank_round_1 ?>
Round Two rank_round_2 ?>
Round Three rank_round_3 ?>