{"version":3,"file":"StudentNavbarItemsAppClient-CQzeb1Z3.js","sources":["../../../client/app/bundles/Shared/components/shared/dataTableChip.tsx","../../../client/app/bundles/Shared/libs/findFeedbackForReport.ts","../../../client/app/bundles/Shared/libs/formatAnswerStringForReport.tsx","../../../client/app/bundles/Teacher/helpers/unitActivityDates.tsx","../../../client/app/bundles/Teacher/helpers/studentReports.tsx","../../../client/app/modules/proficiency_cutoffs.js","../../../client/app/bundles/Teacher/components/general_components/tooltip/activity_details_section.tsx","../../../client/app/bundles/Teacher/components/general_components/tooltip/activity_details.tsx","../../../client/app/bundles/Teacher/components/general_components/tooltip/key_target_skill_concepts.tsx","../../../client/app/bundles/Teacher/components/modules/percentage_displayer.jsx","../../../client/app/bundles/Teacher/components/general_components/tooltip/scorebook_tooltip.tsx","../../../client/app/modules/timezones.js","../../../client/app/bundles/Teacher/components/accounts/edit/shared.ts","../../../client/app/bundles/Teacher/components/accounts/edit/update_password.jsx","../../../client/app/bundles/Student/startup/StudentFeedbackModalAppClient.jsx","../../../client/app/bundles/Student/components/studentNavbarItems.tsx","../../../client/app/bundles/Student/startup/StudentNavbarItemsAppClient.jsx"],"sourcesContent":["import * as React from 'react'\n\ninterface DataTableChipProps {\n color?: string,\n icon?: {\n alt: string,\n src: string\n },\n label: string,\n link?: string,\n onClick?: (e: any) => void\n}\n\nexport const DataTableChip = ({ color, icon, label, link, onClick }: DataTableChipProps) => {\n if(link) {\n return(\n \n {icon && }\n {label}\n \n )\n }\n if (onClick) {\n return (\n \n )\n }\n return (\n
{description}
: description\n const containerClassName = `activity-tooltip-details-section ${customClass || ''}`\n return(\n{header}
\n {descriptionElement}\n{correct}
\n{incorrect}
\n{name}
\n {counts}\nThis student has missed this lesson. To make up this material, you can assign this lesson again to the students who missed it.
\n } else if (scheduled && !completed_attempts) {\n returnThis scheduled activity has not been published.
\n } else if (locked) {\n returnThis activity is set for staggered release and has not been unlocked by this student.
\n } else if (!completed_attempts) {\n returnThis activity has not been completed.
\n } else if (sessions && sessions.length) {\n return{scoreText}
{attemptText}
{scoreText} {attemptText}
\n{`${moment.utc(completed_at).format('MMMM D, YYYY [at] h:mm a')} / ${timespent ? getTimeSpent(timespent) : NOT_APPLICABLE}`}
\nYou did not write a strong response within five revisions on any of the prompts.
:\n (\nRarely Demonstrated Skill
\n{cutOff.nearlyProficient - 1} - 0% of prompts exhibit skill
\nWithin five revisions, you wrote a strong response for all prompts.
:\n (\nFrequently Demonstrated Skill
\n100 - {cutOff.proficient}% of prompts exhibit skill
\nWithin five revisions, you wrote a strong response for some, but not all, prompts.
:\n (\nSometimes Demonstrated Skill
\n{cutOff.proficient - 1} - {cutOff.nearlyProficient}% of prompts exhibit skill
\n{text}
\n )\n }\n\n const title = activity ? activity.name : name;\n return (\n{role === 'teacher' ? teacherScript : studentScript}
\n )\n } else {\n return (\nPlease help us to improve Quill by typing your response below. Your response won't be made public.
\n \n