PAPER INSTRUCTIONS
Please watch assigned movie and answer the following
questions (A Street Car named Desire)
1.
Summarize the movie 10pts
2. State
two (2) evident factors that believe may have contributed to the mental
illness of the client/person. 10pts
3. Describe
any two (2) defense mechanisms seen in the movie. 10pts
4. Discuss two management/treatment approaches
that were used in the movie. 20 pts
5.
Discuss a conversation in the movie using five
consecutive statements between the mentally challenged individual and an
identified health worker or family member. Please ensure to begin with an introduction,
state the communication technique used, if the technique was non
therapeutic please identify a therapeutic communication technique that
could be used and reason for its use. 20pts
6. Identify
and explain two personality types of the client/person diagnosed with the
mental illness. 20 pts
7. State
any two (2) defense mechanisms other
than those used in question 3 seen in the movie. 10pts
Total Points: 100
Page
Limit MINIMUM 5 PAGES excluding
cover and reference pages
Submission via turnitin
PLEASE USE 5 OF THE PAGES FOR THE INFORMATION ABOUT THE MOVIE AND 1 FOR REFERENCES.
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 });