- 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
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
startGame | function |
getNewQuestion | function |
incrementScore | function |
__CF$cv$params | object |
Messages de journal de console : 3 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
warning | other |
|
error | network |
|
error | network |
|
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?
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>