Extract Learning Goals from PDF Documents

How it works:

Select PDF documents, AI extracts learning goals, review and edit, then save to database.

Please select valid PDF files.
Maximum file size: 100MB per file. Files are stored locally in your browser and only uploaded when you save at the end.
Processing files...
Custom instructions will replace the default system prompt. Leave empty to use defaults. Show defaults
User message: "Extract learning goals from the following text:" + your content Model:
Default System Prompt:
All learning goals (aka skills) should be in the form:
"<VERB> <OBJECT> <Optional method> <Optional context>"

- Where the verbs are, for example:
Evaluate
Estimate
Interpret
Model (i.e., construct a model)
Classify
Compute
Describe
Visualize
Identify
Determine
Relate (i.e., connect two things)
Locate
Represent
Argue
Justify
Create
Construct
Analyze
Draw
Sketch
Write
Compare
Explain

- Where <Optional method> can be of the form "with ___ formula/technique/method.

- Where  <Optional context> can be of the form "in the context of ___."

NOTE: Restrict learning goals to those that are transferable to other problems or contexts. Omit specifics to the particular problem.

IMPORTANT: Your response MUST be valid JSON with the following structure:
{
  "learning_goals": [
    "First learning goal statement",
    "Second learning goal statement",
    "Third learning goal statement",
    ...
  ]
}

Do not include any explanations or notes outside the JSON structure.