Change titles and messages
Change "Privacy Quiz" to "Stairway Quiz".
This commit is contained in:
parent
4379bbd6e5
commit
d3b2da856e
2 changed files with 9 additions and 40 deletions
38
session.html
38
session.html
|
@ -24,7 +24,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Privacy Rating</title>
|
||||
<title>Stairway Quiz</title>
|
||||
<link rel="stylesheet" type="text/css" href="res/Stairway-js.css"/>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -37,14 +37,14 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>Privacy Rating</h1><hr/>
|
||||
<h1>Stairway Quiz</h1><hr/>
|
||||
<p class="warning" id="javascript-warning">It looks like your browser is configured to block JavaScript. We're sorry, but this page requires JavaScript in order to function.</p>
|
||||
<p class="warning" id="warning">Loading quiz...</p>
|
||||
|
||||
<h2 id="quiz-title">Unknown quiz</h2>
|
||||
<p id="quiz-author">Unknown author</p>
|
||||
<div id="results">
|
||||
<center><p>Your privacy grade is:</p>
|
||||
<center><p>Your grade is:</p>
|
||||
<span id="badge-s" class="badge grade-s">Grade S</span>
|
||||
<span id="badge-a" class="badge grade-a">Grade A</span>
|
||||
<span id="badge-b" class="badge grade-b">Grade B</span>
|
||||
|
@ -56,43 +56,13 @@
|
|||
</center><br/>
|
||||
<div id="grade-message"></div>
|
||||
|
||||
<h2>Your Privacy Report</h2>
|
||||
<h2>Your Report</h2>
|
||||
<i>The good, bad and ugly</i>
|
||||
<div id="reports">
|
||||
</div>
|
||||
<!--<div class="section-report">
|
||||
<p class="report"><span title="This is a good report" class="report-class report-good">Good</span> This is a good report</p>
|
||||
<p>This is the report description.</p>
|
||||
</div>
|
||||
|
||||
<div class="section-report">
|
||||
<p class="report"><span title="This report requires attention" class="report-class report-warning">Warning</span> This is a warning report</p>
|
||||
<p>This is the report description.</p>
|
||||
<p>Advisory: this is the report advisory.</p>
|
||||
</div>
|
||||
<div class="section-report">
|
||||
<p class="report"><span title="This is a bad report" class="report-class report-bad">Bad</span> This is a bad report</p>
|
||||
<p>This is the report description.</p>
|
||||
<p>Advisory: this is the report advisory.</p>
|
||||
</div>
|
||||
<div class="section-report">
|
||||
<p class="report"><span title="This is a very bad report" class="report-class report-critical">Critical</span> This is a critical report</p>
|
||||
<p>This is the report description.</p>
|
||||
<p>Advisory: this is the report advisory.</p>
|
||||
</div>-->
|
||||
|
||||
</div>
|
||||
<div id="quiz"></div>
|
||||
<!--<p>The challenge has begun! In order to find out your privacy grade, you must answer the questions in this form based on your technology use. You may skip questions if you deem necessary.</p>
|
||||
<p>Please wait - loading questions...</p>
|
||||
<div class="section-question">
|
||||
<p class="question">Q: What operating system is installed on your main computer?</p>
|
||||
<input type="radio">Windows</input>
|
||||
<input type="radio">macOS</input>
|
||||
<input type="radio">Linux</input>
|
||||
<input type="radio">BSD</input>
|
||||
<input type="radio">Windows</input>
|
||||
</div>-->
|
||||
<hr/>
|
||||
<p>Stairway.js is <a href="https://labs.luca0n.com/projects/stairway-js" target="_blank">released</a> under the <a href="https://git.luca0n.com/Stairway-js.git/tree/LICENSE" target="_blank">GNU General Public License version 3 or later</a>, by <a href="https://www.luca0n.com" target="_blank">luca0N!</a></p>
|
||||
<p>luca0N! does not endorse all quizzes created for Stairway.js and may not own copyrights on the current quiz.</p>
|
||||
|
|
Reference in a new issue