if (JSON.parse(localStorage.getItem('questions')) === null) { // Find all yes radio buttons and auto click $("label:contains('Yes')").click(); $("label:contains('No action points identified')").click(); $('textarea').last().append('N/A');
setTimeout(function() { var section = $('.breadcrumb-title').html();
} else { // Find all yes radio buttons and auto click $("label:contains('Yes')").click(); $("label:contains('No action points identified')").click(); $('textarea').last().append('N/A');
setTimeout(function() { var q = JSON.parse(localStorage.getItem('questions'));
var nq = { 'section': $('.breadcrumb-title').html(), 'questions': [] };