PuzzleServer / mainpuzzleserver

The main repo for the Puzzle Hunt and Puzzleday servers.
MIT License
9 stars 32 forks source link

Make plaintext requirement more clear for responses #1033

Closed digit01Wave closed 1 week ago

digit01Wave commented 1 week ago

1020

The original bug was because "Html.Raw(" was used without a plaintext version at the beginning. When the Response is just an Html.Raw, we end up returning the entire response text image

This PR makes it more clear about this formatting requirement.

Responses page

image

Bulk creation page

image

Create page

image

What player sees

Notification for response "Here is plaintext Html.Raw(Here is a bolded answer. )" image

Submissions page image