Skip to content

Commit 4cf8c66

Browse files
authored
Merge pull request #28 from Lorenagubaira/patch-1
Update learn.json
2 parents e60184c + bc2b82c commit 4cf8c66

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

learn.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"title" : "Probability Distributions Exercises Project in Python",
2+
"title" : {
3+
"us": "Probability Distributions Exercises Project in Python",
4+
"es": "Proyecto de distibucion de probabilidad con python"
5+
},
36
"slug" : "probability-distributions-exercises-project-with-python",
47
"preview": "https://github.com/4GeeksAcademy/probability-distribution-exercises-project-with-python/blob/main/preview.jpeg?raw=true",
58
"solution": "https://github.com/4GeeksAcademy/probability-distribution-exercises-project-with-python/blob/main/notebook/solutions.ipynb",
@@ -9,6 +12,13 @@
912
"difficulty": "beginner",
1013
"syntax": "python",
1114
"duration" : 2,
12-
"projectType": "project",
13-
"description" : "Use your NumPy, Pandas and Matplotlib skills to practice a little about probability distributions"
15+
"projectType": "project",
16+
"autoPlay": false,
17+
"description": {
18+
"us": "Use your NumPy, Pandas, and Matplotlib skills to practice probability distributions. Complete the exercises in Python, follow the instructions to start, and submit your repository once finished. For additional help, refer to the provided solutions after attempting the problems.",
19+
"es": "Usa tus habilidades en NumPy, Pandas y Matplotlib para practicar distribuciones de probabilidad. Completa los ejercicios en Python, sigue las instrucciones para comenzar y envía tu repositorio una vez que hayas terminado. Para ayuda adicional, consulta las soluciones proporcionadas después de intentar los problemas."
20+
},
21+
"telemetry": {
22+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=360"
23+
}
1424
}

0 commit comments

Comments
 (0)