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 apps/nutritionfacts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"update-cache": "vite-node ./scripts/updateCache.mts"
},
"type": "module",
"version": "2.0.5"
"version": "2.0.6"
}
121 changes: 121 additions & 0 deletions packages/aiinfo/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,125 @@
# Changelog
## 2025-11-18T20:25:05.839Z
### CSV
#### SHA
```diff
858e96391530102331964186a144034150fc6d61c0e84d916bd083975d3f99f4
```
### itemauthoringassistance
#### uid
```diff
+ "itemauthoringassistance"
```
#### revision
```diff
+ "2025.11.18"
```
#### feature
```diff
+ {
"name": "Question Authoring",
"description": "Question Authoring Assistance for Quizzes streamlines quiz creation by generating questions based on your course materials. \n"
}
```
#### model
```diff
+ {
"name": "Haiku 3",
"description": "Anthropic Claude models are provided via Instructure's in-house AI Platform.",
"trained": "No",
"data": "Course",
"dataDescription": "Source material provided by the user (e.g., Custom standards, course content, text input, file input) for question/item generation."
}
```
#### compliance
```diff
+ {
"retention": "Data is not stored or reused by the model.",
"logging": "Logs data",
"loggingDescription": "Usage data is logged to improve the product.",
"regions": "Global",
"regionsDescription": "",
"pii": "Not Exposed",
"piiDescription": "PII in source material may be sent to the model if included by the user, but no PII is intentionally sent to the model."
}
```
#### outputs
```diff
+ {
"settings": "Yes",
"human": "Yes",
"humanDescription": "Instructors can review, edit, regenerate, or provide additional instructions to refine generated items.",
"guardrails": "",
"risks": "Generated items may not perfectly capture all desired information, require refinement, or occasionally contain inaccuracies.\n",
"outcomes": "Improved instructor efficiency and productivity"
}
```
#### group
```diff
+ "Canvas"
```
#### permissions
```diff
+ "2"
```

### assessmentauthoringassistance
#### uid
```diff
+ "assessmentauthoringassistance"
```
#### revision
```diff
+ "2025.11.18"
```
#### feature
```diff
+ {
"name": "Item Authoring",
"description": "Item Authoring for Assessments streamlines assessment creation by generating questions based on your course materials. \n"
}
```
#### model
```diff
+ {
"name": "Haiku 3",
"description": "Anthropic Claude models are provided via Instructure's in-house AI Platform.",
"trained": "No",
"data": "Course",
"dataDescription": "Source material provided by the user (e.g., Custom standards, course content, text input, file input) for question/item generation."
}
```
#### compliance
```diff
+ {
"retention": "Data is not stored or reused by the model.",
"logging": "Logs data",
"loggingDescription": "Usage data is logged to improve the product.",
"regions": "Global",
"regionsDescription": "",
"pii": "Not Exposed",
"piiDescription": "PII in source material may be sent to the model if included by the user, but no PII is intentionally sent to the model."
}
```
#### outputs
```diff
+ {
"settings": "Yes",
"human": "Yes",
"humanDescription": "Instructors can review, edit, regenerate, or provide additional instructions to refine generated items.",
"guardrails": "",
"risks": "Generated items may not perfectly capture all desired information, require refinement, or occasionally contain inaccuracies.\n",
"outcomes": "Improved instructor efficiency and productivity"
}
```
#### group
```diff
+ "Mastery"
```
#### permissions
```diff
+ "2"
```
## 2025-11-18T19:52:02.235Z
### CSV
#### SHA
Expand Down
6 changes: 6 additions & 0 deletions packages/aiinfo/cache/cache.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ discussionInsights,2025.10.02,Insights for Discussions,"Discussion Insights uses
smartSearch,2025.10.02,Search,Natural language search of course content for students and instructors.,Cohere Embed Multilingual,Cohere models are provided via Amazon Bedrock Foundation Models (FMs).,No,Course,Course content is indexed by the model and then stored in the Canvas database.,Data is not stored or reused by the model. Indexed course content is stored in the Canvas database.,Does not log data,,Global,,Not Exposed,"PII in course content may be indexed, but no PII is intentionally sent to the model.",Yes,Yes,Users are presented with a list of results related to their search query and can act or not act on them.,,Search results may be incorrectly sorted or may not be relevant to the search term.,"Students are able to quickly find answers to questions, and instructors are able to quickly navigate their courses.",Canvas,2
askyourdata,2025.09.12,Ask Your Data,AI-powered query tool enables users to ask natural language questions and receive textual or visual responses with detailed explanations of the methodology.,Doowii (multiple),"Doowii is a third-party sub-processor for Intelligent Insights. Doowii's tools use OpenAI GPT-4o, GPT-3.5 Turbo, and Claude Sonnet 3.5",No,Other,"Doowii is trained on the Canvas LMS database schema, and receives no data from Canvas. The user's prompt and heuristics (such as summary statistics) are shared with the model to generate a response.",Data is retained through the life of your contract with Instructure.,Logs data,,Global,,Exposed,"Prompt, summary statistics.",Yes,Yes,Ask your data returns a methodology description along with a generated query. Users have the ability to edit the generated SQL directly.,"Questions are scoped to the domain only, highly ambiguous terms ask for clarification.",Incorrect interpretation of the question. Inaccurate SQL may be generated. Suggested questions or methodologies may not be relevant.,Provide accurate data retrieval and analysis through natural language prompting.,Intelligent Insights,2
canvasDiscussionSummaries,2025.09.12,Summaries for Discussions,"Discussion summaries of key points, questions, and insights.",Haiku 3,Anthropic Claude models are provided via Amazon Bedrock Foundation Models (FMs).,No,Course,Discussion prompt and replies.,Data is not stored or reused by the model.,Logs data,Summaries are logged in the Canvas database for review and reuse.,Global,,Not Exposed,"Pii in discussion replies may be sent to the model, but no PII is intentionally sent to the model.",Yes,Yes,Instructors may regenerate summaries or fine-tune them with additional instructions.,,Summaries may not capture all desired information.,Summaries allow discussion topics to be used in large-format courses and other environments where discussions were previously infeasible.,Canvas,2
itemAuthoringAssistance,2025.11.18,Question Authoring,"Question Authoring Assistance for Quizzes streamlines quiz creation by generating questions based on your course materials.
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent naming: The CSV uses "itemAuthoringAssistance" (camelCase) while the actual UID is "itemauthoringassistance" (lowercase). This inconsistency could cause lookup failures or confusion. Ensure CSV keys match the actual UIDs used in the codebase.

Suggested change
itemAuthoringAssistance,2025.11.18,Question Authoring,"Question Authoring Assistance for Quizzes streamlines quiz creation by generating questions based on your course materials.
itemauthoringassistance,2025.11.18,Question Authoring,"Question Authoring Assistance for Quizzes streamlines quiz creation by generating questions based on your course materials.

Copilot uses AI. Check for mistakes.
",Haiku 3,Anthropic Claude models are provided via Instructure's in-house AI Platform.,No,Course,"Source material provided by the user (e.g., Custom standards, course content, text input, file input) for question/item generation.",Data is not stored or reused by the model.,Logs data,Usage data is logged to improve the product.,Global,,Not Exposed,"PII in source material may be sent to the model if included by the user, but no PII is intentionally sent to the model.",Yes,Yes,"Instructors can review, edit, regenerate, or provide additional instructions to refine generated items.",,"Generated items may not perfectly capture all desired information, require refinement, or occasionally contain inaccuracies.
",Improved instructor efficiency and productivity,Canvas,2
assessmentAuthoringAssistance,2025.11.18,Item Authoring,"Item Authoring for Assessments streamlines assessment creation by generating questions based on your course materials.
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent naming: The CSV uses "assessmentAuthoringAssistance" (camelCase) while the actual UID is "assessmentauthoringassistance" (lowercase). This inconsistency could cause lookup failures or confusion. Ensure CSV keys match the actual UIDs used in the codebase.

Suggested change
assessmentAuthoringAssistance,2025.11.18,Item Authoring,"Item Authoring for Assessments streamlines assessment creation by generating questions based on your course materials.
assessmentauthoringassistance,2025.11.18,Item Authoring,"Item Authoring for Assessments streamlines assessment creation by generating questions based on your course materials.

Copilot uses AI. Check for mistakes.
",Haiku 3,Anthropic Claude models are provided via Instructure's in-house AI Platform.,No,Course,"Source material provided by the user (e.g., Custom standards, course content, text input, file input) for question/item generation.",Data is not stored or reused by the model.,Logs data,Usage data is logged to improve the product.,Global,,Not Exposed,"PII in source material may be sent to the model if included by the user, but no PII is intentionally sent to the model.",Yes,Yes,"Instructors can review, edit, regenerate, or provide additional instructions to refine generated items.",,"Generated items may not perfectly capture all desired information, require refinement, or occasionally contain inaccuracies.
",Improved instructor efficiency and productivity,Mastery,2
quickReassess,2025.10.27,Suggestions for Quick Reassess,"Allows the use of AI to generate a question derived from the original. These questions can be re-generated, edited, and rejected or approved before they are published to students.",Claude Family Models,,No,Other,The original question stem used to generate derivatives,"Standard execution, infrastructure, and other operational logs are retained for a reasonable period to enable monitoring and troubleshooting of underlying services.",Does not log data,,Virginia,,Not Exposed,,Yes,Yes,"Educators have access to tools that allow them to preview, regenerate, edit, or replace AI generated questions before they are published in an assessment.",Only educators can generate items and all AI generated items are in draft status until reviewed and approved.,"AI generated questions may require additional review and editing to ensure accuracy, relevance, and alignment with intended learning objectives.","Educators can generate new standards-aligned questions based on existing items in order to quickly create diverse, tailored assessments that expand beyond the current Mastery Item Bank content, enhancing instructional flexibility and efficiency.",Mastery,2
BCEAltText,2025.10.01,Block Content Editor Alt Text Generator,,Haiku 3,Anthropic Claude models are provided via Amazon Bedrock Foundation Models (FMs).,No,Course,Content Editor Images.,Model responses are stored for debugging purposes.,Logs data,"Request, response, and feedback data is logged to assist in troubleshooting.",Global,,Not Exposed,,No,Yes,"User initiated, User must confirm output.",,Alt text might not always be accurate. ,An accessible Alt Text description of the image is generated.,Canvas,2
portfolios,2025.10.27,Portfolios,"AI Assistant for teachers to improve portfolio level and evidence level instructions improvement, skill extraction and reflection question generation.",Haiku 3,Anthropic Claude models are provided via Instructure's in-house AI Platform.,No,Other,Custom instructions that teachers provide in their Evaluation portfolios for students.,Data is not stored or re-used by the model.,Logs data,Model evaluations and reply labels are logged for debugging and troubleshooting purposes.,Global,,Not Exposed,,Yes,Yes,Teachers provide the input of the model (content) and the response by the model is not auto accepted. Teachers have the chance to modify the result every occasion.,"Teacher access to the model is limited, it's only through the instructions of the portfolio/evidence. There is suspicious prompt detection built in for extra security.","LLM might suggest not the right questions or skills, or not an improved instruction to the user's liking.","A user-friendly tool for a safe writing assistant, and features to speed up administrative work, and provide more reliable portfolios for students to work with.",Canvas,2
4 changes: 3 additions & 1 deletion packages/aiinfo/cache/checksum.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"askyourdata": "8de9e2815ff3aec88e14be9ae042be0b9b40319ad6e9be5985c918fc8b5a63b5",
"assessmentauthoringassistance": "093420d17e0c52e1b2d8c713e2202d39201a917615cf729ca8a594f0fa53009c",
"bcealttext": "757060c8e6a7fad9d79489ac69de4ae0c484e4b82d5e362ad243e1b10ba29572",
"CSV": "6e5d47862429c5073e26beebe10100fbaa28615f7d76f7eaa4f7c94a36b7aaeb",
"CSV": "858e96391530102331964186a144034150fc6d61c0e84d916bd083975d3f99f4",
"canvascoursetranslation": "3bb3098325d87597f6751ac941afc0fe8517ee6866ab62dbe46d824fb78d48ae",
"canvasdiscussionsummaries": "b8bb88bb4853c9f652498f1806d6684f76fb49d1bd1b52653ad6ccedddfcb7c4",
"canvasgradingassistance": "7a21ebe2ef0a90062ff609c1b872e0f648642a6bb45c5820d13a16e57d54f0f3",
"canvasinboxtranslation": "5a13c73316ecfbf3853ce8a535c4d03e4fa6fd35554f3dd7918aab6ee00df40b",
"discussioninsights": "540b02a744ea646023fbb4ede89e8c3483026104df677087d63108f6efe997a9",
"igniteagent": "18b2413f0388740d59c2fc356eca44714c9386d66f01a78ed190ba7bc0c3c402",
"itemauthoringassistance": "d20c73df75bae4581589a273e79f27e74cfac7a71d8fedabf7ffbf5dbf5e81fd",
"portfolios": "8a98981d321de09ee5abb80a8be0a4dc32ac7acd227c8db4a65a5c83f8c24ea5",
"quickreassess": "99fbd2548dcf324c5c78213c27ba7d47723d44f2f8a07381e80f8a834fd5dbe2",
"rubricgenerator": "8bf56ef0ed891fea8d478629054bbc178ecc05431118243fad5416fab5dcbeb2",
Expand Down
214 changes: 214 additions & 0 deletions packages/aiinfo/node/components/assessmentauthoringassistance/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
import type {
AiInformationProps,
DataPermissionLevelsProps,
NutritionFactsProps,
} from "@instructure/ui-instructure";
import type { AiInfoFeatureProps } from "../../types";

const FEATURE_NAME = "Item Authoring";
const UID = "assessmentauthoringassistance";
const DATA_PERMISSION_LEVELS: DataPermissionLevelsProps["data"] = [
{
description:
"We leverage anonymized aggregate data for detailed analytics to inform model development and product improvements. No AI models are used at this level.",
highlighted: false,
level: "LEVEL 1",
title: "Descriptive Analytics and Research",
},
{
description:
"We utilize off-the-shelf AI models and customer data as input to provide AI-powered features. No data is used for training this model.",
highlighted: true,
level: "LEVEL 2",
title: "AI-Powered Features Without Data Training",
},
{
description:
"We customize AI solutions tailored to the unique needs and resources of educational institutions. We use customer data to fine-tune data and train AI models that only serve your institution. Your institution's data only serves them through trained models.",
highlighted: false,
level: "LEVEL 3",
title: "AI Customization for Individual Institutions",
},
{
description:
"We established a consortium with educational institutions that shares anonymized data, best practices, and research findings. This fosters collaboration and accelerates the responsible development of AI in education. Specialized AI models are created for better outcomes in education, cost savings, and more.",
highlighted: false,
level: "LEVEL 4",
title: "Collaborative AI Consortium",
},
];
const NUTRITION_FACTS_DATA: NutritionFactsProps["data"] = [
{
blockTitle: "Model & Data",
segmentData: [
{
description:
"The foundational AI on which further training and customizations are built.",
segmentTitle: "Base Model",
value: "Haiku 3",
valueDescription:
"Anthropic Claude models are provided via Instructure's in-house AI Platform.",
},
{
description:
"Indicates the AI model has been given customer data in order to improve its results.",
segmentTitle: "Trained with User Data",
value: "No",
},
{
description:
"Indicates which training or operational content was given to the model.",
segmentTitle: "Data Shared with Model",
value:
"Source material provided by the user (e.g., Custom standards, course content, text input, file input) for question/item generation.",
},
],
},
{
blockTitle: "Privacy & Compliance",
segmentData: [
{
description: "How long the model stores customer data.",
segmentTitle: "Data Retention",
value: "Data is not stored or reused by the model.",
},
{
description:
"Recording the AI's performance for auditing, analysis, and improvement.",
segmentTitle: "Data Logging",
value: "Logs data",
valueDescription: "Usage data is logged to improve the product.",
},
{
description:
"The locations where the AI model is officially available and supported.",
segmentTitle: "Regions Supported",
value: "Global",
valueDescription: "",
},
{
description:
"Sensitive data that can be used to identify an individual.",
segmentTitle: "PII",
value: "Not Exposed",
valueDescription:
"PII in source material may be sent to the model if included by the user, but no PII is intentionally sent to the model.",
},
],
},
{
blockTitle: "Outputs",
segmentData: [
{
description: "The ability to turn the AI on or off within the product.",
segmentTitle: "AI Settings Control",
value: "Yes",
},
{
description:
"Indicates if a human is involved in the AI's process or output.",
segmentTitle: "Human in the Loop",
value: "Yes",
valueDescription:
"Instructors can review, edit, regenerate, or provide additional instructions to refine generated items.",
},
{
description:
"Preventative safety mechanisms or limitations built into the AI model.",
segmentTitle: "Guardrails",
value: "",
},
{
description: "Any risks the model may pose to the user.",
segmentTitle: "Expected Risks",
value:
"Generated items may not perfectly capture all desired information, require refinement, or occasionally contain inaccuracies.\n",
},
{
description: "The specific results the AI model is meant to achieve.",
segmentTitle: "Intended Outcomes",
value: "Improved instructor efficiency and productivity",
},
],
},
];
const nutritionFacts: NutritionFactsProps = {
...{
closeButtonText: "Close",
closeIconButtonScreenReaderLabel: "Close",
data: undefined,
featureName: "Item Authoring",
modalLabel: "This is a modal for AI facts",
title: "AI Nutrition Facts",
triggerText: "Nutrition Facts",
},
data: NUTRITION_FACTS_DATA,
featureName: FEATURE_NAME,
};
const dataPermissionLevels: DataPermissionLevelsProps = {
...{
closeButtonText: "Close",
closeIconButtonScreenReaderLabel: "Close dialog",
currentFeature: "Item Authoring",
currentFeatureText: "Current Feature:",
data: undefined,
modalLabel: "Data Permission Levels modal",
title: "Data Permission Levels",
triggerText: "Data Permission Levels",
},
currentFeature: FEATURE_NAME,
data: DATA_PERMISSION_LEVELS,
};
const aiInformation: AiInformationProps = {
...{
data: [
{
description:
"We utilize off-the-shelf AI models and customer data as input to provide AI-powered features. No data is used for training this model.",
featureName: "Item Authoring",
modelName: "Haiku 3",
modelNameText: "Base Model",
nutritionFactsModalTriggerText: "AI Nutrition Facts",
permissionLevel: "LEVEL 2",
permissionLevelsModalTriggerText: "Data Permission Levels",
permissionLevelText: "Permission Level:",
},
],
dataPermissionLevelsCloseButtonText: "Close",
dataPermissionLevelsCloseIconButtonScreenReaderLabel: "Close dialog",
dataPermissionLevelsCurrentFeature: "Item Authoring",
dataPermissionLevelsCurrentFeatureText: "Current Feature:",
dataPermissionLevelsData: undefined,
dataPermissionLevelsModalLabel: "Data Permission Levels modal",
dataPermissionLevelsTitle: "Data Permission Levels",
nutritionFactsCloseButtonText: "Close",
nutritionFactsCloseIconButtonScreenReaderLabel: "Close",
nutritionFactsData: undefined,
nutritionFactsFeatureName: "Item Authoring",
nutritionFactsModalLabel: "This is a modal for AI facts",
nutritionFactsTitle: "AI Nutrition Facts",
title: "Features",
trigger: undefined,
},
dataPermissionLevelsData: DATA_PERMISSION_LEVELS,
nutritionFactsData: NUTRITION_FACTS_DATA,
trigger: undefined,
};
const assessmentauthoringassistance: AiInfoFeatureProps = {
aiInformation,
dataPermissionLevels,
description:
"Item Authoring for Assessments streamlines assessment creation by generating questions based on your course materials. \n",
group: "Mastery",
name: FEATURE_NAME,
nutritionFacts,
revision: "2025.11.18",
uid: UID,
};
export {
assessmentauthoringassistance,
nutritionFacts,
dataPermissionLevels,
aiInformation,
};
export default assessmentauthoringassistance;
Comment on lines +1 to +214
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two new features assessmentauthoringassistance (Item Authoring) and itemauthoringassistance (Question Authoring) appear to be nearly identical in their implementation. They share:

  • Same base model (Haiku 3)
  • Same compliance requirements
  • Same nutrition facts data
  • Same expected risks and outcomes
  • Same description pattern

The only differences are:

  1. Feature names: "Item Authoring" vs "Question Authoring"
  2. UIDs: "assessmentauthoringassistance" vs "itemauthoringassistance"
  3. Group: "Mastery" vs "Canvas"
  4. Description wording: "Assessments" vs "Quizzes"

Consider consolidating these into a single, configurable component to reduce code duplication and improve maintainability. If these truly represent different features, ensure their distinct purposes are clearly documented.

Copilot uses AI. Check for mistakes.
Loading
Loading