Skip to content

Commit

Permalink
No need to list the objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Feb 21, 2024
1 parent 425c731 commit f595072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/AssessmentStatusDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const AssessmentStatusDialog = ({ toggleStatuses, statusIsOpen }) => {
operation = setStudentCurrentAssessment(activeStudent)
} else {
if (status.status === "Reviewed and Complete") {
const certification = window.confirm(`You certify that the student has been evaluated and has understanding and competency in the following objectives\n\n${assessment.objectives.map(o => o.label).join("\n")} `)
const certification = window.confirm(`You certify that the student has been evaluated and has understanding and competency in the objectives for this book.`)
if (certification) {
operation = updateStudentCurrentAssessment(activeStudent, status.id)
}
Expand Down

0 comments on commit f595072

Please sign in to comment.