https://d12.github.io/itil-quiz/game.html

URL inviato:
https://d12.github.io/itil-quiz/game.html
Report terminato:

I link in uscita identificati dalla pagina

Variabili JavaScript · 7 trovate

Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
startGamefunction
getNewQuestionfunction
incrementScorefunction
__CF$cv$paramsobject

Messaggi di log della console · 3 trovati

Messaggi registrati nella console Web

TipoCategoriaLog
warningother
Testo
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
errornetwork
URL
https://d12.github.io/cdn-cgi/bm/cv/669835187/api.js
Testo
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://d12.github.io/favicon.ico
Testo
Failed to load resource: the server responded with a status of 404 ()

HTML

Il corpo HTML non elaborato della pagina

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Quick Quiz - Play</title>
    <link rel="stylesheet" href="app.css">
    <link rel="stylesheet" href="game.css">
<script async="" src="/cdn-cgi/bm/cv/669835187/api.js"></script></head>

<body>
    <div class="container">
        <div id="loader" class="hidden"></div>
        <div id="game" class="justify-center flex-column">
            <div id="hud">
                <div id="hud-item">
                    <p id="progressText" class="hud-prefix">Question 1/40</p>
                    <div id="topic" class="hud-prefix">ITIL Practices 2</div>
                    <div id="progressBar">
                        <div id="progressBarFull" style="width: 2.5%;"></div>
                    </div>
                </div>
                <div id="hud-item">
                    <p class="hud-prefix">
                        Score
                    </p>
                    <h1 class="hud-main-text" id="score">
                        0/40 - 0%
                    </h1>
                </div>
            </div>

            <h2 id="question">Which TWO are required for successful continual improvement?&nbsp;
&nbsp;
1. A single continual improvement register
2. High level commitment and leadership
3. Including contribution to improvement in staff objectives
4. A wide variety of improvement methods</h2>
            <div class="choice-container">
                <p class="choice-prefix">A</p>
                <p class="choice-text" data-number="1">1 and 2</p>
            </div>
            <div class="choice-container">
                <p class="choice-prefix">B</p>
                <p class="choice-text" data-number="2">2 and 3</p>
            </div>
            <div class="choice-container">
                <p class="choice-prefix">C</p>
                <p class="choice-text" data-number="3">3 and 4</p>
            </div>
            <div class="choice-container">
                <p class="choice-prefix">D</p>
                <p class="choice-text" data-number="4">1 and 4</p>
            </div>
            <div class="why-container">
                <p id="why-prefix"></p>
                <p id="why-text"></p>
            </div>
        </div>
    </div>

    <script src="game.js"></script>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'6d75e3fb8dab7d8c',m:'e_FJBJMbOWiEFg061AKHaoJphZc85ap8iIkswfDHuAY-1643830819-0-ARZlvooCilFwjiS2xBSmVrzdLyDPt/LHPFVrQ21pF/ZV4eiY8k7g83nE3ma9tQ3pGXpwPCGTdFK0h0HBfT4k1CZGdOrM7E/ITNXpoEvsKQewVgnosD+erEJchDS+aPvSdvPTX4VsSzGU8tfR0rtGoBH02xVRf3/AFh8ftfL+08uP72s6DlxXK7DY2ygJxjLe7g==',s:[0xee93eff925,0x3f1a8c46c4],}})();</script>


</body></html>