Plan for merging the MDN curriculum with the MDN learn web development area #750
Replies: 4 comments 4 replies
-
The rationales and goals are laid out well, and I see where and why you intend to go with this. I would quibble that performance is actually a topic beginners need to know about, but perhaps it’s the case that they should learn about it differently than MDN currently addresses it. One question occurred to me, related to “Consider external/partner content embedding”. Will this provide tools/hooks to embed non-partner content, such as a particularly good YouTube explanation of the Popover API or a short video explainer on how CSS animation and transitions differ? Also, there’s still a TBD chart in the post; not sure if that was meant to be replaced before publication, or was left there so as not to hold up publication for one chart. |
Beta Was this translation helpful? Give feedback.
-
One thing I'd really recommend is investing in tools to help learners check their progress. I think that at the time they were created, they were the best that could be done given the constraints the creators were under, but there has never since then been the kind of investment that would have been needed to improve them. And I think that's a big part of the reason beginners struggle. There's a trickle of issues from people not knowing how to do an assessment or how to check their answers. I don't know if this is covered by "video/interactive content created by partners". To me it sounds more fundamental than "enrich the text-only content and make it more attractive to users". |
Beta Was this translation helpful? Give feedback.
-
My only feedback, right now, is please kill off all the client-side framework guides that no one is maintaining, which very likely includes Vue, Angular, Svelte, and Ember (i.e. everything other than React). It's a net minus for both readers and MDN to have outdated content than no content. |
Beta Was this translation helpful? Give feedback.
-
Would be good to update https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/What_we_write and https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Writing_style_guide#external_links (or create a separate page) to give mdn/content contributors guidance on partner embedded content, affiliate links, etc. and how such things are governed. If these are custom elements, then I guess it might be as straightforward as documenting said custom elements, how contributors should (or should not) make changes to them, and how reviewers should handle PRs that propose changes. By having clear policies, we could likely avoid discussions similar to the polyfill situation and reviewers would know what to do and which policies to refer to. I think this was easier to control when the content was in https://github.com/mdn/curriculum but now that it merges with the main mdn/content repo, giving the larger contributor community guidance and policies around this topic feels like a necessity to me. |
Beta Was this translation helpful? Give feedback.
-
Moving forwards from now, into 2025, The Mozilla MDN team is planning to restructure the MDN information architecture, top-level navigation, documentation source, and some of the content. This work aims to make MDN content more consistent and easier to navigate, reduce repetition, improve MDN’s SEO/search rankings, and enable the community to contribute more easily to MDN. Ruth John is leading this plan; she previously shared some of these ideas in previous community gatherings (such as her content workshop) and will share more about it when ready.
A significant part of this plan is merging the MDN Curriculum with the Learn Web Development content (aka The Learning Area, or Learn). This discussion summarizes the history of the two content sections, explains their current issues and the rationale behind the merger, and outlines the phased plan for carrying out this work.
I would love to hear your thoughts on this plan.
History of learning content on MDN
MDN’s core target audience has traditionally always been professional web developers who want to look up reference content and techniques to help them do their job (also, we have traditionally focused on the front end).
However, around 2015 this started to be seen as a problem. We noticed that MDN was being recommended as a great resource for experts and non-experts alike, but it was not suitable for beginners wanting to learn web development fundamentals. We saw several blog posts, forum posts, and comments online from aspiring web developers who found MDN frustrating, and too hard to use. We wanted to change this and make MDN more usable for people at any level of experience! We also really wanted to tap into the “non-expert”/beginner market.
To this end, we began many initiatives, one of the most significant of which was Learn (another good example is the interactive examples you see at the top of HTML, CSS, and JS references pages).
Learn was first launched in mid-2016, to take beginners from “beginner to comfortable”. After working through the learning area, readers should know enough to comfortably use the rest of MDN. It was pretty successful — at peak usage, around 2019-2020, it boasted around 3.5–4 million page views per month; a little under 10% of MDN Web Docs’ monthly web traffic (source: Introducing the MDN Web Docs Front-end developer learning pathway).
The previous link also introduced a new Learn feature — a front-end developer learning pathway to help readers navigate all the Learn content. It suggested an order to work through the Learn articles in, along with helper material, time estimates, etc.
However, the pathway was hastily put together and wasn’t really all that useful. It didn’t feel like a true learning pathway, more like an alternative landing page for Learn.
To improve on this situation, we decided to create a properly structured learning pathway, and the MDN Curriculum was created after much research and consultation with many different target audience members (for more on the rationale behind the curriculum, see this discussion). It officially launched in early 2024. Initially, there was a great deal of interest in the project, particularly from educators, who loved having an official curriculum recommendation from a respected industry voice that could be used as the structure of courses, certifications, etc.
Issues with MDN Learn and Curriculum
All the above said we can significantly improve the learning content available on MDN.
Learn’s user base has decreased in the last couple of years:
Graph to be inserted illustrating the decline of Learn usage; numbers still TBD
There are several reasons that we suspect to be behind this:
The Curriculum has also suffered a decline in interest since its launch:
We have some ideas as to why this is, based on conversations with our users, community, and partners:
Merging the two
Considering the issues highlighted above, we’ve concluded that we should merge the curriculum back into Learn. This would immediately:
How would we achieve this? There are many aspects of this plan to be considered, which we will touch upon in the sections below.
Update the learn landing page
We should update the current Learn landing page to be more similar in style to the Curriculum landing page, to make it less academic-looking, and brighter and more attractive to beginners.
This wouldn’t happen immediately. It would require some design and dev work to make such implementations possible. We are thinking about creating a system to allow customized landing pages anyway, to make MDN more attractive and approachable, and result in more effective user experiences and discovery of content.
In the short term, the goal would be to make the text more approachable and beginner-friendly. We will be as bold as we can given the current platform constraints.
We would have to change how we:
We should create guidelines for landing pages, which may or may not start with this project.
Restructure Learn
In general, Learn will require quite a bit of restructuring. As mentioned above, the modules will be grouped in the same way they are currently in the Curriculum, with the Core modules providing “topics that we feel every web developer should have a good grounding in”, which can be used as a basis for other courses, entry-level certifications, etc.
Other modules outside this would be put in the “Getting started” or “Extensions” module groupings, again, the same as the Curriculum.
Some of the existing Learn content isn’t suitable for beginners to web development, and will eventually be moved out to Learn “extensions”, or separate MDN topics in their own right (for example, performance, automated testing, and MathML do not constitute essential topics for beginners to know).
The module landing pages will need a content and style update to include the learning objectives from the curriculum alongside existing useful content. We will also need to consider a title/slug change to mitigate SEO issues. For example, search engine confusion between the regular MDN HTML landing page and the Learn HTML landing page could be addressed by retitling the Learn page to something more task-based, such as “Structuring web page content”?
Initial work will require an audit to make sure the curriculum modules are suitable for acting (at least in part) as landing pages for the learn articles, and making adjustments as necessary.
Make Learn content more suitable for beginners
Eventually we want to edit the Learn content to make it more suitable for beginners — sparser, lower information density, assume less knowledge.
We will also consider creating some new content to provide excellent coverage of existing Curriculum topics that MDN doesn’t currently handle very well, for example Soft skills, Environment setup, Web standards. In the short term we will probably just link to external resources.
Consider pathway navigation
Effectively, we intend to turn the entire Learn section of the site into a structured learning pathway, which is what the Curriculum was aiming to provide. The Learn section already has structured navigation (previous/next links) between different articles in the same module, as well as links up to the module index at each point.
We need to make sure that this navigation works for the new state of Learn and for the entire pathway (for example, navigating to the start of the next module when the previous module is finished).
Consider external/partner content embedding
Learners (particularly those in the younger generation, e.g. GenZ) increasingly favor short-form interactive/video content, which is an area that MDN does not currently have the capabilities to produce.
As part of the Curriculum work, the Mozilla MDN team has developed a custom element for embedding external partner content. We should consider modifying this to work on the main MDN content and agree on a plan for embedding interactive/video content on Learn pages to enrich the text-only content and make it more attractive to users.
This would also allow us to continue experimenting with partner affiliate revenue streams to help fund MDN and improve it further.
Create guidelines for editing Learn
One concern, which originally provided the rationale for putting the Curriculum in a separate place, is that a structured learning pathway should have stable learning objectives, which change very slowly and only with good reason. This is especially important if you are providing a curriculum that others can base their courses on, and which can be used as the basis for a certification.
To this end, we will need to provide guidelines to follow for those wishing to edit Learn. Small edits should be OK, provided they don’t affect the teaching of the learning objectives contained within each module, or change the learning objectives themselves, particularly in the core modules.
We should also include:
Other solutions considered
The plan: Phases and timeline
The above work is substantial and needs to be split into multiple phases. Our current thinking behind the phases is detailed below.
Phase 0: Planning and discussion
Phase 1: Initial update of landing pages and navigation
By November 25: Update the Learn content and navigation to complete the initial merger of Learn and Curriculum.
This includes:
This does not include:
Phase 2: Move unsuitable content out of /learn_web_development
This will start to be done probably in phase 1, but completed in 2025.
Phase 3: Update core learn_web_development content
This will start to be done in 2025.
Beta Was this translation helpful? Give feedback.
All reactions