Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ create-quiz.ts
File
create-quiz.ts
tools/challenge-helper-scripts/create-quiz.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
fs from
'fs/promises'
;
2
import
path from
'path'
;
3
import
{ select, input } from
'@inquirer/prompts'
;
4
import
{ format } from
'prettier'
;
Callers
nothing calls this directly
Calls
4
getAllBlocks
Function · 0.85
validateBlockName
Function · 0.85
createQuiz
Function · 0.85
input
Function · 0.50
Tested by
no test coverage detected