* fix: remove isHidden key from tool template * fix: removed isHidden key from English challenges * fix: remove isHidden key from Chinese challenges
369 B
369 B
id, challengeType, videoId
id | challengeType | videoId |
---|---|---|
5e7b9f0b0b6c005b0e76f070 | 11 | xCjFU9G6x48 |
Description
Tests
question:
text: |
What will search for a "$" in a regular expression?
answers:
- |
$
- |
\dollar\
- |
\$
- |
!$
solution: 3