Some possible interview directions, though you’ve got full reign on how you decide to conduct the interviews, and which direction they move, including form (social media questions; in-person/skype/phone interview); do try to get them to think about the difference and merging of constructed horror in popular culture, and their more experiential/existential notions of the experience of das Unheimliche:
.
1. How do they define it? How have they experienced it? What do they find scary?
.
2. What mediated horror are they familiar with, or do they remember – films, TV, radio, web, texts or comics? Do they have any use for mediated horror?
.
3. What localized urban legends or myths do they recall? What experiences (if they’d like to share) still remain in memory? What real-life cases (solved or unsolved) remain in memory?
.
.
.
Include brief background on individuals interviewed, including age, gender, geographic background. Please include your framing questions too; if you’d like to submit the assignment as a transcript, that’s fine.
.
Also include a “concluding” paragraph about possible commonalities – or conversely, disconnections exist within generations – regarding the experience of horror.
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 });

