Reflect on the marketing materials Woodbury University sent you when they were reaching
out to you to come here:
1. What was your experience of the marketing outreach of Woodbury University?
2. Did the marketing materials fulfill what was promised?
3. What worked? Were there images or stories that resonated with you that resulted in your decision to attend Woodbury University?
Provide details of what these were.
4. Were there marketing materials that didn’t work? Provide details of what these were.
5. What suggestions would you make that would improve the marketing materials that you received?
6. Create a one-sheet promotion that you or a prospective student from Saudi Arabia would want to receive
from Woodbury University. Include the touch points that would make them want to find out more
and become a student here. Include an image and format the copy as if you were sending it out from the Woodbury University Marketing Department.
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 });

