Commit Graph

44 Commits (285d7cbf502c031c9bf13b4580bed069db07ea70)

Author SHA1 Message Date
Diego Traíd 2a0d84cc63 Fixed grammar: who's -> whose 2015-12-08 16:50:52 +01:00
Vladimir Támara Patiño ffb4d06d62 Minor improvements to spanish translation 2015-12-03 19:02:34 -05:00
Arsen Melikyan 7a4868c554 Merge pull request #4772 from vtamara/add/ES-translation-json-apis-and-ajax
Indenting and translating to spanish json-apis-and-ajax.
2015-12-03 06:09:26 +04:00
Vladimir Támara Patiño df23dd1614 Indenting and translating to spanish. Closes #4545
Thanks for corrections to @justinian336
2015-12-02 20:54:48 -05:00
Berkeley Martinez 4c3889d639 Add semicolons to tests
\#AlwaysUseSemicolons
2015-12-02 12:52:00 -08:00
Berkeley Martinez 063d16383f Fix Change `editor.match` to `code.match` to prevent collisions 2015-12-02 11:50:45 -08:00
Logan Tegman 7cdf1ef2dd Fix Assert messages missing prepended `message: ` 2015-12-02 10:11:06 -08:00
Allister 3ac5ea40f5 Removing sentence, Fixes #4791 2015-11-30 19:36:49 +07:00
dcsmith926 1584485739 use of ".map()" should be ".forEach()"
In "seed/challenges/json-apis-and-ajax.json", the use of ".map()" in the 5th and 6th challenges doesn't make sense -- we're not creating a new array by modifying each element of the response, and in challenge 4, the learner was told to use ".forEach()". Seeing ".map()" instead for no apparent reason would likely be a source of confusion.
2015-11-25 18:38:19 -05:00
Quincy Larson 927a058b90 make times for waypoint challenges less optimistic 2015-11-20 01:26:57 -06:00
Aaron cc8e5a77dc Update json-apis-and-ajax.json
Proposed fix to solve issue #4516. Instructions say to use forEach instead of map.
2015-11-18 11:02:46 -05:00
alvynmcq d7fdaa0289 Bad code in a Waypoint snippet #4434
Replaced .map() method with .forEach()
2015-11-14 22:50:41 +00:00
Logan Tegman 4959675d74 Fix Sidebar Code Indentation Character
Closes #3988
2015-11-01 17:11:23 -08:00
natac13 9f35b9d619 added warning about navigator prompt
closes #3996
2015-10-30 19:13:31 -04:00
Logan Tegman 086b0bb60c JSON/API Lesson Cleanup
+ Fixes Convert JSON to HTML lesson (Closes #4016)
+ Add Formatting to Geolocation lesson output (Closes #4010)
+ Fixes Render Images lesson
+ Removes unnecessary `?callback=` from JSON challenges. (Closes #3972)
+ Lots of other formatting and consistancy changes.
+ Also closes #3962 and closes #3969
2015-10-30 12:10:45 -07:00
Arsen Melikyan 69c51393d2 Merge pull request #3986 from MartinDelille/patch-1
fix typo and add comma
2015-10-30 20:56:58 +04:00
Martin Delille 6ef376a621 fix typo and add comma
latitiude => latitude
add space and <br>
2015-10-30 16:28:34 +01:00
Berkeley Martinez 0c3b6717ef Merge pull request #4006 from benmcmahon100/staging
Part two of post deploy challenge hotifx
2015-10-29 15:35:22 -07:00
SaintPeter 709ce63e75 Fixes 4003 2015-10-29 14:34:00 -07:00
Ben McMahon 208f9bfd84 Part two of post deploy challenge hotfix 2015-10-29 21:22:02 +00:00
Ben McMahon bd1eb104ac Update json-apis-and-ajax.json 2015-10-29 21:07:51 +00:00
Quincy Larson d2cab92237 finish editing ajax challenges 2015-10-23 21:32:51 -07:00
Quincy Larson b6423979a4 confirm that all tests pass as intended 2015-10-23 16:46:21 -07:00
Quincy Larson e7c6e626e0 merge staging and overhaul ajax challenges 2015-10-23 16:19:00 -07:00
benmcmahon100 0bebb8eb82 Expanded some of the descriptions. 2015-10-11 16:41:31 +01:00
Quincy Larson 05c5eb8d2c update challenge sequence and break on boarding into two sections 2015-10-07 00:41:43 -07:00
Quincy Larson 56b7b6f29b improve markup and titles of challenges 2015-10-06 15:37:43 -07:00
benmcmahon100 a27aa2d9f6 More test and copy fixes. Removed weird bugged challenge 2015-10-06 22:54:20 +01:00
benmcmahon100 9f298cbe94 Fixed tests 2015-10-06 21:47:29 +01:00
benmcmahon100 da09a7b650 Brought in line with staging and added spoofigator! 2015-10-05 23:42:30 +01:00
benmcmahon100 5b771e18e6 Finished the geolocation waypoint. Ready for QA and copy fixes 2015-10-05 22:46:29 +01:00
benmcmahon100 4e33b355b0 90% complete without QA or refined descriptions/tests 2015-10-03 23:59:54 +01:00
Quincy Larson 69a3729025 restructure challenges and add certificate challenge skeletons 2015-10-01 23:54:20 -07:00
benmcmahon100 1b13ad2601 Added the skeleton for the fourth challenge. Challenge three needs some refinement in the testing system 2015-09-30 23:23:58 +01:00
benmcmahon100 2d6c91b513 Three complete. More to come 2015-09-30 23:01:56 +01:00
benmcmahon100 e2459fa869 Foundation fo AJAX stuff is done. Going to move on to process fetched data and creating a UI generating function for each individual object 2015-09-28 23:24:42 +01:00
Quincy Larson dc54e37df6 move json and ajax challenges to under construction directory 2015-08-13 15:49:38 -07:00
Quincy Larson 3f05565739 use double quotes for all string literals in waypoints 2015-08-13 15:32:40 -07:00
Quincy Larson 4cdd0e20d9 start adding json challenges 2015-08-13 12:55:50 -07:00
Quincy Larson b4f5f1a81e get everything seeding again 2015-08-10 22:17:49 -07:00
Berkeley Martinez 26e69c8621 add type to challenges 2015-08-07 23:37:32 -07:00
Berkeley Martinez f241a362d5 rename top level `title` to name 2015-08-07 18:43:45 -07:00
ahstro e7c8589d08 Everything is horrible 2015-08-08 02:38:16 +02:00
Quincy Larson 629eaa6ef9 restructure curriculum to split jQuery and Ajax into seperate sections 2015-08-06 23:19:05 -07:00