Select PDF documents, AI extracts learning goals, review and edit, then save to database.
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.