2017-06-15 16:10:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Questions</title>
|
2017-06-15 19:28:54 +00:00
|
|
|
<script src="./resources/frameworks/jquery-3.2.1.min.js" type="text/javascript"></script>
|
2017-06-15 16:49:22 +00:00
|
|
|
<link rel="stylesheet" href="resources/questions/style.css">
|
2017-06-15 16:34:32 +00:00
|
|
|
<link rel="stylesheet" href="resources/global/style.css">
|
2017-06-15 19:28:54 +00:00
|
|
|
<script type="text/javascript" src="resources/questions/scenarios.js"></script>
|
2017-06-15 16:10:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<a href="./index.html">Main</a>
|
|
|
|
<a href="./sandbox.html">Sandbox</a>
|
|
|
|
<a href="./game.html">Game</a>
|
|
|
|
<a href="./rules.html">Rules</a>
|
|
|
|
<a href="./questions.html">Questions</a>
|
|
|
|
</nav>
|
|
|
|
|
2017-06-15 16:11:49 +00:00
|
|
|
<h1>Our Little Interview</h1>
|
|
|
|
|
|
|
|
<h2>The Who Questions</h2>
|
|
|
|
<p>
|
|
|
|
Welcome to the server! It seems like you're interested
|
|
|
|
in becoming an official member, so before we accept you
|
2017-06-15 16:49:22 +00:00
|
|
|
into our community, we'd like to get to know you.
|
2017-06-15 16:11:49 +00:00
|
|
|
</p>
|
|
|
|
<ul>
|
2017-06-15 16:34:32 +00:00
|
|
|
<li>Name<br />
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>Date of Birth<br ./>
|
|
|
|
<input type="date" name="" value=""></li>
|
|
|
|
<li>Gender<br ./>
|
|
|
|
<input type="date" name="" value=""></li>
|
|
|
|
<li>Where did you find our server?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>What made you interested in us?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>Do you have Discord? What's your username?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>Do you have a Reddit Account? If so, what's your username?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>Have you heard of /r/thebutton? If so, have you participated in it? If so... when did ya press?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>Have you heard of /r/joinrobin?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
|
|
|
<li>Have you heard of /r/place?<br ./>
|
|
|
|
<input type="text" name="" value=""></li>
|
2017-06-15 16:11:49 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>What Questions</h2>
|
|
|
|
<p>
|
|
|
|
Every server has rules, although our rules are a bit more
|
|
|
|
straight forward than usual. This section tests your knowledge
|
|
|
|
of our rules.
|
|
|
|
</p>
|
|
|
|
<ul>
|
2017-06-15 16:34:32 +00:00
|
|
|
<li><em>If we can't make a list of questions about our rules
|
2017-06-15 16:11:49 +00:00
|
|
|
then we can put the actual ruleset in here</em></li>
|
2017-06-15 16:34:32 +00:00
|
|
|
<li><em>This should be a "sanity" check, to see
|
|
|
|
if applicants are paying attention to the questions at all.</em></li>
|
|
|
|
<li><em>Consider this a basic filter</em></li>
|
2017-06-15 16:11:49 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Why Questions</h2>
|
|
|
|
<p>
|
|
|
|
Our server runs on a case by case basis, so naturally,
|
|
|
|
instead of testing you on the rules of the land, it'd be
|
|
|
|
more appropriate to test you on your ability to react.
|
|
|
|
<br />
|
|
|
|
Following are scenarios, where <strong>multiple answers
|
|
|
|
are correct.</strong> Choose the awnser that you feel is
|
|
|
|
most important: the action you'd perform first.
|
|
|
|
<br />
|
|
|
|
It doesn't matter <em>what</em> your awnser to this question is.
|
2017-06-15 16:49:22 +00:00
|
|
|
What matters in this case is <em>why</em> you
|
2017-06-15 16:11:49 +00:00
|
|
|
choose the awnser.
|
|
|
|
</p>
|
|
|
|
<h3>Scenarios</h3>
|
2017-06-15 16:34:32 +00:00
|
|
|
<ul id="scenarios">
|
2017-06-15 16:11:49 +00:00
|
|
|
<li>
|
|
|
|
You find your base raided: All of your stuff is missing, chests are empty.
|
|
|
|
What would be your first action?
|
|
|
|
<ul>
|
|
|
|
<li>Try to find who stole the goods, and try to get it back</li>
|
|
|
|
<li>Go to the moderators, report what happened.</li>
|
|
|
|
<li>Ignore it all, and try to gather resources to recover</li>
|
|
|
|
<li>Question yourself... has your base really been raided?</li>
|
2017-06-15 16:34:32 +00:00
|
|
|
<li>Other...</li>
|
2017-06-15 16:11:49 +00:00
|
|
|
</ul>
|
|
|
|
Why would you choose this action?
|
2017-06-15 16:34:32 +00:00
|
|
|
<br />
|
2017-06-15 16:49:22 +00:00
|
|
|
<input type="text" name="" placeholder="Enter response here">
|
2017-06-15 16:11:49 +00:00
|
|
|
</li>
|
2017-06-15 16:34:32 +00:00
|
|
|
<br />
|
2017-06-15 16:11:49 +00:00
|
|
|
<li>
|
|
|
|
Someone is breaking Rule #1 and well... being a dick. They'are
|
|
|
|
angry about (having their base raided/being harrassed by another
|
|
|
|
member/their family treating them unfairly/griefers destroying
|
|
|
|
their base), and are swearing, insulting people, and generally
|
|
|
|
making chat a negative enviornment.
|
|
|
|
What is your first action?
|
|
|
|
<ul>
|
|
|
|
<li>Attempt to defuse the situation, listening</li>
|
|
|
|
<li>Go to the moderators, report what happened.</li>
|
|
|
|
<li>Ignore them with /ignore, and continue playing your game</li>
|
|
|
|
<li>See if there is some way distract them from their issue</li>
|
2017-06-15 16:34:32 +00:00
|
|
|
<li>Other...</li>
|
2017-06-15 16:11:49 +00:00
|
|
|
</ul>
|
|
|
|
If you were a moderator, what would you choose instead? Why?
|
2017-06-15 16:34:32 +00:00
|
|
|
<br />
|
2017-06-15 16:49:22 +00:00
|
|
|
<input type="text" name="" placeholder="Enter response here">
|
2017-06-15 16:11:49 +00:00
|
|
|
</li>
|
2017-06-15 16:34:32 +00:00
|
|
|
<br />
|
2017-06-15 19:28:54 +00:00
|
|
|
|
2017-06-15 16:34:32 +00:00
|
|
|
</ul>
|
|
|
|
<p>More scenarios to come...</p>
|
|
|
|
<p>
|
|
|
|
<em>
|
|
|
|
These scenarios should test the applicant's critical thinking.
|
|
|
|
It'd be interesting to see how new players respond to events
|
|
|
|
that happened on the server.
|
|
|
|
<br />
|
|
|
|
New Scenarios are always welcome! If you have any ideas or
|
|
|
|
possible scenarios to ask new players, send a ping to a
|
|
|
|
developer or post to #feedback on Discord.
|
|
|
|
</em>
|
|
|
|
</p>
|
2017-06-15 16:11:49 +00:00
|
|
|
|
2017-06-15 16:10:05 +00:00
|
|
|
</body>
|
|
|
|
</html>
|