1. Design and produce a debate (1,000-1,250 words) in which you have a psychologist from the Gestalt therapy perspective debate a psychologist from the person-centered perspective as to how and why people become aware of psychological problems.
2. You will serve as moderator for the debate. That means that you, as moderator, will design the questions that you ask each of your fictitious psychologists and will also write their responses. There is no fixed number of questions, but plan to ask your debaters at least half a dozen or so.
3. Use a standard debate format in which you ask the respondents alternating questions and allow the other debater to respond to the first debaters answer to your question.
4. APA format is not required
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 });

