|
One major debate among primatologists and linguists alike is whether nonhuman primates such as chimpanzees and gorillas are capable of language and, if so, to what extent they are. In this assignment, you are asked to review Chapter 1 of the Rowe-Levine text, especially the attributes of nonhuman communication versus human language (pp. 10-12) accounts of possible language in the behavior of Washoe (a chimp), Kanzi (a bonobo), and Koko (a gorilla) (pp 12-14); and skepticism over ape language studies (pp. 15-20).You are then asked to view a short take from Among the Wild Chimpanzees and the video A Conversation with Koko in its entirety. I suggest that you take notes while viewing both films. You may do this assignment singly or in groups of up to three.Finally, please answer the following questions based on the lecture, the reading and the video. Value: 10 points each question; total, 100 points.Due date: final day of class. :
What is the difference between language and speech and between language and sign languages. |
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 });

