diff --git a/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json index f7144cc5496..1403559cf93 100644 --- a/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json +++ b/challenges/08-coding-interview-questions-and-take-home-assignments/take-home-interview-projects.json @@ -12,7 +12,7 @@ "Rule #1: Don't look at the example project's code. Figure it out for yourself.", "Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.", "User Story: I can see the weather in my current location.", - "User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.", + "User Story: I can see a different icon or background image that matches the current weather. The weather could be rain, shower rain, light rain, moderate rain, snow, few clouds, scattered clouds, broken clouds, clouds, drizzling, clear sky, thunderstorm, mist, fog, or smoke. (The icon or image could be the same for shower rain, light rain, etc.)", "User Story: I can push a button to toggle between Fahrenheit and Celsius.", "Note: Many internet browsers now require an HTTP Secure (https://) connection to obtain a user's locale via HTML5 Geolocation. For this reason, we recommend using HTML5 Geolocation to get user location and then use the freeCodeCamp Weather API https://fcc-weather-api.glitch.me which uses an HTTP Secure connection for the weather. Also, be sure to connect to CodePen.io via https://.", "Remember to use Read-Search-Ask if you get stuck.", @@ -31,7 +31,8 @@ "Objetivo: Crea una aplicación con CodePen.io cuya funcionalidad sea similar a la de esta: https://codepen.io/freeCodeCamp/full/bELRjV.", "Satisface las siguientes historias de usuario. Usa cualquier librería o APIs que necesites.", "Historia de usuario: Pedo obtener información acerca del clima en mi localización actual.", - "Historia de usuario: Puedo ver un icono diferente o una imagen de fondo diferente (e.g. montaña con nieve, desierto caliente) dependiendo del clima.", + "Historia de usuario: +Puedo ver un ícono o imagen de fondo diferente que coincide con el clima actual. El clima podría ser rain, shower rain, light rain, moderate rain, snow, few clouds, scattered clouds, broken clouds, clouds, drizzling, clear sky, thunderstorm, mist, fog, o smoke. (El ícono o la imagen podría ser el mismo para lluvia de lluvia, lluvia ligera, etc.)", "Historia de usuario: Puedo pulsar un botón para cambiar la unidad de temperatura de grados Fahrenheit a Celsius y viceversa.", "Recomendamos utilizar Open Weather API. Al utilizarlo tendrás que crear una llave API gratuita. Normalmente debes evitar exponer llaves de API en CodePen, pero por el momento no hemos encontrado un API de clima que no requiera llave.", "Recuerda utilizar Leer-Buscar-Preguntar si te sientes atascado.", @@ -49,7 +50,7 @@ "Реализуйте следующие пользовательские истории, сделайте также бонусные по желанию:", "Пользовательская история: В качестве пользователя, я могу узнать погоду с учетом моего текущего местоположения.", "Бонусная пользовательская история: В качестве пользователя, я могу в зависимости от погоды видеть различные температурные значки.", - "Бонусная пользовательская история: В качестве пользователя, я могу в зависимости от погоды видеть различные фоновые изображения (снежные горы, знойная пустыня).", + "Бонусная пользовательская история: Я вижу другой значок или фоновое изображение, которое соответствует текущей погоде. Погода может быть rain, shower rain, light rain, moderate rain, snow, few clouds, scattered clouds, broken clouds, clouds, drizzling, clear sky, thunderstorm, mist, fog, smoke. (Значок или изображение могут быть одинаковыми для дождя дождя, легкого дождя и т. Д.)", "Бонусная пользовательская история: В качестве пользователя, я могу нажать на кнопку чтобы переключится между градусами по Цельсию или по Фаренгейту.", "Если что-то не получается, воспользуйтесь Read-Search-Ask.", "Когда выполните задание кликните кнопку \"I've completed this challenge\" и добавьте ссылку на ваш CodePen. Если вы программировали с кем-то в паре, также добавьте имя вашего напарника.",