From 718dabf423c4510e62c37f3e276731a7b23c533f Mon Sep 17 00:00:00 2001 From: Oumaima Fisaoui <48260689+Oumaimafisaoui@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:51:08 +0000 Subject: [PATCH] Chore(DPxAI): change prompt engineering --- subjects/DPxAI/transform-objects/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/subjects/DPxAI/transform-objects/README.md b/subjects/DPxAI/transform-objects/README.md index f71e51c29..667122506 100644 --- a/subjects/DPxAI/transform-objects/README.md +++ b/subjects/DPxAI/transform-objects/README.md @@ -10,8 +10,9 @@ In JavaScript, we use objects to group these properties together, making it easy ### AI-Powered Learning Techniques -**Reflective Technique:** -This type of prompt encourages the AI to help learners reflect on their understanding by asking questions and prompting them to think critically about the concepts. +**Contextual Learning Technique:** + +This strategy places learning within a real-world or practical context by having the AI relate concepts to scenarios you might encounter in everyday life or your work. It helps you understand the relevance of what you’re learning and how to apply it. Find the examples across the subject ;) @@ -54,9 +55,9 @@ robot.code = undefined; #### **`Prompt Example`**: -- "How does modifying an object's property differ from adding a new property or removing an existing one?" +- "Think about your pet. How would you use an object to keep track of its name, age, and favorite food?" -- "Can you think of a scenario where using an object to group related properties would be more beneficial than using separate variables?" +- "You have a collection of books. How could you use an object to remember the title, author, and how many pages each book has?" ### Instructions