init
python
This commit is contained in:
44
PCSurvey/PCstatic/html/instructions.html
Normal file
44
PCSurvey/PCstatic/html/instructions.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
||||
<!-- <link rel="stylesheet" href="https://use.typekit.net/hpq3bof.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Lancelot" rel="stylesheet"> -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="intro_text">
|
||||
<header>
|
||||
<h1>Test Instructions</h1>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Your Task</h2>
|
||||
<p>You will first see a picture in original quality (left).</p>
|
||||
<div>
|
||||
<img id="Bsp1" style="width:420px;height:280px;margin:10px" src="PCstatic/img/Text/Text-OR-G-E.png" />
|
||||
<img id="Bsp2" style="width:420px;height:280px;margin:10px" src="PCstatic/img/Text/Text-OC-V8-G-H.png" />
|
||||
</div>
|
||||
<p>After that you see a picture of a reduced quality (right).</p>
|
||||
<p>Your Task:</p>
|
||||
<ul>
|
||||
<li>Rate the quality of the picture.</li>
|
||||
<ul>
|
||||
<li><b>Good quality</b> is given if the surfaces of objects are smooth and easily recognisable.</li>
|
||||
<li>A picture of <b>bad quality</b> has less recognisable surfaces.</li>
|
||||
</ul>
|
||||
<li>Rate the difference in quality between the original picture and the reduced picture.</li>
|
||||
<li>In addition on each picture there will be a red letter in the top right corner. Memorize it and Tick/Check the corresponding box your rating.</li>
|
||||
</ul>
|
||||
<p></p>
|
||||
<p>Further informations on the topic are at the end of the survey.</p>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
<button type="jspsych-btn" id="consent">I agree to take part in this study.</button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- Cache served by Simple Cache - Last modified: Thu, 05 Jul 2018 02:27:42 GMT -->
|
||||
Reference in New Issue
Block a user