import { getCategoryAssignments } from "/components/GetDiscourseTags/GetDiscourseTags.js";
viewof assignment = {
const assignments = await getCategoryAssignments("calc-i-assignments");
let tag_objects = [{format: "---"}];
tag_objects = tag_objects.concat(assignments.map(function(assignment) {
const n = assignment.tag.split("-").slice(-1)[0];
const close = assignment.close ? ` closes ${assignment.close}` : "";
return ({format: `Assignment ${n}${close}`, value: assignment.tag})
}));
return Inputs.select(tag_objects, {
label: "View:", format: t => t.format
})
}Calculus I
Math 191
Fall 2026
with professor Mark McClure
Handy links
Demos
Handouts
Homework
Here’s a link to all your homework assignments on WriteTech AI. These are automatically graded assignments that provide instant AI feedback.
Alternatively, you can browse specific assignments via the following drop down menu:
Note that you may need to allow popups for the dropdown menu to work and, in both cases, you’ll need to be logged onto WriteTech to view your assignments.