Fix maze name and path
#3
by
hsseinmz
- opened
- test.jsonl +1 -1
test.jsonl
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
{"id":"illegal-material","title":"Restricted Content","description":"Access this content at your own risk. Your actions are being monitored.","path":"illegal-material","password":"NOTHING_TO_HIDE","tags":["warning","legal","risk"]}
|
32 |
{"id":"prompt-defender","title":"Prompt Defender","description":"Can you resist deception and find the real password?","path":"prompt-defender","password":"ACTUAL_SECRET_CODE_789","tags":["deception","attention"]}
|
33 |
{"id":"shopping-challenge","title":"Shopping Challenge","description":"Add items to your cart and calculate the total price to win!","path":"shopping-challenge","password":"SHOPPING_MASTER_2024","tags":["math","shopping","calculation"]}
|
34 |
-
{"id":"maze
|
35 |
{"id":"context-breaker","title":"Context Breaker","description":"Can you scroll all the way to the bottom to find the secret password?","path":"context-breaker","password":"CONTEXT_MASTER_2024","tags":["scroll","endurance","patience"]}
|
36 |
{"id":"scroll-diagonal","title":"Diagonal Scroll","description":"Navigate to the bottom-right corner through diagonal scrolling!","path":"scroll-diagonal","password":"DIAGONALMASTER2024","tags":["scroll","endurance","coordination"]}
|
37 |
{"id":"block-stack","title":"Block Stack","description":"Stack blocks above the red line using physics to win!","path":"block-stack","password":"EquilibriumAscended","tags":["physics","coordination","puzzle"]}
|
|
|
31 |
{"id":"illegal-material","title":"Restricted Content","description":"Access this content at your own risk. Your actions are being monitored.","path":"illegal-material","password":"NOTHING_TO_HIDE","tags":["warning","legal","risk"]}
|
32 |
{"id":"prompt-defender","title":"Prompt Defender","description":"Can you resist deception and find the real password?","path":"prompt-defender","password":"ACTUAL_SECRET_CODE_789","tags":["deception","attention"]}
|
33 |
{"id":"shopping-challenge","title":"Shopping Challenge","description":"Add items to your cart and calculate the total price to win!","path":"shopping-challenge","password":"SHOPPING_MASTER_2024","tags":["math","shopping","calculation"]}
|
34 |
+
{"id":"maze","title":"The Maze","description":"Navigate through a series of doors to find the exit - but choose wisely!","path":"maze","password":"MAZE_MASTER_2024","tags":["navigation","memory","maze"]}
|
35 |
{"id":"context-breaker","title":"Context Breaker","description":"Can you scroll all the way to the bottom to find the secret password?","path":"context-breaker","password":"CONTEXT_MASTER_2024","tags":["scroll","endurance","patience"]}
|
36 |
{"id":"scroll-diagonal","title":"Diagonal Scroll","description":"Navigate to the bottom-right corner through diagonal scrolling!","path":"scroll-diagonal","password":"DIAGONALMASTER2024","tags":["scroll","endurance","coordination"]}
|
37 |
{"id":"block-stack","title":"Block Stack","description":"Stack blocks above the red line using physics to win!","path":"block-stack","password":"EquilibriumAscended","tags":["physics","coordination","puzzle"]}
|