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.
1 parent 68806f3 commit 158821dCopy full SHA for 158821d
src/app/components/pages/quizzes/QuizTeacherFeedback.tsx
@@ -324,7 +324,7 @@ const QuizTeacherFeedbackComponent = ({match: {params: {quizAssignmentId}}}: Qui
324
<RS.Col sm={12} md={"auto"} className={"text-right mt-2 mt-md-0"}>
325
<RS.Button
326
color="primary" outline className="btn-md mt-1 text-nowrap"
327
- href={`${API_PATH}/test/assignment/${assignment.id}/download`}
+ href={`${API_PATH}/quiz/assignment/${assignment.id}/download`}
328
onClick={() => dispatch(getQuizAssignmentResultsSummaryCSV(assignment?.id || -1))}
329
>
330
Export as CSV
0 commit comments