Assignment Question
This assignment consists of two major elements
1) Program Logic Model Table enhanced with measurements
2) A Measurement Plan Program Logic Model Table enhanced with measurements With the following columns: i. Unique row number ii. Stakeholder iii. Inputs iv. Activities v. Outputs vi. Outcomes vii. Medium term Impacts viii. Long term Impacts Enhancement: Add Measurement elements to each cell (or alternatively on a separate row): Add Measurement elements to each CELL using the convention: Row Number+Letter e.g., 1A plus a short e.g. 5 word description of the measurement. You wil be adding a long form description of the measurement in the essay portion, so minimize valuable table space by using a short form for the measurement, and a unique number If you run out of letters use AA BB after Z (you should not run out of letters; 26 indicators are plenty for a row of or flow of logic) Review the Theory of Change assignment, each element should have included a measurement element. Review the Program Logic Model, it should have incorporated the Theory of change elements. Therefore, the majority of indicators from the Theory of Change will be relevant to each row, or flow of logic in the Program Logic Model In other words, start with indicators and measurements you have already selected, and modify and add to them as necessary
2) A Measurement Plan – Essay Portion
Create a new Section for each row or flow of logic in the Program Logic Model Number the Section with the unique row number from the Program Logic Model Name the section the same as in the Program Logic Model assignment. Note: some of the flows of logic will correspond to two or more rows. In this case use the number of the first row in the same flow of logic and note the use of two (or more) rows through two (or more) different paragraphs. Write a paragraph for each row describing the measurements for each cell. Each paragraph will contain ALL the measurements for ALL the cells in that row Each paragraph should contain two sentences per measurement. One sentence describing the measurement. The second sentence describing how the measurement will be implemented. The measurements in the enhanced Program Logic Model table should all have unique labels e.g.,1A, 1B etc., so refer to them accurately so they are easy to connect to the measurement enhanced Program Logic Model table Include measurements for assumptions (recall the assumptions from the Theory Of Change), and remember they generally refer to the connection arrows between elements Ensure you write a narrative for the measurement plan in each section. There should be a smooth transition from each sentence to the next. There should a smooth transition from one paragraph to the next. Tell a story using the measurements, the narrative for paragraphs is the primary content that will be marked. Tell a narrative story convincing enough for a funder to fund the program. Ensure measurements are specific. i.e., You can use the short form ‘survey” in the table cells where there is less space. Use the full long for description in the essay portion i.e. ‘‘a survey will be conducted of all program participants annually using email’. Note, you will be creating a budget for the measurements in the subsequent assignment. So choose your measurements wisely, research them, dont recommend measurements, or data collection methods that are beyond the resources of the organization Total document length: 2,000 words not including cover page and 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 });