-
Notifications
You must be signed in to change notification settings - Fork 22.8k
Make test your skills boilerplate more consistent #40447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make test your skills boilerplate more consistent #40447
Conversation
.../en-us/learn_web_development/core/accessibility/test_your_skills/css_and_javascript/index.md
Outdated
Show resolved
Hide resolved
files/en-us/learn_web_development/core/css_layout/test_your_skills/flexbox/index.md
Outdated
Show resolved
Hide resolved
files/en-us/learn_web_development/core/css_layout/test_your_skills/flexbox/index.md
Outdated
Show resolved
Hide resolved
This pull request has merge conflicts that must be resolved before it can be merged. |
@@ -329,3 +303,5 @@ item.addEventListener("keyup", (e) => { | |||
``` | |||
|
|||
</details> | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this to create some padding between the feedback box and the end of the article? I think this is fixed in the new frontend, so better to avoid it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that is exactly right ;-)
I'll remove them, in that case.
If you make a mistake, you can clear your work using the Reset button in the MDN Playground. If you get really stuck, you can (usually) view the solution at the bottom of each question section, or [reach out for help](#contact_us). | ||
|
||
> [!NOTE] | ||
> If you'd prefer to work in your own editor or in an online editor (such as [CodePen](https://codepen.io/) or [JSFiddle](https://jsfiddle.net/)), you can feel free to copy the code from the MDN Playground into your chosen environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely
> If you'd prefer to work in your own editor or in an online editor (such as [CodePen](https://codepen.io/) or [JSFiddle](https://jsfiddle.net/)), you can feel free to copy the code from the MDN Playground into your chosen environment. | |
> If you'd prefer to work in your own editor or in an online editor (such as [CodePen](https://codepen.io/) or [JSFiddle](https://jsfiddle.net/)), you can copy the code from the MDN Playground into your chosen environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
> [!NOTE] | ||
> If you'd prefer to work in your own editor or in an online editor (such as [CodePen](https://codepen.io/) or [JSFiddle](https://jsfiddle.net/)), you can feel free to copy the code from the MDN Playground into your chosen environment. | ||
|
||
Some questions don't feature in-page starting code, and instead ask you to download starter files to work on your local machine with. Sometimes this is due to the complex nature of the question, and sometimes we just wanted to change things up a bit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some questions don't feature in-page starting code, and instead ask you to download starter files to work on your local machine with. Sometimes this is due to the complex nature of the question, and sometimes we just wanted to change things up a bit. | |
Some questions don't include code blocks to start from, and instead ask you to download starter files to work on your local machine with. Sometimes this is due to the complex nature of the question, and sometimes we just wanted to change things up a bit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good, tnx. Let's remove the
for now and we can get these improvements in! Well done 🎉
Woo hoo! Cheers @bsmth! |
Description
As per the following comments:
This PR attempts to make all the "test your skills" boilerplate a bit more consistent.
This is quite a lot to review, so apologies, but it should be a matter of looking at a few to make sure the boilerplate looks OK, and then skimming the live pages to make sure nothing looks broken.
Motivation
Additional details
Related issues and pull requests