ATTENTION: THIS IS FOR MY MASTERS PROGRAM IN MENTAL HEALTH COUNSELING. THE COURSE IS: Research and Program Evaluation
Textbook:
Christensen, L.B., Burke Johnson, R., & Turner, L.A. (2014) Research methods, design, and analysis (12th ed.). Upper Saddle River, NJ: Pearson.
Documentary: PARTS one, two and three and four:
https://youtu.be/HXw8Ksvyt5Y
https://youtu.be/19eAMcgn2QU
https://youtu.be/oHqRTDW9Irk
https://youtu.be/PctmzkrJmcg
In a two to three page paper, summarize the main points in the documentary “Prisoners of Silence”. Why it is necessary to employ the scientific method before embarking on any type of behavioral therapy? What were some of the problems that were created by NOT employing empirical techniques in facilitative communication? What could have been done to avoid these problems? What would the scientific method have demonstrated? Most importantly, what was the “human” or “emotional” damage that was caused by NOT following an empirical, research-based methodology?
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 });

