Files
Bubberstation/config/interviews.txt
9f6c63c095 [MIRROR] Requested Interview Features Update (Rave Radbury Edition) (#6289)
* Requested Interview Features Update (Rave Radbury Edition) (#59621)

Added a few things that were requested by RaveRadbury to be added to the interview system:
* Where appropriate clickable links are now added to open a interview in similar fashion to tickets
* Changed fields to be read-only for admins looking at interviews while they're being written
* Added the ability to include markdown-style links to interview welcome messages and interview questions
* Updated the default questions to add a question about if the user has read the rules to demonstrate the ability to include links

* Requested Interview Features Update (Rave Radbury Edition)

Co-authored-by: Bobbahbrown <bobbahbrown@gmail.com>
2021-06-14 18:37:54 +12:00

13 lines
1.2 KiB
Plaintext

# Interview welcome message displayed at the top of all interview questionnaires
# Should help to describe why the questionnaire is being given to the interviewee
# You can include links using markdown-style link notation, like [our rules](https://tgstation13.org/wiki/Rules)
INTERVIEW_WELCOME_MSG Welcome to our server. As you have not played here before, or played very little, we'll need you to answer a few questions below. After you submit your answers they will be reviewed and you may be asked further questions before being allowed to play. Please be patient as there may be others ahead of you.
# Interview questions are listed here, in the order that they will be displayed in-game.
# You can include links using markdown-style link notation, like [our rules](https://tgstation13.org/wiki/Rules)
INTERVIEW_QUESTIONS Why have you joined the server today?
INTERVIEW_QUESTIONS Have you played space-station 13 before? If so, on what servers?
INTERVIEW_QUESTIONS Do you know anybody on the server today? If so, who?
INTERVIEW_QUESTIONS Have you read and understood our [rules](https://tgstation13.org/wiki/Rules)?
INTERVIEW_QUESTIONS Do you have any additional comments or questions?