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

ID de l'analyse :
707a0123-6c24-4f2d-b209-a77d4005f0daTerminée
URL soumise :
https://d12.github.io/itil-quiz/game.html
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 7 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

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

Messages de journal de console : 3 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
warningother
texte
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
texte
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://d12.github.io/favicon.ico
texte
Failed to load resource: the server responded with a status of 404 ()

HTML

Le corps HTML de la page en données brutes

<!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>