Tell us what’s happening:
!/bin/bash
#Program to run my other four programs
./questionnaire.sh
./countdown.sh 3
./bingo.sh
./fortune.sh
WHATS WRONG WITH THIS CODE
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36
Challenge Information:
Build Five Programs - Build Five Programs
GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-bash-five-programs/5f5904ac738bc2fa9efecf5a.md at main · freeCodeCamp/freeCodeCamp · GitHub
dhess
July 14, 2026, 12:26pm
2
Another user with the same issue was given this suggestion:
Copy your code and hit the Reset button.
Paste your code back into the file and try again.
If you still experience issues, please share a screen grab.
Happy coding
I have the exact same issue, and I’m worried about clicking reset as suggested. I clicked reset for a similar issue at around 50% of the workshop and CodeRoad stopped working correctly and gave me a “test run error.” every time I ran the test.
update: I managed to pass the test
reset alone didn’t work, neither closing and reopening the workspace.
working steps:
1- cut the existing soultion
2- reset
3-paste back