How to create a quiz
Timecodes
- prepare a quiz in advance in any text editor
- open SkyJS admin, tab "Polls & Quizzes"
- [0:03] click "New QUIZ"
- [0:07] open tab "TEXT Editor"
- [0:27] copy-paste the quiz, click "Apply"
- [0:28] switch to tab "UI Editor"
- [0:35] check the result
- [0:45] add/delete/edit questions/choices (if it's needed)
- [0:57] set period (if it's needed)
- [1:15] add tags (if it's needed)
- [1:22] save the quiz
- [1:28] quiz editing (if it's needed)
- [1:44] activate the quiz (by default it isn't active)
- [1:50] quiz removing (if it's needed)
Quiz editor UI
-
Languages
It's possible to use the quiz in several languages.
Reasons:
- easy to manage: 1 active quiz instead of 3
- collect all votes/scores in one place
To use several langulages, it's needed to add questions/answers translations
The buttons allow to switch the current (for editing) quiz language
-
Buttons
"Cancel" - close editor without changes
"Save" - save changes and close editor
-
Display the quiz on the website since "PERIOD START" [optional]
It's possible to schedule the quiz
If the field isn't set, the quiz is available from the current moment to "PERIOD END" (if it's set)
-
Hide the quiz on the website after "PERIOD END" [optional]
If the field isn't set, the quiz is available from the current moment or "PERIOD START" (if it's set)
-
Mark the quiz via tags
The quiz can be marked via tags, i.e. "news", "sport"
- isn't required
Reasons:
- simplify the quiz updating on the website
- support several quizzes at the same time
It's possible to mark (via integration code) some places on the website once with a specific tag.
After that there is no need to update the website to post a new quiz.
-
Edit quiz "text" via UI (Good for editing)
The typical way to edit quizzes: add questions, add answers, select correct answers, etc.
-
Edit quiz "text" via text editor (Good for creating)
Editing via UI can be slow if it's needed to add a quiz with 10 questions x 4 anwers x 3 languages.
It's easier to prepare the quiz in any comfortable text editor (MacOS Notes, Word, Google Docs),
check spelling, share with someone and after that to create the quiz in one click
-
Field language
Text fields are marked with the current quiz language
- Quiz title
-
Add question
It's possible to add any number of questions to the quiz.
By default the quiz is created with the one question.
-
Show/Hide question body
For comfortable editing, it's possible to collapse/open some questions
-
Question number
Useful info, when there are many questions.
- Question
-
Delete a question
It's possible to remove unneeded questions.
-
Attach media to the question
Any question can contain media:
- Image (image url is needed)
- YouTube embed (iframe url is needed)
- Brightcove player (video id is needed)
- Notify that it's needed to set a correct answer to a question
- Select a correct answer
- Answers
-
Delete an answer
By default 3 answers are set to a qustion.
It's possible to add more answers or remove unneeded
- Add a new answer
Quiz TXT format
Default language is used (DE):
[Quiz title]
[Question 1]
- [Answer 1]
* [Answer 2 (correct)]
- [Answer 3]
[Question 2]
* [Answer 1 (correct)]
- [Answer 2]
- [Answer 3]
...
Several languages are used (DE, FR, IT):
[DE]
[DE Quiz title]
[DE Question 1]
- [DE Answer 1]
* [DE Answer 2 (correct)]
- [DE Answer 3]
...
[FR]
[FR Quiz title]
[FR Question 1]
- [FR Answer 1]
* [FR Answer 2 (correct)]
- [FR Answer 3]
...
[IT]
[IT Quiz title]
[IT Question 1]
- [IT Answer 1]
* [IT Answer 2 (correct)]
- [IT Answer 3]
...