Due Week 9 and worth 80 points
Abdous and He (2008) proposed a framework for process re engineering in higher education. Their framework was applied to re engineer the distance learning exam scheduling and distribution process. Read and analyze their paper titled, “A Framework for Process Re engineering in Higher Education: A case study of distance learning exam scheduling and distribution” located at http://www.irrodl.org/index.php/irrodl/article/view/535/1138.
Write a four to five (4-5) page paper in which you:
- Determine the types of documents that would be worth considering for a background study prior to the use of other elicitation techniques. Indicate if the authors used the documents you identified.
- Examine the Structured Analysis and Design Technique (SADT) diagrams that were used to document the re engineered parts of the exam scheduling and distribution process.
- Identify the type of diagrams the authors used to document the re engineered parts of the exam scheduling and distribution process.
- Assess the intentional, structural, responsibility, functional, and behavioral views of the system.
- Predict five (5) potential failures of the re engineered system and indicate if the authors’ framework deals with potential failures.
- Use at least three (3) quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.
Your assignment must follow these formatting requirements:
- Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.
- Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.
The specific course learning outcomes associated with this assignment are:
- Describe the process and develop a functional model of a system based on requirements gathered.
- Describe the techniques and develop a requirements specification document that solves a proposed business problem.
- Use technology and information resources to research issues in requirements engineering.
- Write clearly and concisely about topics related to Requirements Engineering using proper writing mechanics and technical style conventions
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 });

