Assignment 1 – Demonstrate competency in conducting a Functional Behavior Assessment (1,500 Words)
Use the information presented in your case study and literature to demonstrate your ability to conduct a Functional Behavior Assessment.
You may NOT be presented with all the information you need to complete a comprehensive summary of the individual and their behavior. However, it is important that you discuss what information would ideally be included if you were actually carrying out the intervention.
Watch the following YouTube Clip:
Severe autism, resistive, escape behavior -running away (2:26 mins)
https://www.youtube.com/watch?v=pNYkS-2hDMw&app=desktop
Read the attached Case Study which provides additional information on the girl presented in the YouTube clip – Allison
Complete the blank A-B-C chart attached
Use the headings and information below to complete Assessment 1: Conducting a Functional Behaviour Assessment
References required where a concept needs explanation (must be within the last 10 years)
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 });

