Commit Graph

686 Commits

Author SHA1 Message Date
Arsen Melikyan
8fc5467910 Merge pull request #7028 from justinian336/Audit/ES-Translation-of-front-end-development-certificate.json
Audit ES Translation of front-end-development-certificate.json
2016-02-15 20:30:48 +04:00
justinian336
ffb9ab1dc7 Audit ES Translation of json-apis-and-ajax.json 2016-02-15 15:55:37 +00:00
justinian336
ed300be31f Audit ES Translation of front-end-development-certificate.json 2016-02-15 13:34:55 +00:00
Mrugesh Mohapatra
b798c8e214 Fix test for Create a bootstrap row challenge.
This commit fixes the tests to check if the `<div>` with `row` class is
actually nested below the `<h3>` tag.

Tested locally.
2016-02-15 12:45:27 +00:00
Ankit Aggarwal
ec31b20baf Improve grammar of instructions for font-awesome bootstrap challenge 2016-02-15 14:41:18 +05:30
Arsen Melikyan
4fed4e09b5 Merge pull request #7008 from erictleung/fix/clarify-join-method
Clarify join method challenge with better example
2016-02-15 11:47:25 +04:00
Quincy Larson
b085bf0dcc Merge pull request #7014 from pasosdeJesus/fix/ES-update-intermediate-ziplines
Update and verify translation to spanish of intermeditate-ziplines
2016-02-14 20:37:50 -08:00
Vladimir Támara Patiño
dbf7e485c2 Update and verify translation of intermeditate-bonfires
Closes #6503
2016-02-14 22:12:03 -05:00
Logan Tegman
4300d0e060 Merge pull request #6928 from erictleung/fix/format-palindromes-challenge
Add more formatting & emphasize palindrome details
2016-02-14 13:38:27 -08:00
Logan Tegman
4ccf76bd76 Merge pull request #6925 from erictleung/fix/further-clarify-dot-operator
Clarify instructions on saving object properties
2016-02-14 13:32:26 -08:00
Eric Leung
5916809dd9 Clarify join method challenge with better example 2016-02-14 12:18:20 -08:00
Eric Leung
f117f07a71 Add more formatting & emphasize palindrome details
- Put `true` and `false` in code tags
- Put `palindrome` in definition tags
- Add "Note" to further emphasize you'll need to remove all non-alphanumeric
  characters
- Put various forms of "race car" in code tags
2016-02-14 11:23:27 -08:00
Logan Tegman
a4ccbe7cf0 Merge pull request #6811 from pasosdeJesus/fix/ES-update-advanced-bonfires
Verified and updated translation to spanish of advanced-bonfires.
2016-02-13 21:25:19 -08:00
Logan Tegman
99ea090998 Merge pull request #6976 from venky18/patch-3
Updated the regex
2016-02-13 21:10:14 -08:00
Justin Richardsson
262566bab4 Merge pull request #6979 from QuincyLarson/fix/update-about
Add academic honesty page and improve about view
2016-02-13 22:25:42 -05:00
Quincy Larson
3110aed946 Remove references to APIs from basic front end projects. Closes #6971 2016-02-13 16:31:23 -08:00
Venketesh Mahapatra
34077ccd68 Updated the regex
updated the rgex  because "Target the Parent of an Element Using jQuery"  challenge was not accepting valid jquery
closes #6955
2016-02-14 02:53:58 +05:30
Ankit Aggarwal
f6196b0c7d Improve test cases of Record Collection challenge 2016-02-12 19:15:28 +05:30
Akira Laine
fd09d79df2 Merge pull request #6911 from jamigibbs/fix/friendly-date-parameter
Updating name to accurately describe parameter data type
2016-02-12 17:20:54 +11:00
Quincy Larson
9e85cd3937 Merge pull request #6864 from ankitaggarwal011/fix/update-instructions-tests-of-challenge
Update instructions and tests of change font-size challenge
2016-02-11 21:15:21 -08:00
Quincy Larson
c8016d2349 Resequence front end projects and add Tribute Page project 2016-02-11 20:46:00 -08:00
Quincy Larson
c626e81d00 make the "get set for" challenges optional 2016-02-11 20:46:00 -08:00
Quincy Larson
77a74fe8dd update gear-up-for-success challenges with new social media outlets, no camper news 2016-02-11 20:46:00 -08:00
Eric Leung
7f8c10b602 Clarify instructions on saving object properties 2016-02-11 19:12:33 -08:00
Jami Gibbs
2325fbb023 Updating name to accurately describe parameter data type 2016-02-11 15:09:23 -06:00
Logan Tegman
3f79bd311e Merge pull request #6888 from raisedadead/fix/filter-arrays-with-filter
Fix the instructions in the Filter Array Challenge
2016-02-11 11:38:15 -08:00
Mrugesh Mohapatra
6154fa8e1e Fix the instructions in the Filter Array Challenge
This commit fixes the instruction text as discussed in the
issue thread.

Tested locally.
2016-02-11 11:48:52 +00:00
Ankit Aggarwal
9a346113c9 Update instructions and tests of change font-size challenge 2016-02-11 10:15:39 +05:30
Rex Schrader
858546e3ec Migrate invalid Challenge IDs 2016-02-10 15:18:48 -08:00
Quincy Larson
812b50ebe1 Merge pull request #6803 from MatheusGodinho/add/PT-translation-json0apis-and-ajax
Challenges of Json APIS and Ajax translated.
2016-02-09 20:48:44 -08:00
Quincy Larson
df32d1e96e Merge pull request #6822 from pasosdeJesus/fix/ES-update-basic-bonfires
Verify and update translation to spanish of basic-bonfires
2016-02-09 20:47:02 -08:00
Alister N. Mada
b5e8f84dae Fix test for Iterate Through An Array With For Loop 2016-02-10 06:29:11 +07:00
Mrugesh Mohapatra
f575222ac6 Fix text of the challenge with better wording
This commit changes the into text of the challenge with better wording,
as discussed in the issue thread.

Tested locally.
2016-02-09 23:56:19 +05:30
Rex Schrader
d218346ed1 Merge pull request #6843 from erictleung/fix/clarify-symmetric-difference
Clarify symmetric difference definition + examples
2016-02-09 09:12:27 -08:00
Eric Leung
2aebcab273 Clarify symmetric difference definition + examples
- Make definition of symmetric difference more precise
- Add in set examples in description to facilitate learning of the
  concept
- Put "symmetric difference" in `<dfn>` tags
2016-02-08 22:56:41 -08:00
Eric Leung
fe7e7c27be Clarify diff two arrays instructions
- Clarify you want items that are in one but not both arrays
- Add "symmetric difference" terminology for those familiar with it
2016-02-08 21:22:37 -08:00
Vladimir Támara Patiño
7b1cb3202c Update translation to spanish of basic-bonfires
Closes #6495
Thanks for corrections to @justinian336 and @Narshe1412
2016-02-08 20:44:41 -05:00
Vladimir Támara Patiño
cedc6ff1cb Verified and updated translation to spanish of advanced-bonfires.
Closes #6494
Thanks for corrections to @justinian336
2016-02-07 12:32:14 -05:00
MatheusGodinho
661ab041c5 Challenges of Json APIS and Ajax translated. Closes #6717 2016-02-07 11:07:52 -02:00
Eric Leung
abaeda0272 Clarify characters are each unique in permutation 2016-02-07 00:00:39 -08:00
Rex Schrader
1d624e4ed0 Merge pull request #6785 from joshuahenson/fix/clarify-nest-one-array
Clarify "Nest one Array..." challenge to include multiple arrays
2016-02-06 18:53:59 -08:00
BKinahan
01f5945e0f Fix spelling of 'inputed'
Changed spelling of 'inputed' for 'Add Placeholder Text to a Text Field' to 'input.'
Closes #6787
2016-02-06 22:31:28 +00:00
Joshua Henson
4def4278ef Clarify "Nest one Array..." challenge to include multiple arrays 2016-02-06 11:27:54 -08:00
Rex Schrader
1646e4aa01 Merge pull request #6750 from erictleung/fix/move-challenge-titles-in-json-files
Move challenge title attribute/value pair + update
2016-02-05 21:26:32 -08:00
Eric Leung
6ae937951c Move challenge title attribute/value pair + update
- Move title attribute/value pair for each challenge in Basic Algorithm
  Scripting to between the id and description attributes for consistency among
  the other challenge JSON files
- Add space in the editor for Caesar's Cipher for alignment with the `return`
  statement
- Add code tags around `arr[i]` in Return Largest Numbers in Arrays challenge
- Add code tags around `n` in Repeat a string repeat a string
- Capitalize JavaScript in Falsy Bouncer
- Change `n` to `num` for Repeat a string repeat a string challenge
2016-02-05 21:14:20 -08:00
Rex Schrader
bf2c944b87 Merge pull request #6729 from alistermada/fix/test-for-loop-challenge-too-strict
Fix test for Iterate Through an Array with a For Loop
2016-02-05 20:35:57 -08:00
Rex Schrader
322c26ea9c Merge pull request #6749 from justinian336/Update/ES-translation-basic-bonfires
Add translation for new challenge
2016-02-05 20:30:16 -08:00
justinian336
e440ded7ac Add translation for new challenge 2016-02-05 07:24:30 +00:00
Eric Leung
241c5c2396 Add more tests to Slasher Flick and fix formatting
- Added two more tests that involve a mix of strings and numbers
- Put `n` in code tags
- Add missing period in second sentence
2016-02-04 23:23:00 -08:00
Alister N. Mada
ed66e1c060 Make Iterate Through Array for loop test less strict 2016-02-05 14:21:49 +07:00