From 56f73b319c30c9cbebb83884640feef8d0cfef88 Mon Sep 17 00:00:00 2001 From: glmvc Date: Sat, 14 May 2022 21:16:48 +0200 Subject: [PATCH 1/5] Make "Assessment or further help" sections consistent --- .../css/building_blocks/a_cool_looking_box/index.md | 4 ++-- .../css/building_blocks/box_model_tasks/index.md | 10 +++++----- .../learn/css/building_blocks/cascade_tasks/index.md | 10 +++++----- .../creating_fancy_letterheaded_paper/index.md | 4 ++-- .../fundamental_css_comprehension/index.md | 4 ++-- .../learn/css/building_blocks/images_tasks/index.md | 10 +++++----- .../css/building_blocks/overflow_tasks/index.md | 10 +++++----- .../selectors/selectors_tasks/index.md | 12 +++++------- .../learn/css/building_blocks/sizing_tasks/index.md | 8 ++++---- .../learn/css/building_blocks/tables_tasks/index.md | 8 ++++---- .../index.md | 10 +++++----- .../learn/css/building_blocks/values_tasks/index.md | 8 ++++---- .../css/building_blocks/writing_modes_tasks/index.md | 8 ++++---- .../learn/css/css_layout/flexbox_skills/index.md | 8 ++++---- .../learn/css/css_layout/floats_skills/index.md | 10 +++++----- .../fundamental_layout_comprehension/index.md | 12 ++++++------ .../en-us/learn/css/css_layout/grid_skills/index.md | 8 ++++---- .../learn/css/css_layout/multicol_skills/index.md | 8 ++++---- .../learn/css/css_layout/position_skills/index.md | 8 ++++---- files/en-us/learn/css/css_layout/rwd_skills/index.md | 8 +++----- .../first_steps/styling_a_biography_page/index.md | 4 ++-- .../css/styling_text/typesetting_a_homepage/index.md | 4 ++-- .../marking_up_a_letter/index.md | 4 ++-- .../structuring_a_page_of_content/index.md | 4 ++-- .../index.md | 6 +++--- .../index.md | 6 +++--- .../test_your_skills_colon__links/index.md | 6 +++--- .../test_your_skills_colon__html_images/index.md | 6 +++--- .../mozilla_splash_page/index.md | 7 +++---- .../index.md | 6 +++--- .../html/tables/structuring_planet_data/index.md | 4 ++-- 31 files changed, 110 insertions(+), 115 deletions(-) diff --git a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md index 4acb171cfc85d15..ec3358423b744e2 100644 --- a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md +++ b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md @@ -81,13 +81,13 @@ The following screenshot shows an example of what the finished design could look ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for A cool-looking box". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/box_model_tasks/index.md b/files/en-us/learn/css/building_blocks/box_model_tasks/index.md index 88d45bcebf22309..c68fd8ae243c652 100644 --- a/files/en-us/learn/css/building_blocks/box_model_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/box_model_tasks/index.md @@ -64,14 +64,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Box Model skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want to be assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/cascade_tasks/index.md b/files/en-us/learn/css/building_blocks/cascade_tasks/index.md index a5ac5e5419fbca2..054a741fc7590ab 100644 --- a/files/en-us/learn/css/building_blocks/cascade_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/cascade_tasks/index.md @@ -29,14 +29,14 @@ In the example below see if you can match the image above. ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Cascade skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want to be assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md b/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md index 20405db940f1a48..6af61f6be359991 100644 --- a/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md +++ b/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md @@ -86,13 +86,13 @@ The following screenshot shows an example of what the finished design could look ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Creating fancy letterheaded paper". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md b/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md index 93eef0ec3b73942..9b3796e601ebb9c 100644 --- a/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md +++ b/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md @@ -99,13 +99,13 @@ The following screenshot shows an example of what the finished design should loo ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Fundamental CSS comprehension". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/images_tasks/index.md b/files/en-us/learn/css/building_blocks/images_tasks/index.md index fcc8e213494d4d0..946871b10650ce7 100644 --- a/files/en-us/learn/css/building_blocks/images_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/images_tasks/index.md @@ -48,14 +48,14 @@ Try updating the live code below to recreate the example as displayed in the ima ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Images skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want to be assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/overflow_tasks/index.md b/files/en-us/learn/css/building_blocks/overflow_tasks/index.md index 993438deb2aafa4..0b71a0efbfe4196 100644 --- a/files/en-us/learn/css/building_blocks/overflow_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/overflow_tasks/index.md @@ -43,14 +43,14 @@ Try updating the live code below to recreate the example as displayed in the ima ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Overflow skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want to be assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md b/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md index 3aa5416a70279fd..1cd2461efd25af3 100644 --- a/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md @@ -105,16 +105,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Selectors skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want to be assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. - -3. You Can find all the answers in [CodePen Collection](https://codepen.io/collection/DxBgky?grid_type=grid) diff --git a/files/en-us/learn/css/building_blocks/sizing_tasks/index.md b/files/en-us/learn/css/building_blocks/sizing_tasks/index.md index 05c55a6be5ed30d..dd03ddaa6cbc965 100644 --- a/files/en-us/learn/css/building_blocks/sizing_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/sizing_tasks/index.md @@ -60,14 +60,14 @@ Try updating the live code below to recreate the example as displayed in the ima ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for sizing skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/tables_tasks/index.md b/files/en-us/learn/css/building_blocks/tables_tasks/index.md index 867d5d5e6d79d64..d96efb0b274e073 100644 --- a/files/en-us/learn/css/building_blocks/tables_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/tables_tasks/index.md @@ -35,14 +35,14 @@ Our finished table will look like the image below. There are a number of ways th ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for tables skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md b/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md index acd8c540f6a9885..843440816d8c600 100644 --- a/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md +++ b/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md @@ -59,12 +59,12 @@ Try updating the live code below to recreate the finished example: You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. -2. Write a post asking for assessment and/or help at the [MDN Discourse forum](https://discourse.mozilla.org/c/mdn/236). Add the "learning" tag to your post so we are able to more easily find it. Your post should include: +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. +2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Flexbox layout 1 skill test". - - Details of what you would like us to do — for example what you have already tried, if you are stuck and need help. - - A link to the example you want assessed or need help with, in an online editor. This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/values_tasks/index.md b/files/en-us/learn/css/building_blocks/values_tasks/index.md index 732dc36bf76f9a6..b6828e04b3c4149 100644 --- a/files/en-us/learn/css/building_blocks/values_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/values_tasks/index.md @@ -69,14 +69,14 @@ Try updating the live code below to recreate the example as displayed in the ima ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for values and units skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md b/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md index c4f6120cfed2d05..65fb071f1240dc1 100644 --- a/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md @@ -57,14 +57,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Writing Modes skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/flexbox_skills/index.md b/files/en-us/learn/css/css_layout/flexbox_skills/index.md index 9c1d64849b90760..de02eeae76e07c2 100644 --- a/files/en-us/learn/css/css_layout/flexbox_skills/index.md +++ b/files/en-us/learn/css/css_layout/flexbox_skills/index.md @@ -78,14 +78,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Flexbox layout 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/floats_skills/index.md b/files/en-us/learn/css/css_layout/floats_skills/index.md index 0969c9780f1bfd1..980213f47fe6bb4 100644 --- a/files/en-us/learn/css/css_layout/floats_skills/index.md +++ b/files/en-us/learn/css/css_layout/floats_skills/index.md @@ -61,14 +61,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the interactive editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Float skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in [step 1](#learn_sidebar) above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md b/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md index 7f8431c606edb0f..65d6e260dc041af 100644 --- a/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md +++ b/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md @@ -79,15 +79,15 @@ The following screenshot shows an example of what the finished layout for the de ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). -2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn.250). Your post should include: +2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - - A descriptive title such as "Assessment wanted for Fundamental layout comprehension". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. - - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - - A link to the actual task or assessment page, so we can find the question you want help with. + - A descriptive title such as "Assessment wanted for Fundamental layout comprehension". + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. + - A link to the actual task or assessment page, so we can find the question you want help with. {{PreviousMenu("Learn/CSS/CSS_layout/Supporting_Older_Browsers", "Learn/CSS/CSS_layout")}} diff --git a/files/en-us/learn/css/css_layout/grid_skills/index.md b/files/en-us/learn/css/css_layout/grid_skills/index.md index 40658d17b265faa..a9471f40b78844c 100644 --- a/files/en-us/learn/css/css_layout/grid_skills/index.md +++ b/files/en-us/learn/css/css_layout/grid_skills/index.md @@ -77,14 +77,14 @@ Try updating the code below to create your example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you'd like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Grid layout 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/multicol_skills/index.md b/files/en-us/learn/css/css_layout/multicol_skills/index.md index e899d87f478791a..c782c2e97afba4d 100644 --- a/files/en-us/learn/css/css_layout/multicol_skills/index.md +++ b/files/en-us/learn/css/css_layout/multicol_skills/index.md @@ -60,14 +60,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Multicol skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/position_skills/index.md b/files/en-us/learn/css/css_layout/position_skills/index.md index 889704c525ff4bf..11e5ebda223bfa3 100644 --- a/files/en-us/learn/css/css_layout/position_skills/index.md +++ b/files/en-us/learn/css/css_layout/position_skills/index.md @@ -46,14 +46,14 @@ Try updating the live code below to recreate the finished example: ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Position skill test 1". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/rwd_skills/index.md b/files/en-us/learn/css/css_layout/rwd_skills/index.md index 481f3c5a0597dbf..9cda04494666083 100644 --- a/files/en-us/learn/css/css_layout/rwd_skills/index.md +++ b/files/en-us/learn/css/css_layout/rwd_skills/index.md @@ -26,14 +26,12 @@ There are a number of ways that you could create the desktop layout, enjoy exper ## Assessment or further help -You can practice these examples in the Interactive Editors mentioned above. +If you would like your work assessed or are stuck and want to ask for help: -If you would like your work assessed, or are stuck and want to ask for help: - -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Responsive Web Design assessment". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md b/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md index a2fa85bc30930b3..64d00bff0508c73 100644 --- a/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md +++ b/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md @@ -77,13 +77,13 @@ You should end up with something like this image. ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Styling a biography page". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md b/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md index d21748116827bba..c7f6a87b893fc3a 100644 --- a/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md +++ b/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md @@ -93,13 +93,13 @@ The following screenshot shows an example of what the finished design could look ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Typesetting a community school homepage". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md b/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md index 92fe49e926102d3..b83ca2fd6e67a84 100644 --- a/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md +++ b/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md @@ -98,13 +98,13 @@ The following screenshot shows an example of what the letter might look like aft ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Marking up a letter". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md b/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md index 44e75b87977b45e..4866f8e079e9408 100644 --- a/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md +++ b/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md @@ -89,13 +89,13 @@ The following screenshot shows an example of what the homepage might look like a ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Structuring a page of content". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md index 4a77b3c3632f83a..8ecdcd788f0c1ae 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md @@ -49,12 +49,12 @@ Try updating the live code below to recreate the finished example: You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Advanced HTML text 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md index fadd726b90cbde5..7e3779105f62639 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md @@ -54,12 +54,12 @@ Try updating the live code below to create the finished example: You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML text basics 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md index 872b7e649fde0ad..4b86e6e166c3770 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md @@ -75,12 +75,12 @@ Try updating the live code below to recreate the finished example: You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Links 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md index e9bbde06b501d04..974254692f84f97 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md @@ -61,12 +61,12 @@ Try updating the live code below to recreate the finished example: You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML image basics 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md b/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md index f082c9b718d948a..7cdcb8d2aed3caf 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md @@ -111,14 +111,13 @@ The following screenshots show what the splash page should look like after being ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). Glitch is probably better for this example, as it allows you upload assets like images, whereas some of the other tools don't. -2. Write a post asking for assessment and/or help at the [MDN Discourse forum "Learning" category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: +2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Mozilla splash page". - - Details of what you have already tried, and what you would like us to do. - For example, if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md b/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md index 239cc5bfd1ca7a5..03376fc6d98de33 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md @@ -74,12 +74,12 @@ Try updating the live code below to recreate the finished example: You can practice these examples in the Interactive Editors above. -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: -1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself, or use the starting point files linked to in the above sections. +1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). You can write the code yourself or use the starting point files linked to in the above sections. 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML image basics 1 skill test". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/tables/structuring_planet_data/index.md b/files/en-us/learn/html/tables/structuring_planet_data/index.md index e173d0ab1be1a85..a2361ed0e4b2acd 100644 --- a/files/en-us/learn/html/tables/structuring_planet_data/index.md +++ b/files/en-us/learn/html/tables/structuring_planet_data/index.md @@ -69,13 +69,13 @@ You can also [see the example live here](https://mdn.github.io/learning-area/htm ## Assessment or further help -If you would like your work assessed, or are stuck and want to ask for help: +If you would like your work assessed or are stuck and want to ask for help: 1. Put your work into an online shareable editor such as [CodePen](https://codepen.io/), [jsFiddle](https://jsfiddle.net/), or [Glitch](https://glitch.com/). 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Structuring planet data". - - Details of what you have already tried, and what you would like us to do, e.g. if you are stuck and need help, or want an assessment. + - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. From d76dc7b84bc6745ab12647a30a42047fc599e4dd Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Tue, 7 Jun 2022 11:19:38 -0700 Subject: [PATCH 2/5] Update files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md --- .../en-us/learn/css/building_blocks/a_cool_looking_box/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md index ec3358423b744e2..5bef7e182957364 100644 --- a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md +++ b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md @@ -87,7 +87,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for A cool-looking box". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do, e.g. if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. From 998726b099f268026b1d2b2ee4e0f11b0e097164 Mon Sep 17 00:00:00 2001 From: ivan <95487764+glmvc@users.noreply.github.com> Date: Tue, 14 Jun 2022 21:17:27 +0200 Subject: [PATCH 3/5] Apply suggestions from code review Co-authored-by: Estelle Weyl --- .../html/introduction_to_html/marking_up_a_letter/index.md | 2 +- .../introduction_to_html/structuring_a_page_of_content/index.md | 2 +- .../test_your_skills_colon__advanced_html_text/index.md | 2 +- .../test_your_skills_colon__html_text_basics/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md b/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md index b83ca2fd6e67a84..6f62522b184b70a 100644 --- a/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md +++ b/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md @@ -104,7 +104,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Marking up a letter". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md b/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md index 4866f8e079e9408..3c2b1340c1fee28 100644 --- a/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md +++ b/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md @@ -95,7 +95,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Structuring a page of content". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md index 9fb7a89e9af1ac1..48e2d59d96cb60c 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md @@ -55,6 +55,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for advanced HTML text skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md index 9153a3d7f4bb55c..a77bfa0fb168b06 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md @@ -62,6 +62,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML text basics skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. From 1ab8b48e59d5a1a82d93e4c0f272208220e8bcfc Mon Sep 17 00:00:00 2001 From: glmvc Date: Tue, 14 Jun 2022 21:46:32 +0200 Subject: [PATCH 4/5] apply remaining suggestions from code review --- .../en-us/learn/css/building_blocks/a_cool_looking_box/index.md | 2 +- files/en-us/learn/css/building_blocks/box_model_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/cascade_tasks/index.md | 2 +- .../building_blocks/creating_fancy_letterheaded_paper/index.md | 2 +- .../css/building_blocks/fundamental_css_comprehension/index.md | 2 +- files/en-us/learn/css/building_blocks/images_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/overflow_tasks/index.md | 2 +- .../css/building_blocks/selectors/selectors_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/sizing_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/tables_tasks/index.md | 2 +- .../test_your_skills_backgrounds_and_borders/index.md | 2 +- files/en-us/learn/css/building_blocks/values_tasks/index.md | 2 +- .../learn/css/building_blocks/writing_modes_tasks/index.md | 2 +- files/en-us/learn/css/css_layout/flexbox_skills/index.md | 2 +- files/en-us/learn/css/css_layout/floats_skills/index.md | 2 +- .../css/css_layout/fundamental_layout_comprehension/index.md | 2 +- files/en-us/learn/css/css_layout/grid_skills/index.md | 2 +- files/en-us/learn/css/css_layout/multicol_skills/index.md | 2 +- files/en-us/learn/css/css_layout/position_skills/index.md | 2 +- files/en-us/learn/css/css_layout/rwd_skills/index.md | 2 +- .../learn/css/first_steps/styling_a_biography_page/index.md | 2 +- .../learn/css/styling_text/typesetting_a_homepage/index.md | 2 +- .../introduction_to_html/test_your_skills_colon__links/index.md | 2 +- .../images_in_html/test_your_skills_colon__html_images/index.md | 2 +- .../html/multimedia_and_embedding/mozilla_splash_page/index.md | 2 +- .../test_your_skills_colon__multimedia_and_embedding/index.md | 2 +- files/en-us/learn/html/tables/structuring_planet_data/index.md | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md index f4d5b45272060af..dc223e5c6e2431f 100644 --- a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md +++ b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md @@ -88,7 +88,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for A cool-looking box". - - Details of what you have already tried and what you would like us to do, e.g. if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/box_model_tasks/index.md b/files/en-us/learn/css/building_blocks/box_model_tasks/index.md index c8b5a0315209932..9941c754bfaf421 100644 --- a/files/en-us/learn/css/building_blocks/box_model_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/box_model_tasks/index.md @@ -81,6 +81,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for the box model skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/cascade_tasks/index.md b/files/en-us/learn/css/building_blocks/cascade_tasks/index.md index 667fcfc6cbfee4d..e9ea82e0e60100a 100644 --- a/files/en-us/learn/css/building_blocks/cascade_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/cascade_tasks/index.md @@ -42,6 +42,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for the cascade skill test". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md b/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md index 6af61f6be359991..b2f741e3f179cba 100644 --- a/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md +++ b/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md @@ -92,7 +92,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Creating fancy letterheaded paper". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md b/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md index 9b3796e601ebb9c..6f933f500c9475e 100644 --- a/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md +++ b/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md @@ -105,7 +105,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Fundamental CSS comprehension". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/images_tasks/index.md b/files/en-us/learn/css/building_blocks/images_tasks/index.md index 45a6dffbb242213..bc581e44669bccd 100644 --- a/files/en-us/learn/css/building_blocks/images_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/images_tasks/index.md @@ -64,6 +64,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for images and form elements skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/overflow_tasks/index.md b/files/en-us/learn/css/building_blocks/overflow_tasks/index.md index 5de8171f86eef20..40617c349f0b604 100644 --- a/files/en-us/learn/css/building_blocks/overflow_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/overflow_tasks/index.md @@ -56,6 +56,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for overflow skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md b/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md index fb6d8e58eff501d..39e46c8d75a8df8 100644 --- a/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md @@ -126,6 +126,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for selectors skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/sizing_tasks/index.md b/files/en-us/learn/css/building_blocks/sizing_tasks/index.md index 1f313c6998c4adc..10e28aee22a9470 100644 --- a/files/en-us/learn/css/building_blocks/sizing_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/sizing_tasks/index.md @@ -74,6 +74,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for sizing skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/tables_tasks/index.md b/files/en-us/learn/css/building_blocks/tables_tasks/index.md index 7823c7017e59809..6a2580a8f4b6f4d 100644 --- a/files/en-us/learn/css/building_blocks/tables_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/tables_tasks/index.md @@ -53,6 +53,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for the tables skill test". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md b/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md index 285ba8e96746517..4eed5d43f17ffef 100644 --- a/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md +++ b/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md @@ -67,6 +67,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for backgrounds and borders skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/values_tasks/index.md b/files/en-us/learn/css/building_blocks/values_tasks/index.md index 274d9533eecbb23..69fed2bc899cac9 100644 --- a/files/en-us/learn/css/building_blocks/values_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/values_tasks/index.md @@ -84,6 +84,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for values and units skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md b/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md index 63d3b10111405cb..6907a72513a4735 100644 --- a/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md @@ -75,6 +75,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for writing modes and logical properties skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/flexbox_skills/index.md b/files/en-us/learn/css/css_layout/flexbox_skills/index.md index 4a884cd32d659af..79f71b984ba019f 100644 --- a/files/en-us/learn/css/css_layout/flexbox_skills/index.md +++ b/files/en-us/learn/css/css_layout/flexbox_skills/index.md @@ -93,6 +93,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for flexbox skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/floats_skills/index.md b/files/en-us/learn/css/css_layout/floats_skills/index.md index abbbbf77a0ce887..916d3e3a118f1eb 100644 --- a/files/en-us/learn/css/css_layout/floats_skills/index.md +++ b/files/en-us/learn/css/css_layout/floats_skills/index.md @@ -71,6 +71,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for floats skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md b/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md index 65d6e260dc041af..11a58dc60d121ce 100644 --- a/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md +++ b/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md @@ -85,7 +85,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Fundamental layout comprehension". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/grid_skills/index.md b/files/en-us/learn/css/css_layout/grid_skills/index.md index 67241da998e78d0..5072c00bd1ce5bf 100644 --- a/files/en-us/learn/css/css_layout/grid_skills/index.md +++ b/files/en-us/learn/css/css_layout/grid_skills/index.md @@ -89,6 +89,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for grid skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/multicol_skills/index.md b/files/en-us/learn/css/css_layout/multicol_skills/index.md index 8edad602d504ce0..39c8e66ad53ac24 100644 --- a/files/en-us/learn/css/css_layout/multicol_skills/index.md +++ b/files/en-us/learn/css/css_layout/multicol_skills/index.md @@ -74,6 +74,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for multicol skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/position_skills/index.md b/files/en-us/learn/css/css_layout/position_skills/index.md index 62be6d853c5992b..305c160022efd0e 100644 --- a/files/en-us/learn/css/css_layout/position_skills/index.md +++ b/files/en-us/learn/css/css_layout/position_skills/index.md @@ -61,6 +61,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for positioning skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/rwd_skills/index.md b/files/en-us/learn/css/css_layout/rwd_skills/index.md index 6133b7d64be2f60..3c9c039fe644342 100644 --- a/files/en-us/learn/css/css_layout/rwd_skills/index.md +++ b/files/en-us/learn/css/css_layout/rwd_skills/index.md @@ -35,6 +35,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for responsive web design and media queries skill test". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md b/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md index 64d00bff0508c73..6f707528b9ff9e7 100644 --- a/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md +++ b/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md @@ -83,7 +83,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Styling a biography page". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md b/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md index c7f6a87b893fc3a..7d71d3d0e1caa83 100644 --- a/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md +++ b/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md @@ -99,7 +99,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Typesetting a community school homepage". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md index 9bc3ae6121131ed..3529e4b01cafc44 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md @@ -81,6 +81,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for links skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md index 3ab1900f71b33c8..79f207fee144905 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md @@ -67,6 +67,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML images skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md b/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md index 7cdcb8d2aed3caf..4aef80b82b6c5d4 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md @@ -117,7 +117,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Mozilla splash page". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md b/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md index e70f0697c7e94c6..df60bc3379f1023 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md @@ -80,6 +80,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for multimedia and embedding skill test 1". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/tables/structuring_planet_data/index.md b/files/en-us/learn/html/tables/structuring_planet_data/index.md index a2361ed0e4b2acd..631e23514b3facf 100644 --- a/files/en-us/learn/html/tables/structuring_planet_data/index.md +++ b/files/en-us/learn/html/tables/structuring_planet_data/index.md @@ -75,7 +75,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Structuring planet data". - - Details of what you have already tried and what you would like us to do if you're stuck and need help or want an assessment. + - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. From 2f49ec15bdc4f813f3cb9aaba5f9d90ae101875d Mon Sep 17 00:00:00 2001 From: glmvc Date: Wed, 29 Jun 2022 20:04:05 +0200 Subject: [PATCH 5/5] adapt sentences according to suggestion --- .../en-us/learn/css/building_blocks/a_cool_looking_box/index.md | 2 +- files/en-us/learn/css/building_blocks/box_model_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/cascade_tasks/index.md | 2 +- .../building_blocks/creating_fancy_letterheaded_paper/index.md | 2 +- .../css/building_blocks/fundamental_css_comprehension/index.md | 2 +- files/en-us/learn/css/building_blocks/images_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/overflow_tasks/index.md | 2 +- .../css/building_blocks/selectors/selectors_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/sizing_tasks/index.md | 2 +- files/en-us/learn/css/building_blocks/tables_tasks/index.md | 2 +- .../test_your_skills_backgrounds_and_borders/index.md | 2 +- files/en-us/learn/css/building_blocks/values_tasks/index.md | 2 +- .../learn/css/building_blocks/writing_modes_tasks/index.md | 2 +- files/en-us/learn/css/css_layout/flexbox_skills/index.md | 2 +- files/en-us/learn/css/css_layout/floats_skills/index.md | 2 +- .../css/css_layout/fundamental_layout_comprehension/index.md | 2 +- files/en-us/learn/css/css_layout/grid_skills/index.md | 2 +- files/en-us/learn/css/css_layout/multicol_skills/index.md | 2 +- files/en-us/learn/css/css_layout/position_skills/index.md | 2 +- files/en-us/learn/css/css_layout/rwd_skills/index.md | 2 +- .../learn/css/first_steps/styling_a_biography_page/index.md | 2 +- .../learn/css/styling_text/typesetting_a_homepage/index.md | 2 +- .../html/introduction_to_html/marking_up_a_letter/index.md | 2 +- .../introduction_to_html/structuring_a_page_of_content/index.md | 2 +- .../test_your_skills_colon__advanced_html_text/index.md | 2 +- .../test_your_skills_colon__html_text_basics/index.md | 2 +- .../introduction_to_html/test_your_skills_colon__links/index.md | 2 +- .../images_in_html/test_your_skills_colon__html_images/index.md | 2 +- .../html/multimedia_and_embedding/mozilla_splash_page/index.md | 2 +- .../test_your_skills_colon__multimedia_and_embedding/index.md | 2 +- files/en-us/learn/html/tables/structuring_planet_data/index.md | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md index dc223e5c6e2431f..dd01892c1072aab 100644 --- a/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md +++ b/files/en-us/learn/css/building_blocks/a_cool_looking_box/index.md @@ -88,7 +88,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for A cool-looking box". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/box_model_tasks/index.md b/files/en-us/learn/css/building_blocks/box_model_tasks/index.md index 9941c754bfaf421..b3ec9f81a7bb904 100644 --- a/files/en-us/learn/css/building_blocks/box_model_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/box_model_tasks/index.md @@ -81,6 +81,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for the box model skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/cascade_tasks/index.md b/files/en-us/learn/css/building_blocks/cascade_tasks/index.md index e9ea82e0e60100a..5f9348523cef27b 100644 --- a/files/en-us/learn/css/building_blocks/cascade_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/cascade_tasks/index.md @@ -42,6 +42,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for the cascade skill test". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md b/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md index b2f741e3f179cba..6c804949c557f43 100644 --- a/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md +++ b/files/en-us/learn/css/building_blocks/creating_fancy_letterheaded_paper/index.md @@ -92,7 +92,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Creating fancy letterheaded paper". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md b/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md index 6f933f500c9475e..4e8b8e623727f44 100644 --- a/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md +++ b/files/en-us/learn/css/building_blocks/fundamental_css_comprehension/index.md @@ -105,7 +105,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Fundamental CSS comprehension". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/images_tasks/index.md b/files/en-us/learn/css/building_blocks/images_tasks/index.md index bc581e44669bccd..583e9dc7bccbf19 100644 --- a/files/en-us/learn/css/building_blocks/images_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/images_tasks/index.md @@ -64,6 +64,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for images and form elements skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/overflow_tasks/index.md b/files/en-us/learn/css/building_blocks/overflow_tasks/index.md index 40617c349f0b604..dc67efe6ab849ea 100644 --- a/files/en-us/learn/css/building_blocks/overflow_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/overflow_tasks/index.md @@ -56,6 +56,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for overflow skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md b/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md index 39e46c8d75a8df8..a1752076a5d9218 100644 --- a/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/selectors/selectors_tasks/index.md @@ -126,6 +126,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for selectors skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/sizing_tasks/index.md b/files/en-us/learn/css/building_blocks/sizing_tasks/index.md index 10e28aee22a9470..b99fd9cdb7673b5 100644 --- a/files/en-us/learn/css/building_blocks/sizing_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/sizing_tasks/index.md @@ -74,6 +74,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for sizing skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/tables_tasks/index.md b/files/en-us/learn/css/building_blocks/tables_tasks/index.md index 6a2580a8f4b6f4d..6365f7dc942b0be 100644 --- a/files/en-us/learn/css/building_blocks/tables_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/tables_tasks/index.md @@ -53,6 +53,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for the tables skill test". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md b/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md index 4eed5d43f17ffef..3469af5a9cc3537 100644 --- a/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md +++ b/files/en-us/learn/css/building_blocks/test_your_skills_backgrounds_and_borders/index.md @@ -67,6 +67,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for backgrounds and borders skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/values_tasks/index.md b/files/en-us/learn/css/building_blocks/values_tasks/index.md index 69fed2bc899cac9..2c5d3989e6abe95 100644 --- a/files/en-us/learn/css/building_blocks/values_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/values_tasks/index.md @@ -84,6 +84,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for values and units skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md b/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md index 6907a72513a4735..7b38b4af4faff59 100644 --- a/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md +++ b/files/en-us/learn/css/building_blocks/writing_modes_tasks/index.md @@ -75,6 +75,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for writing modes and logical properties skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/flexbox_skills/index.md b/files/en-us/learn/css/css_layout/flexbox_skills/index.md index 79f71b984ba019f..fc08ee8340a4726 100644 --- a/files/en-us/learn/css/css_layout/flexbox_skills/index.md +++ b/files/en-us/learn/css/css_layout/flexbox_skills/index.md @@ -93,6 +93,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for flexbox skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/floats_skills/index.md b/files/en-us/learn/css/css_layout/floats_skills/index.md index 916d3e3a118f1eb..7125302d3e83ce8 100644 --- a/files/en-us/learn/css/css_layout/floats_skills/index.md +++ b/files/en-us/learn/css/css_layout/floats_skills/index.md @@ -71,6 +71,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for floats skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md b/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md index 11a58dc60d121ce..0ac50126b46082a 100644 --- a/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md +++ b/files/en-us/learn/css/css_layout/fundamental_layout_comprehension/index.md @@ -85,7 +85,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Fundamental layout comprehension". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/grid_skills/index.md b/files/en-us/learn/css/css_layout/grid_skills/index.md index 5072c00bd1ce5bf..5c6e9fead8e13eb 100644 --- a/files/en-us/learn/css/css_layout/grid_skills/index.md +++ b/files/en-us/learn/css/css_layout/grid_skills/index.md @@ -89,6 +89,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for grid skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/multicol_skills/index.md b/files/en-us/learn/css/css_layout/multicol_skills/index.md index 39c8e66ad53ac24..47084c2e6d90e0f 100644 --- a/files/en-us/learn/css/css_layout/multicol_skills/index.md +++ b/files/en-us/learn/css/css_layout/multicol_skills/index.md @@ -74,6 +74,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for multicol skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/position_skills/index.md b/files/en-us/learn/css/css_layout/position_skills/index.md index 305c160022efd0e..acb3fb6fde5467d 100644 --- a/files/en-us/learn/css/css_layout/position_skills/index.md +++ b/files/en-us/learn/css/css_layout/position_skills/index.md @@ -61,6 +61,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for positioning skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/css_layout/rwd_skills/index.md b/files/en-us/learn/css/css_layout/rwd_skills/index.md index 3c9c039fe644342..a3d8d795237bed2 100644 --- a/files/en-us/learn/css/css_layout/rwd_skills/index.md +++ b/files/en-us/learn/css/css_layout/rwd_skills/index.md @@ -35,6 +35,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for responsive web design and media queries skill test". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md b/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md index 6f707528b9ff9e7..32a74aa8777f314 100644 --- a/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md +++ b/files/en-us/learn/css/first_steps/styling_a_biography_page/index.md @@ -83,7 +83,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Styling a biography page". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md b/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md index 7d71d3d0e1caa83..6229c010c17606b 100644 --- a/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md +++ b/files/en-us/learn/css/styling_text/typesetting_a_homepage/index.md @@ -99,7 +99,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Typesetting a community school homepage". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md b/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md index 6f62522b184b70a..677ba2b283ce1d9 100644 --- a/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md +++ b/files/en-us/learn/html/introduction_to_html/marking_up_a_letter/index.md @@ -104,7 +104,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Marking up a letter". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md b/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md index 3c2b1340c1fee28..3a044be2a62cacb 100644 --- a/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md +++ b/files/en-us/learn/html/introduction_to_html/structuring_a_page_of_content/index.md @@ -95,7 +95,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Structuring a page of content". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md index 48e2d59d96cb60c..a856579f442756b 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__advanced_html_text/index.md @@ -55,6 +55,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for advanced HTML text skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md index a77bfa0fb168b06..82a76d5dc6ee5b5 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__html_text_basics/index.md @@ -62,6 +62,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML text basics skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md index 3529e4b01cafc44..813666e2b023da0 100644 --- a/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md +++ b/files/en-us/learn/html/introduction_to_html/test_your_skills_colon__links/index.md @@ -81,6 +81,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for links skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md index 79f207fee144905..02fcb4b124cb2f9 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/images_in_html/test_your_skills_colon__html_images/index.md @@ -67,6 +67,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for HTML images skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md b/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md index 4aef80b82b6c5d4..303a6e66435cb4f 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/mozilla_splash_page/index.md @@ -117,7 +117,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Mozilla splash page". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md b/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md index df60bc3379f1023..e675c505a408408 100644 --- a/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md +++ b/files/en-us/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.md @@ -80,6 +80,6 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for multimedia and embedding skill test 1". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with. diff --git a/files/en-us/learn/html/tables/structuring_planet_data/index.md b/files/en-us/learn/html/tables/structuring_planet_data/index.md index 631e23514b3facf..fd693a8f4dad561 100644 --- a/files/en-us/learn/html/tables/structuring_planet_data/index.md +++ b/files/en-us/learn/html/tables/structuring_planet_data/index.md @@ -75,7 +75,7 @@ If you would like your work assessed or are stuck and want to ask for help: 2. Write a post asking for assessment and/or help at the [MDN Discourse forum Learning category](https://discourse.mozilla.org/c/mdn/learn/250). Your post should include: - A descriptive title such as "Assessment wanted for Structuring planet data". - - Details of what you have already tried and what you would like us to do; i.e. what you are stuck on and need help with or if you want an assessment. + - Details of what you have already tried and what you would like us to do; for example, tell us if you're stuck and need help or want an assessment. - A link to the example you want assessed or need help with, in an online shareable editor (as mentioned in step 1 above). This is a good practice to get into — it's very hard to help someone with a coding problem if you can't see their code. - A link to the actual task or assessment page, so we can find the question you want help with.