Assignment Question
Gender Paper 1 For Gender Paper 1, you’ll need to write 500 to 750 words (approximately 2 to 3 pages) responding to the following two questions: What is gender? Why does gender matter? I do not expect you to use any sources. I want you to answer the questions the best you can based on what you already know. FOR THIS REASON, YOU MAY NOT USE CHAT GPT ON GENDER PAPER 1. For Gender Paper 1, the goal is to see where everyone is starting from. In the last week of the class, you’ll submit a longer paper (Gender Paper 2) responding to the same questions using sources from class. Please use an easily readable 12-point font and double space your paper. You should submit your paper as a Word doc or PDF. Gender Paper 1 is due Monday October 2nd. Gender Paper 1 is worth 10% of your final grade. I will grade based on completion and effort. If you tried your best to answer both questions and wrote at least 500 words, you will receive full points. Gender Paper 2 For Gender Paper 2, you’ll need to write 2000 words or more (approximately 8+ pages) responding to the following two questions: What is gender? Why does gender matter? These are the same questions you answered for Gender Paper 1. However, unlike Paper 1, for Paper 2 you must cite sources from the class to explain your answers. In addition, you should explain how and why your answers to the questions changed as a result of this course. Your paper should include both in-text citations and a Works Cited page (in ASA format) to document your sources. Please use an easily readable 12-point font and double space your paper. You should submit your paper as a Word doc or PDF. Gender Paper 2 is due Monday December 11th. Gender Paper 2 is worth 25% of your final grade. I will evaluate your paper based on the following criteria: The clarity of your answers (Do you answers make sense based on what you learned in class?) The use of sources (Did you use sources from the class? Do the sources support the answers you gave?) The quality of reflection (Do you thoughtfully explain why your answers changed based on what you learned in class?) The paper requirements (Does your paper meet the word count? Did you include in-text citations and a Works Cited page? Are your citations in correct ASA formatting?)
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });