https://websurvey.chrr.ohio-state.edu/survey/case/survey?sst=uWruOJDZ

ID de exploración:
15749ac0-c8da-4880-95f2-9c0ee404da33Finalizado
URL enviada:
https://go.chrr.osu.edu/CANCER/DCQRGARedireccionado
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 94 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
ENCODED_CONTEXT_ROOTstring
contextRootstring
SECONDARY_SESSION_TOKENstring
firstFocusElementNamestring
csrfTokenundefined

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistro
errornetwork
URL
https://websurvey.chrr.ohio-state.edu/favicon.ico
Texto
Failed to load resource: the server responded with a status of 503 (Service Unavailable)

HTML

<!DOCTYPE html><!--suppress RequiredAttributes --><html xmlns:chrr="" lang="en"><head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="Pragma" content="no-cache">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    
    

    <title id="surveyTitle">CONSENT_INTRO | PANEL Online</title>

    <link rel="stylesheet" type="text/css" href="/survey/webjars/jquery-ui/1.13.3/jquery-ui.min-5a8fe71d39b58733035c36426ee0969c.css">
    <link rel="stylesheet" type="text/css" href="/survey/css/surveyhelp-6179a417a60ce01265e2ebb8c1b6fb2f.css">
    <link rel="stylesheet" type="text/css" href="/survey/css/survey-3e2fc8da79b14c9f39bbed0fd7ab12dd.css">

    <style>
        body {
            font-family: 'Arial';
            color: #000000;
            background-color: #FFFFFF;
        }

        .question {
            background-color: #F5F5F5;
        }

        .qname, #section-name {
            color: #A9A9A9;
        }

        .prompt {
            font-family: 'Arial';
            font-size: '';
            color: #025586;
        }

        div.dk-refuse, label.dk-refuse {
            color: #252525;
        }

    </style>
    <style type="text/css">


.question {
    background-color: #FFFFFF;
}
#header-logo img {
	width: 100%; height: 100%; object-fit: contain; max-width: 100%; max-height:100%;
}

@media only screen and (min-device-width: 1024px)
{	
	#header-logo {
		width: 50%; height: 50%; object-fit: contain; max-width: 50%; max-height:50%;
	}
}
/* banner */
#header-logo img {
	width: auto; height: auto; object-fit: contain; max-width: 100%; max-height:100%;
}

@media only screen and (min-device-width: 1024px)
{	
	#header-logo {
		width: auto; height: auto; object-fit: contain; max-width: 50%; max-height:50%;
	}
}
/** centerLogo */
#header-logo,
#header-logo img {
  margin: 5px auto auto;
  display: block;
  padding-top: 1px;
  float: none;
}
/* consentText */
.consent-text {
	overflow:auto;	
    height: 300px;
	max-width: 100%;
    width: auto\9; /* ie8 */
	border: solid 1px #CCC;
	padding: 4px;
}
/* removeAudio */
.audio-wrapper {
	display:none;
}
/* removeBackButton */
#previous {
    display: none;
}
/* removeFastForwardButton */
#fast-forward {
    display: none;
}
/* removeHelpLink */
#websurvey-help-link {
    display: none;
}
/* removeProgressBar */
#progress {
	display: none;
}
/* banner */
#header-logo img {
	width: auto; 
    height: auto; 
    object-fit: contain; 
    max-width:  100%; 
    max-height: 100%;
}

@media only screen and (min-device-width: 1024px)
{	
	#header-logo {
		width: auto;
        height: auto; 
        object-fit: contain;
	}
}
</style>



    <script src="/survey/webjars/jquery/3.7.1/jquery.min-2c872dbe60f4ba70fb85356113d8b35e.js"></script>
    <script src="/survey/webjars/jquery-ui/1.13.3/jquery-ui.min-3305041b1dffc2ada01dd1f54417f300.js"></script>

    <script>
        var ENCODED_CONTEXT_ROOT = '/survey/';
        var contextRoot = '/survey';
        var SECONDARY_SESSION_TOKEN = "uWruOJDZ";
        var firstFocusElementName = "questions";
        lastDisplayScreen = false;

        var csrfToken = $("meta[name='_csrf']").attr("content");
        var csrfHeader = $("meta[name='_csrf_header']").attr("content");

        function postAjaxRequest(path, callback) {
            var request = $.ajax({
                type: 'POST',
                url: path,
                async: false, // async false required for ie.
                cache: false,
                beforeSend: function(request) {
                    if (csrfHeader && csrfToken)
                        request.setRequestHeader(csrfHeader, csrfToken);
                }
            });

            if (callback) request.always(callback);
        }
    </script>

    <script src="/survey/js/jquery/jquery.qrcode.min-05f0b1d7d4b9b0b4975870606d650e3c.js"></script>
    <script src="/survey/js/polyfills-a009ae52a0fbd0fa8d417898705bc23b.js"></script>
    <script src="/survey/js/shared-fad67a450b3898f2252eefe98886c38f.js"></script>
    <script src="/survey/js/timeout-1e040d849fd6e72bff7eafde308be059.js"></script>
    <script src="/survey/js/screen_framework-8ddb410d96ff6020c4040ac0375bb047.js"></script>
    <script src="/survey/js/validationAlerts-adb1f977d6593db2807ae0d7027a84a0.js"></script>

    <script>
        g_languageCodes.goToQuestionText = "Go to Question...";
    </script>

    

    
    
        

    

    <script>
        'use strict';
        
            
$(document).ready(function () {
    var $specialLabel = $('.special-label');
    $specialLabel.off('click');
    $specialLabel.on('click', function (e) {
        e.preventDefault();
    })
})
/* preventCopyPaste */
$(function() {
    $('input, textarea').on('paste', function(e) {
        e.preventDefault();
    });
});


        var timeoutConfig = {
            pulseInterval: 120000,
            warningInterval: 1680000,
            timeoutAfterWarningInterval: 120000
        };

        $(function () {
            var $titleBars = $('span.ui-dialog-title');
            if ($titleBars.attr('role') !== 'heading') {
                $titleBars.attr('role', 'heading');
                $titleBars.attr('tabindex', 0);
                $titleBars.attr('aria-level', 1);
            }

            $("#submit-continue-button").show();

            var handleDisabled = function() {
                $('#header-links').remove();
                $('#survey-options-block').remove();
                $('#question_container').remove();
                $('#submit-continue-button').remove();
                $('#interviewer-links').remove();
            }
            blockCookiesDisabled(handleDisabled);
        });

    </script>

    
</head>
<body class="medium-text">
<!-- Please Wait -->
<div class="modal-overlay" id="please-wait" style="display:none;">
    <div id="please-wait-content" class="modal-content center-content">
        <svg id="svg-spinner" focusable="false" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 100 100" xml:space="preserve">
        <path id="spinner" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50">
        </path>
</svg>
        <span>Please Wait. Processing...</span>
    </div>
</div>

<!-- Timeout warning popup -->
<div class="modal-overlay" id="timeout-warning-dialog" style="display:none;">
    <div class="modal-content" id="timeout-content">
        <p>Warning: Your session is about to expire. Please click 'Return' to continue where you left off.</p>
        <div style="text-align:right;padding-top:1.5em;">
            <button name="timeout-warning-dialog" class="gradient-button" type="button" onclick="closeWarningModal();">Return to Survey</button>
        </div>
    </div>
</div>

<!-- Cookies Disabled popup -->
<div class="modal-overlay" id="cookies-disabled-dialog" style="display:none;">
    <div class="modal-content" id="cookies-disabled-content">
        <p>Cookies are required by Survey application, please turn on cookie support within your browser.</p>
    </div>
</div>


<!-- Comment box -->
<div id="commentScreen" class="modal-overlay" style="display:none;">
    <div id="comment-content" class="modal-content" style="background-color:#FFFFFF">
        <form name="cform" autocomplete="off" style="padding:4px;">
            <div style="padding-bottom:.5em">
                <label for="commentArea" style="font-family:Arial; color:#025586;">
                    <!-- font-size:${displayScheme.screenFontSize}|"> -->
                    <p>Please enter your comment below.</p>
                </label>
            </div>
            <textarea id="commentArea" name="commentArea" maxlength="4000" rows="10" cols="66"></textarea>
            <div style="text-align:right;padding-top:1.5em;">
                <button class="cancel-button" name="cancel" onclick="closeModal('commentScreen')" type="button">
                    Cancel
                </button>
                <button name="return-to-survey" class="gradient-button" type="button" onclick="g_commentPathTemp.val(document.cform.commentArea.value);updateCommentImage();">Return to Survey</button>
            </div>
        </form>
    </div>
</div>

<!-- Help -->

<div id="questionHelpScreen" class="modal-overlay" style="display:none;">
    <div id="question-help" class="modal-content" style="background-color:#FFFFFF">
        <form name="hform" autocomplete="off">
            <div id="helpScreenText" tabindex="0" style="background-color:#F5F5F5; padding:4px;"></div>
        </form>
        <div style="text-align:right;padding-top:1.5em;">
            <button name="return-to-survey" class="gradient-button" type="button" onclick="closeModal('questionHelpScreen')">Return to Survey</button>
        </div>
    </div>
</div>

<a id="top"></a>
<a id="questions"></a>
<div id="surveyScreen" dir="auto">
    <form method="POST" name="qform" action="/survey/case/survey?sst=uWruOJDZ" autocomplete="off">
        
        <input type="hidden" name="screenType" value="survey">
        <input type="hidden" name="screenTime" value="1729630618127">
        <input type="hidden" name="languageId" value="">
        <input type="hidden" name="newAudioButton" value="">
        <input type="hidden" name="newRecordingButton" value="">
        <input type="hidden" name="rosterRow" value="0">

        <input type="hidden" id="jsDetected" name="jsDetected" value="true">
        <script>$("#jsDetected").val("true");</script>

        <!-- Header -->
        <div id="header" role="banner" class="clearfix">
            
            <div id="header-logo">
                
                <img src="https://www.chrr.ohio-state.edu/content/images/logos/2247/cancer-banner.svg" alt="PANEL Online">
            </div>
            <div id="sub-header" class="clearfix">
                <a class="skip-main" href="#question_container">Skip to main content</a>
                
                <div id="header-links">
                    <!-- Alternate language drop-down -->
                    

                    <a id="logout-link" href="#" class="case-link normal-texts" onclick="javascript:postSurveyScreenOptionRequest('logout');return false;">Logout</a>

                </div>
            </div>
        </div>
        <!-- End Header -->

        <!-- Progress Bar -->
        <div id="progress" class="progress_graph">
            <div id="bar" class="progress_bar" style="width:2%">
                
                <p>2%</p>
            </div>
        </div>

        <!-- button/options bar -->
        <nav id="survey-options-block" style="clear: both;">
            <div class="nav-wrapper">
                <!-- navigation buttons -->
                <div class="button-wrapper">
                    

                    
                    <a id="fast-forward" class="disabled button" title="Fast Forward">
                        <svg class="disabled" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z"></path></svg>
                    </a>
                </div>

                <!-- Jump-To Question List -->
                <div class="button-wrapper">
                    <div style="margin-left: 2.5em">
                        
                    </div>
                    
                </div>
                <div class="audio-wrapper button-wrapper">
                    
                    
                    
                    
                    
                </div>
            </div>
        </nav>

        <noscript id="javascript-disabled-message">
            <span>JavaScript is required by Survey application, please enable JavaScript within your browser.</span>
        </noscript>

        <main style="clear: both;" id="question_container" tabindex="-1">
            

            <!-- Questions -->
            <div>
                

                <div id="Q.1:CONSENT_INTRO" name="CONSENT_INTRO" class="question dummy no-prompt not-required allow-dk-refuse">
                    <!-- QType Dummy -->
                    <input type="hidden" name="Q.1:CONSENT_INTRO.type" value="dummy">
                    <input type="hidden" name="Q.1:CONSENT_INTRO.value" value="1">
                    <input type="hidden" name="Q.1:CONSENT_INTRO.comment" value="">
                    <input type="hidden" name="Q.1:CONSENT_INTRO.helpHit" value="0">
                    <input type="hidden" name="Q.1:CONSENT_INTRO.ariaDescribedBy" value="question-text-Q.1:CONSENT_INTRO">
                    

                    
                        <div class="button-wrapper">
                            
                            
                            
                        </div>
                        <div id="question-text-Q.1:CONSENT_INTRO" class="question-text medium-text">
                            <span class="medium-text" style="font-family: Arial; color: #025586;"><b>October is Breast Cancer Awareness month, and we want to know if you or someone you know has been affected by cancer. </b>
<br>
<br>
 As a reward for responding to this short survey, you will be entered into a prize drawing to win <b><u>one</u></b> of <b>seventy-five $10</b> e-gift cards. 
<br>
<br>
 The survey was produced by CHRR at The Ohio State University, a research center with over 50 years of survey experience. 
<br>
<br>
 If you require an alternative accommodation for completing this survey, please contact the American Population Panel at 866-448-6075 or <span style="color:#0000ff;">[email protected]</span></span>
                            
                        </div>
                    

                    
                    
                    
                    
                    <div id="validation-message-Q.1:CONSENT_INTRO" class="validation-message validation-alert hidden"></div>
                    <div></div>
                </div>
            </div>
        </main>

        <button id="submit-continue-button" name="next" class="gradient-button" style="" type="submit">Next</button>
    </form>
</div>


</body></html>