JUDGING_GET_RESPONSE = { round_id: 4444, judging: [ { judge_id: 55555, judgments: [ { id: 1234, entry_id: 878787, score: 3, metadata: { comments: 'This entry was very well designed.' }, created: 1413889551 }, { id: 1235, entry_id: 878788, score: 2, metadata: { comments: 'This entry was decent.' }, created: 1413889599 }, { id: 1236, entry_id: 878789, score: 1, metadata: { comments: 'This entry was third in my books.' }, created: 1413889655 } ] }, { judge_id: 55556, judgments: [ { id: 1237, entry_id: 878788, score: 3, metadata: { comments: 'This entry was excellent.' }, created: 1413889551 }, { id: 1238, entry_id: 878789, score: 2, metadata: { comments: 'This entry was relatively good.' }, created: 1413889599 }, { id: 1239, entry_id: 878787, score: 1, metadata: { comments: 'This entry half-hearted.' }, created: 1413889655 } ] } ] } JUDGING_RESPONSE = { message: 'Judging was successful' }