This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
Stairway-js/privacy-quiz.en.json

109 lines
3.1 KiB
JSON

{
"title": "Privacy Test Quiz",
"originalTimestamp": 1622399164,
"timestamp": -1,
"author": "luca0N!",
"contributors": [
"luca0N!"
],
"publisher": "luca0N!",
"license": "CC-BY-SA-4.0",
"version": "v0.0-dev",
"revision": 1,
"format": "qrstd-1.0",
"globalSettings": {
"section.multiple.points.max": 10,
"section.multiple.points.min": -10
},
"threshold":{
"s.min": 10,
"a.min": 8,
"b.min": 4,
"c.min": 0,
"d.min": -3,
"e.min": -5,
"f.min": -8
},
"contents":[
{
"title": "Which of the following operating systems do you use on your main host computer?",
"type": "multiple",
"choices": [
"Linux",
"BSD",
"Windows",
"macOS"
],
"ids": [
"0", "1", "2", "3"
]
},
{
"title": "What operating system is installed on your daily driver phone?",
"type": "single",
"choices": [
"Stock Android",
"AOSP",
"iOS",
"Linux"
],
"ids": [
"4", "5", "6", "7"
]
},
{
"title": "What is your main instant messaging (IM) service?",
"type": "multiple",
"choices": [
"Matrix",
"XMPP/Jabber",
"WhatsApp",
"iMessage",
"Discord"
],
"ids":[
"8", "9", "10", "11", "12"
]
}
],
"reports":{
"0":{
"title": "You are using Linux",
"type": "good",
"points": 5,
"description": "The Linux operating system family is loved by many privacy enthusiasts due to its open nature: Linux is open source, meaning that anyone can audit the source code and know what it's exactly doing in the background.\nKeep in mind that although Linux is open source, some Linux distributions may contain bad privacy practices and can spy on you. You should check if yours has good privacy practices."
},
"1":{
"title": "BSD",
"type": "",
"points": 0,
"description": ""
},
"2":{
"title": "You are using Windows",
"type": "critical",
"points": -8,
"description": "The source code for Windows is not available to the general public, so people can't know what exactly it's doing in the background.\nWindows 10 also sends telemetry data to Microsoft by default, which cannot be disabled: users can only pick whether they want to give Microsoft more data or less data.",
"advisory": "Please consider switching to Linux."
},
"3":{
"title": "You are using macOS",
"type": "bad",
"points": -5,
"description": "macOS is an operating system made by Apple which uses the permissive BSD kernel. It is closed source, meaning that people cannot know what it's doing in the background for sure.",
"advisory": "Please consider switching to Linux."
},
"4":{
"title": "You are using stock Android",
"type": "critical",
"points": -8,
"description": "Most stock Android phones contain various proprietary software made by Google (like Google Play services), which is known for its nefarious tracking technologies.\nBe aware that your phone can and will be used to spy on you. Sensitive and personal data such as your location and interests can be easily hoarded by Google.",
"advisory": "Please consider switching to AOSP (Android Open Source Project)."
}
}
}