Removed conspiracy badge
This commit is contained in:
parent
e474380f79
commit
bef14357d4
3 changed files with 0 additions and 28 deletions
12
quiz.js
12
quiz.js
|
@ -1893,18 +1893,6 @@ var questions = [
|
|||
],
|
||||
valuesNo: []
|
||||
},
|
||||
{
|
||||
question:
|
||||
"It is a small group that consciously and secretly controls the world.",
|
||||
answer: 0,
|
||||
valuesYes: [
|
||||
{
|
||||
axis: "comp",
|
||||
value: 3
|
||||
}
|
||||
],
|
||||
valuesNo: []
|
||||
},
|
||||
{
|
||||
question: "A good policy is a pragmatic policy without ideology.",
|
||||
answer: 0,
|
||||
|
|
|
@ -84,7 +84,6 @@ var bonus = {
|
|||
anar: 0.9,
|
||||
prag: 0.5,
|
||||
femi: 0.9,
|
||||
comp: 0.9,
|
||||
vega: 0.5,
|
||||
reli: 0.5,
|
||||
mona: 0.5
|
||||
|
@ -442,7 +441,6 @@ var images = {
|
|||
anar: "/images/anarchism_small.png",
|
||||
prag: "/images/pragmatism_small.png",
|
||||
femi: "/images/feminism_small.png",
|
||||
comp: "/images/complotism_small.png",
|
||||
vega: "/images/veganism_small.png",
|
||||
mona: "/images/monarchism_small.png",
|
||||
reli: "/images/religion_small.png"
|
||||
|
|
|
@ -315,20 +315,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="compBonus" class="description">
|
||||
<div class="descImg">
|
||||
<img src="/images/complotism.png" alt="" />
|
||||
</div>
|
||||
<div class="descTextMono">
|
||||
<h4>Conspiracist</h4>
|
||||
<p>
|
||||
The biggest problems of our society are the work of a small
|
||||
group of people. It is then essential to find them, inform the
|
||||
people of their objective and neutralize them.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="vegaBonus" class="description">
|
||||
<div class="descImg"><img src="/images/veganism.png" alt="" /></div>
|
||||
<div class="descTextMono">
|
||||
|
|
Loading…
Add table
Reference in a new issue