Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sections/02-just-enough-math/04-glossary/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
id: "just-enough-math-glossary",
title: "Glossary",
previousChapterId: "combinations-permutations",
nextChapterId: null,
nextChapterId: "module-feedback",
content: `${formatGlossary(data)}`,
exercises: [],
quiz: null
Expand Down
16 changes: 16 additions & 0 deletions src/sections/02-just-enough-math/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "just-enough-math-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "just-enough-math-glossary",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
title: "Checkpoint: Algorithmic Thinking",
description: "Test your understanding of Big O notation and algorithmic thinking concepts.",
previousChapterId: "algorithmic-thinking-glossary",
nextChapterId: null,
nextChapterId: "module-feedback",
content: `Test your understanding of Big O notation and algorithmic thinking concepts.`,
exercises: [],
quiz: {component: () => <>
Expand Down
16 changes: 16 additions & 0 deletions src/sections/03-algorithmic-thinking/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "algorithmic-thinking-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "algorithmic-thinking-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default {
title: 'Glossary: Arrays and Two Pointers',
sectionId: 'arrays-and-two-pointers',
previousChapterId: 'arrays-and-two-pointers-supplemental-materials',
nextChapterId:"module-feedback",
content: `This glossary contains important terms and concepts related to arrays and two pointers. Understanding these terms will help you communicate effectively about algorithms and data structures during interviews and technical discussions.

${formatGlossary(data)}
Expand Down
16 changes: 16 additions & 0 deletions src/sections/04-arrays-and-two-pointers/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "arrays-and-two-pointers-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "arrays-and-two-pointers-glossary",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
2 changes: 1 addition & 1 deletion src/sections/05-2d-arrays/08-checkpoint/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
id: "2d-arrays-checkpoint",
title: 'Checkpoint: 2D Arrays',
previousChapterId: "2d-arrays-glossary",
nextChapterId: null,
nextChapterId: "module-feedback",
content: `Test your understanding of 2D Arrays and working with them.`,
exercises: [],
quiz: {component: () => <Checkpoint questions={questions}/>}
Expand Down
16 changes: 16 additions & 0 deletions src/sections/05-2d-arrays/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "2d-arrays-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "2d-arrays-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
2 changes: 1 addition & 1 deletion src/sections/06-linked-lists/09-checkpoint/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
id: "linked-checkpoint",
title: "Checkpoint: Linked Lists",
previousChapterId: "linked-glossary",
nextChapterId: "linked-reverse",
nextChapterId: "module-feedback",
content: contentMd,
exercises: [],
quiz: {component: () => <Checkpoint questions={questions}/> }
Expand Down
16 changes: 16 additions & 0 deletions src/sections/06-linked-lists/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "linked-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "linked-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
2 changes: 1 addition & 1 deletion src/sections/07-stacks-queues/10-checkpoint/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
id: "stacks-checkpoint",
title: "Checkpoint: Stacks & Queues",
previousChapterId: "stacks-glossary",
nextChapterId: null,
nextChapterId: "module-feedback",
content: contentMd,
exercises: [],
quiz: {component: () => <Checkpoint questions={questions}/> }
Expand Down
16 changes: 16 additions & 0 deletions src/sections/07-stacks-queues/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "stacks-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "stacks-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
2 changes: 1 addition & 1 deletion src/sections/08-maps-and-sets/10-checkpoint/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
id: "mapssets-checkpoint",
title: "Checkpoint: Maps and Sets",
previousChapterId: "mapssets-glossary",
nextChapterId: null,
nextChapterId: "module-feedback",
content: content,
quiz: {component: () => <Checkpoint questions={questions}/>}
}
16 changes: 16 additions & 0 deletions src/sections/08-maps-and-sets/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "mapssets-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "mapssets-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
2 changes: 1 addition & 1 deletion src/sections/09-sliding-window/06-checkpoint/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
title: "Checkpoint: Sliding Window",
description: "Test your understanding of the sliding window technique.",
previousChapterId: "sliding-window-glossary",
nextChapterId: null,
nextChapterId: "module-feedback",
content,
exercises: [],
quiz: {component: () => <Checkpoint questions={questions}/>}
Expand Down
16 changes: 16 additions & 0 deletions src/sections/09-sliding-window/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "sliding-window-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "sliding-window-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
id: "sort-checkpoint",
title: "Checkpoint",
previousChapterId: "sort-glossary",
nextChapterId: null,
nextChapterId: "module-feedback",
content,
exercises: [],
quiz: {component: () => <Checkpoint questions={questions}/>}
Expand Down
16 changes: 16 additions & 0 deletions src/sections/10-sorting-and-binary-search/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "sort-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "sort-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}
2 changes: 1 addition & 1 deletion src/sections/11-combining-patterns/06-checkpoint/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
id: "combining-checkpoint",
title: "Checkpoint: Combining Patterns",
previousChapterId: "combining-survival",
nextChapterId: null,
nextChapterId: "module-feedback",
content: content,
quiz: {component: () => <Checkpoint questions={questions}/>}
}
16 changes: 16 additions & 0 deletions src/sections/11-combining-patterns/feedback/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
id: "combining-module-feedback",
title: "Student Feedback",
description: "Your feedback helps us understand what works, what doesn’t, and how we can make each module more effective for you.",
previousChapterId: "combining-checkpoint",
nextChapterId: null,
content: `
Please take a moment to share your feedback using this form:
<a href='https://forms.gle/83zJTNUQuHmTNX9i8' target='_blank' rel='noopener noreferrer'>Module Feedback Form</a>.

First, select the course name **Data Structures and Algorithms**, then choose the module you just completed.

Your responses are **anonymous**, and your feedback helps us improve the content, pacing, and overall learning experience.
We really appreciate your input.`,
exercises: [],
}