Family Oral History Interview Prompt Customizer
Interview Subject
Select Core Topics
Check the categories you wish to cover during the interview. This will populate the next tab.
Review, **edit**, and select the specific questions you want to use for the interview.
This is your final script. Use the arrows to reorder questions for a better conversational flow.
Your final interview guide is ready for export.
Click "Next" or "Previous" to refresh this preview.
No questions were selected for the interview.
'; } else { html += '- ';
reviewItems.forEach(li => {
const category = li.dataset.category;
const promptText = li.querySelector('p').textContent.replace(` (${category})`, '');
if (category && category !== currentCategory) {
if (currentCategory !== '') html += '
${escapeHTML(category)}
- `;
currentCategory = category;
}
html += `
- ${promptText} `; count++; }); html += '
