Commit Graph

642 Commits

Author SHA1 Message Date
Eric Leung
fd66a599b2 Merge pull request #8093 from BKinahan/fix/conditional-if-tests
Update Conditional Logic tests and description
2016-04-13 08:49:00 -07:00
Kevin Busse
86115609ee Fixed typo 2016-04-13 15:36:44 +02:00
BKinahan
b2f60a5f8d Update Conditional Logic tests and description 2016-04-13 13:35:46 +00:00
Eric Leung
ff77101980 Merge pull request #8041 from josectello/fix/update_wording_sort_arrays_with_sort
Update wording in "Sort Arrays with Sort" challenge
2016-04-10 19:37:05 -07:00
Jose Tello
dca5b62dfc Update wording in "Sort Arrays with Sort" challenge to prevent confusion due to lack of punctuation. 2016-04-10 19:28:10 -07:00
Quincy Larson
3fac92c439 Merge pull request #8037 from josectello/fix/update_tribute_page_project
Add rules #3 & #4 to Tribute Page Project
2016-04-10 16:26:38 -07:00
Jose Tello
66fbee72c2 Add rules #3 & #4 to Tribute Page to encourage students to not copy the sample project. 2016-04-10 15:10:27 -07:00
Eric Leung
6012fca6f8 Merge pull request #7978 from josectello/fix/advanced_bonfires_wording
Adjusting wording in "Friendly Date Ranges" bonfire
2016-04-09 23:09:16 -07:00
Eric Leung
6003f8eb71 Merge pull request #8009 from josectello/fix/basic_javascript_wording
Capitalize "s" in JavaScript for challenge.
2016-04-09 01:09:35 -07:00
Jose Tello
747be9439a Capitalize "s" in JavaScript for challenge. 2016-04-09 00:30:52 -07:00
Jose Tello
80c3bfe6b7 Adjusting wording in advanced-bonfires.json to clarify differences between test cases for "Friendly Date Ranges" challenge. 2016-04-08 20:42:01 -07:00
DusanSacha
11de01637d Fixed broken link 2016-04-08 16:46:16 +02:00
Eric Leung
0dea23cee4 Merge pull request #7815 from BKinahan/fix/style-override-test
Expand test regexp to verify correct style override
2016-04-07 07:49:13 -07:00
Berkeley Martinez
e85da70d46 Merge pull request #7942 from erictleung/fix/oxymoron-text-in-no-repeats-please
Clarify all characters are unique in No Repeats
2016-04-06 22:44:50 -07:00
Eric Leung
82cc9f99d1 Merge pull request #7948 from josectello/fix/front_end_challenge_wording
Change wording from "italicizing" to "emphasizing".
2016-04-06 20:54:59 -07:00
Jose Tello
d9a4badbc0 Change wording from "italicizing" to "emphasizing". Closes #7939. 2016-04-06 20:14:56 -07:00
Rex Schrader
98efa93c68 Merge pull request #7899 from Saerith/fix/7085
Changed basic-javascript function names to be unique
2016-04-06 12:45:17 -07:00
Eric Leung
480318dba0 Clarify all characters are unique in No Repeats 2016-04-06 12:44:04 -07:00
Akira Laine
6f9b6d7f2b Merge pull request #7917 from erictleung/fix/add-comment-delimiters-for-where-are-thou
Add comment delimiters to Where Art Thou
2016-04-06 19:24:21 +11:00
Quincy Larson
721b91ea81 Merge pull request #7913 from nsgonultas/patch-1
Fixed dead link
2016-04-05 18:10:00 -07:00
Eric Leung
3257724b50 Add comment delimiters to Where Art Thou 2016-04-05 09:05:25 -07:00
Enes Gönültaş
43623f3a7a Fixed dead link 2016-04-05 11:16:48 +03:00
Eric Leung
c512038d98 Clarify Pairwise instructions with table example 2016-04-04 23:43:08 -07:00
Alyssa Ingersoll
bfcdd79467 Changed basic javascript function names to be unique. 2016-04-04 20:02:31 -07:00
Eric Leung
34d362b3e8 Merge pull request #7688 from drk7891/fix/make-functions-unique
Fixed function names to make them unique
2016-04-04 16:10:05 -07:00
drk7891
380dd756b2 Fixed function names to make them unique 2016-04-04 16:10:38 -04:00
Rex Schrader
41ce2d83f8 Merge pull request #7856 from erictleung/fix/usability-on-local-scope-and-functions
Clarify instructions for Local Scope and Functions
2016-04-03 14:11:29 -07:00
Joseph Morse
57e8d4abdf Added Additional Test to Increment a Number
Added an additional test to check that myVar = myVar is not still
present. Tested locally.
2016-04-03 11:52:02 -04:00
Eric Leung
0f5c329051 Simplify temp convert challenge
- Make grammar changes

- Add code tags to numbers

- Add note to calm students about foreign function and return statements

- Add spaces in seed code to align code with indents

- Remove unnecessary code from seed code
2016-04-03 17:41:40 +05:30
Mrugesh Mohapatra
80373da417 Merge pull request #7855 from erictleung/fix/accept-different-returns-in-chain-if-else
Accept >=1 versus >=5 returns in chaining if else
2016-04-03 16:56:43 +05:30
Eric Leung
094a48f0a9 Accept >=1 versus >=5 returns in chaining if else 2016-04-03 04:18:57 -07:00
Vladimir Támara Patiño
1cf851c250 Merge pull request #7796 from erictleung/fix/make-a-person-instructions
Clarify Make a Person instructions & add ES trans
2016-04-03 05:40:22 -05:00
Mrugesh Mohapatra
a9266e8361 Merge pull request #7863 from jnmorse/fix/change_test_for_create_an_ordered_list
Changed Test for Create an Ordered List
2016-04-03 15:34:04 +05:30
Joseph Morse
de8fd001b1 Changed Test for Create an Ordered List
I changed the first two test to check if the items proceeding the lists
have the expected text. This should handle testing if they exist as well
as in the right place.  Also changed the two following test to
implicitly check for 3 list items.
2016-04-02 20:46:54 -04:00
Eric Leung
35e38d61b8 Clarify instructions for Local Scope and Functions
- Add additional instructions on following commented out instructions
- Add hint to refresh page if you encounter issues
- Lint the head script to follow two space indent
- Capitalize words in commented out instructions
2016-04-02 01:33:32 -07:00
Eric Leung
d207c71c81 Clarify instructions for Change Text in jQuery
- Clarify to use .html() versus .text()
- Add test to check use of .html()
2016-04-02 00:43:22 -07:00
Eric Leung
856c60b83d Clarify Make a Person instructions & add ES trans
- Remove use of arity and rewrite with better description
- Change use of "function" to "method" for consistency
- Put methods into blockquote tags
- Update Spanish translation of challenge
2016-04-01 21:31:46 -07:00
Justin Richardsson
dfd2ef7042 Merge pull request #7823 from erictleung/fix/outdated-italicize-method
Change italic method to em in Change Text jQuery
2016-03-31 09:23:29 -04:00
Mrugesh Mohapatra
d806f91fde Merge pull request #7736 from BKinahan/fix/counting-cards-tests
Add test to Counting Cards
2016-03-31 12:55:58 +05:30
Eric Leung
c6c17328fe Change italic method to em in Change Text jQuery
- Change italic example from using i to em tag
- Add spaces in editor for ease of code addition
- Update tests to reflect em tag change
2016-03-30 22:55:57 -07:00
BKinahan
d713843bf9 Expand test regexp to verify correct style override 2016-03-30 17:05:25 +00:00
BKinahan
5622657990 Correct plurality in test message of Nest Many Elements 2016-03-30 14:53:11 +00:00
Mrugesh Mohapatra
66bde410e3 Merge pull request #7780 from geoff616/fix/spinal-tap-tests
add test case to spinal-tap-case
2016-03-30 19:05:03 +05:30
Mrugesh Mohapatra
789fba9750 Merge pull request #7789 from cesardariogarcia/fix/update_https_on_bootstrap_responsive
update resources to https on bootstrap responsive
2016-03-29 21:21:26 +05:30
Vladimir Támara Patiño
4493bab421 Merge pull request #7689 from NaitoKenzo/translation/fr-intermediate-bonfires
Challenges of Intermediate Algorithm Scripting translated into French
2016-03-29 09:44:15 -05:00
Mrugesh Mohapatra
fe8c76c14a Merge pull request #7784 from erictleung/fix/clarify-declare-js-vars
Clarify Declare JS Vars challenge description
2016-03-29 18:48:45 +05:30
Cesar Dario Garcia
ae65a6c136 update resources to https on bootstrap responsive 2016-03-29 02:24:08 -07:00
Eric Leung
4ad03d1223 Clarify Declare JS Vars challenge description
- Update description on what variables are
- Change code tags to dfn tags around the words "data" and "variables"
2016-03-28 21:46:24 -05:00
Andre Alonzo
ae9a37b9d6 updated regex to Add Placeholder Text 2016-03-28 18:48:18 -07:00
Geoffrey Wright
e112601def add test case to spinal-tap-case 2016-03-28 19:15:50 -04:00