Home/Tools/@tpmjs/tools-learning-objective-write

learningObjectiveWriteTool

@tpmjs/tools-learning-objective-write

Write measurable learning objectives using Bloom's taxonomy verbs

Official
edu
v0.1.0
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
Level must be one of: remember, understand, apply, analyze, evaluate, create. Received: test

Last checked: 3/1/2026, 4:26:50 AM

Interactive Playground

Test @tpmjs/tools-learning-objective-write (learningObjectiveWriteTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-learning-objective-write
pnpm add @tpmjs/tools-learning-objective-write
yarn add @tpmjs/tools-learning-objective-write
bun add @tpmjs/tools-learning-objective-write
deno add npm:@tpmjs/tools-learning-objective-write

2. Import the tool

import { learningObjectiveWriteTool } from '@tpmjs/tools-learning-objective-write';

3. Use with AI SDK

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);

Signature

(level: string, topic: string) => Promise<unknown>

Tags

ai
bloom
blooms-taxonomy
edu
education
learning
learning-objectives
measurable
objective
objectives
taxonomy
teaching
tpmjs
verbs
write

Parameters

Available configuration options

Auto-extracted
topic
Required
Type: string

The topic or skill to create learning objectives for

level
Required
Type: string

Bloom's taxonomy level (remember, understand, apply, analyze, evaluate, create)

Schema extracted: 3/1/2026, 4:26:50 AM

README

ERROR: No README data found!

Statistics

Downloads/month

7

GitHub Stars

0

Quality Score

73%

Bundle Size

NPM Keywords

tpmjs
edu
ai
learning-objectives
blooms-taxonomy
education
teaching

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai