You have to complete a major research paper on one of the topics outlined below. The paper should be a maximum of 3000 words, double-spaced and written using APA style. The depth of research should reflect graduate studies; therefore students are expected to read the empirical literature as widely as possible. A simple Google search will not suffice. Full-text articles are available from most academic journals.
1. Sheppard and Brown (2014) observe that “making the transformation from traditional teacher directed classrooms to technology-smart learner-centered classrooms… is a complex endeavor!” As a newly appointed principal you have committed to implementing a technology plan that will improve teaching and learning in your school. Using the relevant scholarly literature on 21st century learning, examine and discuss how professional development in technology and learning can enable you and your teachers to cultivate technology-rich learner-centered classrooms. Sheppard, B., & Brown, J. (2014). Leadership for a new vision of public school classrooms: Technology-smart and learner-centered. Journal of Educational Administration. 52(1). 84-96. doi: 10.1108/JEA-03-2012-0027
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 });

