Dewey Sequence
Purpose: In your academic, personal, and professional lives, being able to effectively solve a problem is an essential skill. Carefully examining a problem to understand its history, causes, and effects, as well as past and current solutions, will enable you to identify and advocate for effective solutions in multiple areas of your life.
Skills: The purpose of this assignment is to help you practice the following skills, which are essential for success in your field and program:
• Analyze a problem and develop an optimal solution using the Dewey Sequence
• Evaluate information and sources, including peer-reviewed research articles, for appropriateness, reliability, validity, and bias
• Use APA Style to integrate credible scholarly source material, without distorting the meaning, to enhance the written work
• Produce written work that clearly presents specific and developed ideas
Assignment Prompt
1.) For this essay, you are required to:
• Write about any problem that is of interest to you
• Propose a new solution that will work to solve part or all of the problem
IMPORTANT: You should select a problem that you can successfully define and analyze and propose and defend a solution for in a minimum of 1,200 words. For example, world poverty is too broad of a topic for an essay of this length, but poverty in Cleveland is a manageable topic.
2.) Your essay must do the following (based on the Dewey Sequence
opens in new window
(
• Define the problem, exploring its current state
• Examine the problem’s history
• Analyze the problem’s causes and effects
• Propose a solution and discuss how it could be implemented
• Defend the proposed solution and address any potential objections
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 });