-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path161125942.html
78 lines (77 loc) · 4.95 KB
/
161125942.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!-- info -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Information</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/info.css">
</head>
<body>
<div class="wrapper">
<h1>Plain Language Statement</h1>
<h2><i>Project: App based puzzle simulation</i></h2>
<h4>
Prof Leah Ruppanner <br>
Email: leah.ruppanner@unimelb.edu.au <br>
Sophie Squires (Research Coordinator) <br>
Email: s.squires@unimelb.edu.au
</h4>
<div>
<h3>Introduction</h3>
<p>Thank you for your interest in participating in this research project. The following few pages will provide you with further information about the project, so that you can decide if you would like to take part in this research. </p>
<p>Please take the time to read this information carefully. You may ask questions about anything you don't understand or want to know more about.</p>
<p>Your participation is voluntary. If you don't wish to take part, you don't have to. If you begin participating, you can also stop at any time.</p>
</div>
<div>
<h3>What is this research about?</h3>
<p>This project seeks to understand people's ability to complete short puzzles.</p>
</div>
<div>
<h3>What will I be asked to do?</h3>
<p>Should you agree to participate, you will be requested to participate in an app-based simulation carrying out simple tasks that include a Sudoku puzzle, a word search and a spot-the-difference puzzle. Our aim is to create an app that is consistent with the real world so we will include push notifications throughout the time.</p>
</div>
<div>
<h3>What are the possible risks?</h3>
<p>There may be minor risk involved. We will assure anonymity and the collected data will not be of your personal experiences nor identity.</p>
</div>
<div>
<h3>Do I have to take part?</h3>
<p>No. Participation is completely voluntary. You are able to withdraw anytime. </p>
</div>
<div>
<h3>Will I hear about the results of this project?</h3>
<p>You may contact the relevant researchers anytime to inquire about this. The results will also be published in research papers, book chapters, books or articles.</p>
</div>
<div>
<h3>What will happen to information about me?</h3>
<p>All information will be anonymous. The data collected will also be retained in a secured digital file on a university-owned device for 5 years.</p>
</div>
<div>
<h3>Where can I get further information?</h3>
<p>If you would like more information about the project, please contact the researchers; Prof Leah Ruppanner at leah.ruppanner@unimelb.edu.au, or Sophie Squires at s.squires@unimelb.edu.au.</p>
</div>
<div>
<h3>Who can I contact if I have any concerns about the project?</h3>
<p>This research project has been approved by the Human Research Ethics Committee of The University of Melbourne. If you have any concerns or complaints about the conduct of this research project, which you do not wish to discuss with the research team, you should contact the Manager, Human Research Ethics, Research Ethics and Integrity, University of Melbourne, VIC 3010. Tel: +61 3 8344 2073 or Email: HumanEthics-complaints@unimelb.edu.au. All complaints will be treated confidentially. In any correspondence please provide the name of the research team or the name or ethics ID number of the research project.</p>
</div>
<br>
<div>
<p>Please confirm the following to proceed: </p>
<input type="checkbox" id="age">
<label for="age">I confirm I am 18 years or older.</label><br>
<input type="checkbox" id="consent">
<label for="consent">I consent to participate in this research.</label><br>
</div>
<div class="center">
<p id="continue">Continue</p>
</div>
</div>
<script src="js/info.js"></script>
</body>
</html>