params = [ "game_id" => $game->id, "member_id" => $_SESSION["account"]->id, "round" => 1, ]; $stmt_assignments = $db["data"]->prepare( "SELECT submissions.id, title, hash, score FROM assignments JOIN submissions ON submissions.id = assignments.submission_id WHERE assignments.game_id = :game_id AND assignments.member_id = :member_id AND round_number = :round" ); $stmt_assignments->execute($assignments->params); $assignments->round_1 = $stmt_assignments->fetchAll(PDO::FETCH_OBJ); $assignments->params["round"] = 2; $stmt_assignments->execute($assignments->params); $assignments->round_2 = $stmt_assignments->fetchAll(PDO::FETCH_OBJ); $assignments->params["round"] = 3; $stmt_assignments->execute($assignments->params); $assignments->round_3 = $stmt_assignments->fetchAll(PDO::FETCH_OBJ); ?>

Your Assignments

status_id, [ STATUS_ENROLLING, STATUS_REVIEW, ])) { ?>

The manuscripts to which you've been assigned to provide feedback will appear here.

Your assignments are below.

Click on the hyperlinked title to open the PDF and read it in the browser or save it to your computer. If you encounter any issues, please email us at sixfold@sixfold.org.

round_1): ?>
round_1 as $item): ?>
Round One Assignments for name ?>
Title Score
title ?> score ?? "N/A" ?>
round_2): ?>
round_2 as $item): ?>
Round Two Assignments for name ?>
Title Score
title ?> score ?? "N/A" ?>
round_3): ?>
round_3 as $item): ?>
Round Three Assignments for name ?>
Title Score
title ?> score ?? "N/A" ?>