We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e915c3 + d9d4ad1 commit a712979Copy full SHA for a712979
src-ts/tools/learn/free-code-camp/FreeCodeCamp.tsx
@@ -277,8 +277,9 @@ const FreeCodeCamp: FC<{}> = () => {
277
278
// NOTE: We have to add a delay, otherwise the survey closes when the user
279
// is automatically redirected to the next lesson.
280
- surveyTriggerForUser('TCA First Module Completed', profile?.userId)
281
-
+ setTimeout(() => {
+ surveyTriggerForUser('TCA First Module Completed', profile?.userId)
282
+ }, 1000)
283
}
284
285
/**
0 commit comments