- Scan ID:
- 707a0123-6c24-4f2d-b209-a77d4005f0daFinished
- Submitted URL:
- https://d12.github.io/itil-quiz/game.html
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 7 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
startGame | function |
getNewQuestion | function |
incrementScore | function |
__CF$cv$params | object |
Console log messages · 3 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
warning | other |
|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!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>