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); ?>

Feedback

Feedback for "title ?>"
Score Comment
score ?> comment) ? mb_convert_encoding($item->comment, 'Windows-1252','utf-8') : 'No comment was provided.' ?>

The feedback you receive from other writers will appear here.