Skip to content

Commit 4f81349

Browse files
Merge pull request #153 from breatheco-de/Lorenagubaira-patch-1
Update learn.json
2 parents 4e99dc4 + a9b7e4a commit 4f81349

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

learn.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"title" : "Conditional Profile Card Generator",
2+
"title" : {
3+
"us": "Conditional Profile Card Generator",
4+
"es": "Generador de un perfil condicional"
5+
},
36
"slug" : "conditional-profile-card",
47
"status": "published",
58
"difficulty": "beginner",
@@ -9,7 +12,10 @@
912
"syntax": "javascript",
1013
"solution" : "https://github.com/breatheco-de/exercise-conditional-profile-card/tree/solution",
1114
"duration" : 4,
12-
"description" : "Practice conditions, render a profile card based on a series of variables that could change in value during runtime like: username, avatar, etc.",
15+
"description" : {
16+
"us": "Practice Dynamic Conditions with JavaScript: Build a profile card that updates dynamically based on runtime variables like username, avatar, background, and more. Strengthen your coding skills by mastering condition-based rendering in this hands-on project. Perfect for improving dynamic HTML generation.",
17+
"es": "Practica condiciones dinámicas con JavaScript: Crea una tarjeta de perfil que se actualice dinámicamente según variables en tiempo de ejecución como nombre de usuario, avatar, fondo y más. Fortalece tus habilidades de programación dominando el renderizado basado en condiciones en este proyecto práctico. Ideal para mejorar la generación de HTML dinámico."
18+
},
1319
"talents": [
1420
{ "badge": "identator", "points": 6 },
1521
{ "badge": "tag-master", "points": 3 },
@@ -18,5 +24,8 @@
1824
{ "badge": "functional-developer", "points": 5 }
1925
],
2026
"autoPlay": false,
21-
"projectType": "project"
27+
"projectType": "project",
28+
"telemetry": {
29+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=181"
30+
}
2231
}

0 commit comments

Comments
 (0)