-
Notifications
You must be signed in to change notification settings - Fork 32
Data confirmation (DC)
Jessica Hoang edited this page May 10, 2023
·
3 revisions
Some puzzles will have the tag (DC) tag or "Data confirmation" This means that the puzzle's response system is set up to confirm pieces of the puzzle. For example, a crossword with the DC tag will tell players that they can submit each crossword answer and expect a confirmation of some kind that their submission was part of the puzzle.
- Add the "DC" logo to your puzzle page.
The logo will be created by one of the Puzzleday planning members (usually Dana) that you can download and stick in your puzzle.
Note: During alpha testing, the logo might not have been created yet. In this case, simply note on the puzzle that it has data confirmation and the webifier (the person who will convert your puzzle to its final HTML form) will handle it. - Check the "HasDataConfirmation" on the properties page.
- Set up your responses for all the partial answers into the system.
Full instructions on how to add responses can be found in the [answers and responses wiki] (https://github.com/PuzzleServer/mainpuzzleserver/wiki/Puzzle-setup#step-3-add-answers-and-responses)
Note that you will need a response for every submission you consider valid (e.g. you will need one for "CLOCK" and another for "CLOCKS" if you want both to be a partial).
- First-time setup
- Contributing using git
- Local Development Environment Setup
- External Authentication Setup
- Build and run locally
- Best practices
- Common Errors
- Making a page Event aware
- Making your page aware of the current user
- PageFilter and on page authorization check example
- Updating the DataModel and or Database Schema
- Debugging the database locally
- FAQ
- Onboarding
- Puzzle setup
- Puzzle properties defined
- Webification
- Unlock a puzzle for a team
- Setting up hints
- Puzzle lockout
- Annotations