since I will upload the research proposal I would like you add something to it when you will put it on introduction chapter, I will but the notes inside the proposal file so you will know where you will add extra information.
also, I will upload the literature review that I did for research so you just what thing that I missed in this part but don’t delete anything.
please don’t count the proposal and literature review that I wrote from the 3300 words that you will do.
dissertation chapters:
1- introduction
2- literature review
3- methodology (it will an interview, I will upload the questions with answers once I finish it )
4- results\ finding (brief information about respondent in table, put charts and the opinion of respondent)
5- discussion\ conclusion \ recommendation.
please once you finish each chapter send it to me so I can show it to my teacher
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 });

