@tpmjs/tools-learning-objective-write
Write measurable learning objectives using Bloom's taxonomy verbs
Level must be one of: remember, understand, apply, analyze, evaluate, create. Received: test
Last checked: 3/1/2026, 4:26:50 AM
Test @tpmjs/tools-learning-objective-write (learningObjectiveWriteTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-learning-objective-writepnpm add @tpmjs/tools-learning-objective-writeyarn add @tpmjs/tools-learning-objective-writebun add @tpmjs/tools-learning-objective-writedeno add npm:@tpmjs/tools-learning-objective-writeimport { learningObjectiveWriteTool } from '@tpmjs/tools-learning-objective-write';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { learningObjectiveWriteTool } from '@tpmjs/tools-learning-objective-write';
const result = await generateText({
model: openai('gpt-4o'),
tools: { learningObjectiveWriteTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(level: string, topic: string) => Promise<unknown>Available configuration options
topicstringThe topic or skill to create learning objectives for
levelstringBloom's taxonomy level (remember, understand, apply, analyze, evaluate, create)
Schema extracted: 3/1/2026, 4:26:50 AM
ERROR: No README data found!
Downloads/month
7
GitHub Stars
0
Quality Score