- Respond to each item. Each response should be concise and between 2–3 paragraphs in length.
- Use MS Word to write your responses, and submit your answers to all three questions in one Word document.
- Copy and paste each question within the document, so that your Instructor can see which question you are responding to.
- The Socratic method, named after Socrates but originated by Plato thousands of years ago, is still being used by teachers in classrooms around the world. In your own words, summarize the Socratic method and provide at least one example of how it can be used to further learning and encourage critical thinking.
- Both Socrates and Plato took a stand in the debate regarding the benefits of a general education versus the benefits of a technical education. Summarize this debate and explain whether you agree or disagree with these two philosophers and why.
- This week, you have been studying classical thinking with regard to education, particularly the thoughts and viewpoints of Socrates, Aristotle, and Plato. Choose three views held by either Aristotle or Plato, and explain whether you agree or disagree with each one and why.
RESOURCES
- Online Reading: Week 1 Online Reading (PDF) To open this document, you will need the free Adobe® Reader® software.
- Web Site: The Socratic Method: What It Is and How to Use It in the Classroom. (Fall 2003, Vol. 13, No. 1).
Speaking of Teaching, Stanford University Center for Teaching and Learning Newsletter
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 });

