From 40a4dd289469c6222bda3e6ba5c8eeedb4d73f7c Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:24:27 -0400 Subject: [PATCH] Update learn.json --- learn.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/learn.json b/learn.json index dd8c3914..c66fc19b 100644 --- a/learn.json +++ b/learn.json @@ -10,11 +10,15 @@ "difficulty": "beginner", "syntax": "python", "duration" : 2, + "template_url": "self", + "autoPlay": "false", "projectType": "project", "description": { - "us": "Use your NumPy, Pandas and Matplotlib skills to practice a little about hypothesis testing with Annova and others", - "es": "Usa tus habilidades con NumPy, Pandas y Matplotlib para practicar un poco sobre pruebas de hipótesis con ANOVA y otros métodos." + "us": "Use your NumPy, Pandas, and Matplotlib skills to practice hypothesis testing in Python, including ANOVA and other techniques. You’ll complete a series of exercises to deepen your understanding of statistical analysis, working step by step in a Jupyter notebook. Solutions are available if you get stuck.", + "es": "Usa tus habilidades de NumPy, Pandas y Matplotlib para practicar pruebas de hipótesis en Python, incluyendo ANOVA y otras técnicas. Completarás una serie de ejercicios para profundizar tu comprensión del análisis estadístico, trabajando paso a paso en un notebook de Jupyter. Las soluciones están disponibles si te quedas atascado." }, - "gitpod": true, - "template_url": "self" + "telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=359" + }, + "gitpod": true }