We often use instruments in program evaluation to help us move beyond subjective opinions so that we can measure in a precise way what it is we want to know. For this milestone:
Please briefly describe the instrument you will be using for your evaluation project. Be sure to include its name and its author and the date it was developed. If you are using an instrument your team developed, please describe what it is measuring.
Explain what is known about the reliability and validity of the instrument you are using. If using our own instrument, explain how could its reliability and validity be tested.
Using the internet, please list one other similar scale that could be used for your evaluation project.
———-
Added on 03.08.2016 08:28
Our team is studying the Human Services of Southern NJ data regarding their Outpatient Adult Substance Abuse Program. We have decided to use the Post-test Only with Non Equivalent Design Groups. Out data has two groups, those who received treatment and those who did not. Tests were taken weekly during the course of the 28 day treatment and presented as a total for each subject. Since we cannot determine pre or post treatment results, we are using the comparison group who did not receive treatment to evaluate the effectiveness of the program.
http://humanservicesnj.weebly.com/substance-abuse-services.html
Instruction files
logic_model-substance_abuse_facility.docx(13,18 KiB)
logic_model-substance_abuse_facility0.docx(13,18 KiB)
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 });

