Skip to content

Instantly share code, notes, and snippets.

@ahoward
Created January 3, 2009 20:44
Show Gist options
  • Save ahoward/42927 to your computer and use it in GitHub Desktop.
Save ahoward/42927 to your computer and use it in GitHub Desktop.
# ==========================================
puts '========== REVIEW ANSWERS =========='
review_answers = [
{:question_id => 67, :answer => "yes"},
{:question_id => 68, :answer => "no"},
{:question_id => 69, :answer => "yes"},
{:question_id => 70, :answer => "no"},
{:question_id => 71, :answer => "yes"},
{:question_id => 72, :answer => "no"},
{:question_id => 73, :answer => "yes"},
{:question_id => 74, :answer => "no"},
{:question_id => 75, :answer => "yes"},
{:question_id => 76, :answer => "no"},
{:question_id => 77, :answer => "yes"},
{:question_id => 78, :answer => "#{review_user.name} What were the strengths of the paper? answer"},
{:question_id => 79, :answer => "#{review_user.name} Do you agree with the conclusions? Why or why not? answer"},
{:question_id => 80, :answer => "#{review_user.name} What suggestions can you make to help the authors improve the final draft of their report? answer"},
{:question_id => 81, :answer => "Excellent. Exceptionally well done."},
{:question_id => 82, :answer => "This report should not have been submitted for peer review."},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment