{"id":554,"date":"2025-12-01T13:54:58","date_gmt":"2025-12-01T12:54:58","guid":{"rendered":"https:\/\/www.pedagogie.ac-nice.fr\/drane-test\/?p=554"},"modified":"2026-02-04T13:55:16","modified_gmt":"2026-02-04T12:55:16","slug":"les-communs-numeriques-educatifs","status":"publish","type":"post","link":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/2025\/12\/01\/les-communs-numeriques-educatifs\/","title":{"rendered":"Les communs num\u00e9riques \u00e9ducatifs"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"alignleft size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"252\" src=\"https:\/\/www.pedagogie.ac-nice.fr\/drane-test\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png\" alt=\"\" class=\"wp-image-555\" style=\"width:194px;height:auto\" srcset=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png 450w, https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques-300x168.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/figure>\n<\/div>\n\n\n<p>Un commun est un objet qui appartient \u00e0 tout le monde et dont la gestion et l&rsquo;adaptation est libre et ouverte.<br><br><\/p>\n\n\n\n<!--more-->\n\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Les Communs Num\u00e9riques \u00c9ducatifs<\/title>\n\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      background: #eef2f7;\n      min-height: 100vh;\n      padding: 5vw;\n      color: #333;\n    }\n\n    .educommuns-container {\n      max-width: 1000px;\n      width: 100%;\n      margin: 0 auto;\n      padding: 20px;\n      line-height: 1.6;\n      background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n      border-radius: 10px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.12);\n    }\n\n    .educommuns-header {\n      text-align: center;\n      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n      color: white;\n      padding: 30px 20px;\n      border-radius: 10px;\n      margin-bottom: 30px;\n      box-shadow: 0 4px 6px rgba(0,0,0,0.15);\n    }\n\n    .educommuns-header h1 {\n      margin: 0;\n      font-size: clamp(1.6rem, 4vw, 2.4rem);\n      text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n    }\n\n    .educommuns-header p {\n      font-size: clamp(0.95rem, 2.5vw, 1.1rem);\n      margin-top: 10px;\n    }\n\n    .educommuns-section {\n      background: white;\n      padding: 25px;\n      margin-bottom: 25px;\n      border-radius: 10px;\n      box-shadow: 0 2px 10px rgba(0,0,0,0.08);\n    }\n\n    .educommuns-section h2 {\n      color: #667eea;\n      border-bottom: 3px solid #667eea;\n      padding-bottom: 10px;\n      margin-top: 0;\n      font-size: clamp(1.3rem, 3vw, 1.6rem);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      flex-wrap: wrap;\n    }\n\n    .educommuns-section h3 {\n      color: #764ba2;\n      margin-top: 20px;\n      font-size: clamp(1.1rem, 2.8vw, 1.3rem);\n    }\n\n    .educommuns-definition {\n      background: #f0f4ff;\n      padding: 20px;\n      border-left: 5px solid #667eea;\n      margin: 20px 0;\n      border-radius: 5px;\n    }\n\n    .educommuns-qualities {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 20px;\n      margin: 20px 0;\n    }\n\n    .educommuns-quality-card {\n      background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);\n      padding: 20px;\n      border-radius: 10px;\n      border: 2px solid #667eea;\n    }\n\n    .educommuns-quality-card h3 {\n      margin-top: 0;\n      color: #667eea;\n      font-size: 1.05rem;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      flex-wrap: wrap;\n    }\n\n    .educommuns-list {\n      list-style: none;\n      padding-left: 0;\n      margin-top: 10px;\n    }\n\n    .educommuns-list li {\n      padding: 8px 0 8px 30px;\n      position: relative;\n      font-size: 0.97rem;\n    }\n\n    .educommuns-list li:before {\n      content: \"\u2713\";\n      position: absolute;\n      left: 0;\n      color: #667eea;\n      font-weight: bold;\n      font-size: 1.1em;\n    }\n\n    .educommuns-project {\n      background: linear-gradient(135deg, #f093fb15 0%, #f5576c15 100%);\n      padding: 25px;\n      margin: 25px 0;\n      border-radius: 10px;\n      border-left: 5px solid #f5576c;\n    }\n\n    .educommuns-project h3 {\n      color: #f5576c;\n      margin-top: 0;\n      font-size: clamp(1.2rem, 3vw, 1.5rem);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      flex-wrap: wrap;\n    }\n\n    .educommuns-link {\n      display: inline-block;\n      background: #667eea;\n      color: white;\n      padding: 10px 20px;\n      text-decoration: none;\n      border-radius: 5px;\n      margin: 10px 10px 10px 0;\n      transition: background 0.3s, transform 0.2s;\n      font-size: 0.95rem;\n      white-space: nowrap;\n    }\n\n    .educommuns-link:hover {\n      background: #764ba2;\n      transform: translateY(-2px);\n    }\n\n    .educommuns-badge {\n      display: inline-block;\n      background: #4caf50;\n      color: white;\n      padding: 5px 12px;\n      border-radius: 20px;\n      font-size: 0.85em;\n      margin: 5px 5px 5px 0;\n      white-space: nowrap;\n    }\n\n    .educommuns-video-link {\n      background: #ff6b6b;\n      color: white;\n      padding: 12px 25px;\n      text-decoration: none;\n      border-radius: 5px;\n      display: inline-block;\n      margin: 10px 0;\n      font-weight: bold;\n      font-size: 0.95rem;\n      transition: background 0.3s, transform 0.2s;\n      white-space: nowrap;\n    }\n\n    .educommuns-video-link:hover {\n      background: #ff5252;\n      transform: translateY(-2px);\n    }\n\n    .educommuns-emoji {\n      font-size: 1.2em;\n      margin-right: 4px;\n    }\n\n    \/* Petites listes imbriqu\u00e9es dans les projets *\/\n    .educommuns-project ul ul {\n      margin-top: 8px;\n    }\n\n    .educommuns-project ul ul li {\n      padding-left: 18px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      body {\n        padding: 4vw;\n      }\n\n      .educommuns-container {\n        padding: 15px;\n      }\n\n      .educommuns-section {\n        padding: 20px;\n      }\n\n      .educommuns-link,\n      .educommuns-video-link {\n        width: 100%;\n        text-align: center;\n        white-space: normal;\n      }\n    }\n\n    @media (max-width: 480px) {\n      body {\n        padding: 3vw;\n      }\n\n      .educommuns-header {\n        padding: 20px 15px;\n      }\n\n      .educommuns-section {\n        padding: 18px;\n      }\n\n      .educommuns-badge {\n        display: block;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <div class=\"educommuns-container\">\n    <div class=\"educommuns-header\">\n      <h1><span class=\"educommuns-emoji\">\ud83d\udcda<\/span>Les Communs Num\u00e9riques \u00c9ducatifs<span class=\"educommuns-emoji\">\ud83d\udca1<\/span><\/h1>\n      <p>(EduCommuns)<\/p>\n    <\/div>\n\n    <div class=\"educommuns-section\">\n      <h2><span class=\"educommuns-emoji\">\ud83d\udd17<\/span>D\u00e9finition officielle<\/h2>\n      <div class=\"educommuns-definition\">\n        <p><strong>Un commun<\/strong> d\u00e9signe l&rsquo;organisation qu&rsquo;un groupe de personnes met en place et fait vivre afin de g\u00e9rer collectivement une ressource. Pour partager, pr\u00e9server et utiliser cette ressource, la communaut\u00e9 d\u00e9finit des r\u00e8gles et une gouvernance qui lui sont propres.<\/p>\n        <p>La d\u00e9mat\u00e9rialisation de la ressource et les licences libres associ\u00e9es permettent \u00e0 un <strong>commun num\u00e9rique<\/strong> d&rsquo;offrir \u00e0 tous les membres de sa communaut\u00e9 les libert\u00e9s d&rsquo;acc\u00e8s, d&rsquo;usage, d&rsquo;\u00e9tude, d&rsquo;am\u00e9lioration et de partage de la ressource.<\/p>\n      <\/div>\n      <a href=\"https:\/\/eduscol.education.fr\/1596\/education-et-communs-numeriques\" class=\"educommuns-link\" target=\"_blank\" rel=\"noopener\">\ud83d\udcd6 Consulter sur Eduscol<\/a>\n      <a href=\"#\" class=\"educommuns-video-link\"><span class=\"educommuns-emoji\">\ud83c\udfac<\/span>Voir la vid\u00e9o de pr\u00e9sentation<\/a>\n    <\/div>\n\n    <div class=\"educommuns-section\">\n      <h2><span class=\"educommuns-emoji\">\ud83e\udded<\/span>Comment distinguer un EduCommun ?<\/h2>\n      <p>Un EduCommun additionne <strong>deux qualit\u00e9s essentielles<\/strong> :<\/p>\n\n      <div class=\"educommuns-qualities\">\n        <div class=\"educommuns-quality-card\">\n          <h3><span class=\"educommuns-emoji\">\ud83c\udf93<\/span>1. Une ressource \u00e9ducative libre<\/h3>\n          <p>Qui respecte les <strong>5 dimensions fondamentales<\/strong> des ressources \u00e9ducatives libres :<\/p>\n          <ul class=\"educommuns-list\">\n            <li>Acc\u00e9der<\/li>\n            <li>Utiliser<\/li>\n            <li>\u00c9tudier<\/li>\n            <li>Modifier \/ Am\u00e9liorer<\/li>\n            <li>Partager<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"educommuns-quality-card\">\n          <h3><span class=\"educommuns-emoji\">\ud83e\udd1d<\/span>2. Une organisation collective<\/h3>\n          <p>Compos\u00e9e de :<\/p>\n          <ul class=\"educommuns-list\">\n            <li>Une communaut\u00e9 active (enseignants, formateurs, d\u00e9veloppeurs\u2026)<\/li>\n            <li>Des r\u00e8gles de fonctionnement partag\u00e9es<\/li>\n            <li>Une gouvernance garantissant la p\u00e9rennit\u00e9 et l&rsquo;\u00e9volution<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"educommuns-section\">\n      <h2><span class=\"educommuns-emoji\">\ud83d\udd22<\/span>Focus sur deux EduCommuns en math\u00e9matiques<\/h2>\n\n      <div class=\"educommuns-project\">\n        <h3><span class=\"educommuns-emoji\">\ud83e\uddee<\/span>1. MathALEA \u2013 Port\u00e9 par CoopMaths<\/h3>\n        <a href=\"https:\/\/www.mathalea.fr\/alea\/\" class=\"educommuns-link\" target=\"_blank\" rel=\"noopener\">\u27a1\ufe0f Acc\u00e9der \u00e0 MathALEA<\/a>\n\n        <h4>Pr\u00e9sentation :<\/h4>\n        <ul class=\"educommuns-list\">\n          <li>Application cr\u00e9\u00e9e par un collectif d&rsquo;enseignants de math\u00e9matiques, du cycle 3 \u00e0 la terminale<\/li>\n          <li>G\u00e9n\u00e9rateur d&rsquo;exercices \u00e0 donn\u00e9es al\u00e9atoires permettant de :\n            <ul style=\"margin-top: 10px;\">\n              <li style=\"list-style-type: circle; margin-left: 30px;\">Personnaliser les apprentissages<\/li>\n              <li style=\"list-style-type: circle; margin-left: 30px;\">Adapter les niveaux de difficult\u00e9<\/li>\n              <li style=\"list-style-type: circle; margin-left: 30px;\">G\u00e9n\u00e9rer des exercices vari\u00e9s et r\u00e9utilisables<\/li>\n            <\/ul>\n          <\/li>\n          <li>Inclut \u00e9galement des sujets du CRPE en math\u00e9matiques<\/li>\n          <li>Ressource gratuite, collaborative et \u00e9volutive gr\u00e2ce \u00e0 la communaut\u00e9 CoopMaths<\/li>\n        <\/ul>\n\n        <div style=\"background: white; padding: 15px; border-radius: 5px; margin-top: 15px;\">\n          <p style=\"margin: 0;\"><strong>\ud83d\udca1 L&rsquo;esprit des communs p\u00e9dagogiques :<\/strong> Des ressources mutualis\u00e9es, adaptables et accessibles \u00e0 tous.<\/p>\n        <\/div>\n\n        <div style=\"margin-top: 15px;\">\n          <span class=\"educommuns-badge\">\ud83d\udcd8 Cahier d&rsquo;exercices disponible<\/span>\n          <span class=\"educommuns-badge\">\ud83d\udcc4 Licence libre<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"educommuns-project\">\n        <h3><span class=\"educommuns-emoji\">\ud83d\udcbb<\/span>2. CodEx \u2013 Par le collectif AEIF<\/h3>\n        <a href=\"https:\/\/codex.forge.apps.education.fr\/\" class=\"educommuns-link\" target=\"_blank\" rel=\"noopener\">\u27a1\ufe0f Acc\u00e9der \u00e0 CodEx<\/a>\n\n        <h4>Pr\u00e9sentation :<\/h4>\n        <ul class=\"educommuns-list\">\n          <li>Plateforme d&rsquo;apprentissage du code Python par la pratique<\/li>\n          <li>H\u00e9berg\u00e9e sur la Forge des communs num\u00e9riques \u00e9ducatifs<\/li>\n          <li>Propose :\n            <ul style=\"margin-top: 10px;\">\n              <li style=\"list-style-type: circle; margin-left: 30px;\">Des exercices interactifs<\/li>\n              <li style=\"list-style-type: circle; margin-left: 30px;\">Des contenus libres et adaptables<\/li>\n              <li style=\"list-style-type: circle; margin-left: 30px;\">Des parcours progressifs pour initier ou approfondir la programmation<\/li>\n            <\/ul>\n          <\/li>\n          <li>Con\u00e7ue par et pour les enseignants, dans une logique collaborative et ouverte<\/li>\n          <li>Les ressources sont gratuites, modifiables et partag\u00e9es par une communaut\u00e9 active<\/li>\n        <\/ul>\n\n        <div style=\"margin-top: 15px;\">\n          <span class=\"educommuns-badge\">\ud83d\udc68\u200d\ud83c\udfeb Fait par des enseignants<\/span>\n          <span class=\"educommuns-badge\">\ud83d\udc0d Python<\/span>\n          <span cla\n\n","protected":false},"excerpt":{"rendered":"<p>Un commun est un objet qui appartient \u00e0 tout le monde et dont la gestion et l&rsquo;adaptation est libre et ouverte.<\/p><p><a class=\"more-link btn\" href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/2025\/12\/01\/les-communs-numeriques-educatifs\/\">Lire la suite<\/a><\/p>\n","protected":false},"author":652,"featured_media":555,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[57,53,10,55,56,6,54],"tags":[],"class_list":["post-554","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-erun","category-ian","category-men","category-prof-1d","category-prof-2d","category-ressources","category-rrupn","item-wrap"],"rttpg_featured_image_url":{"full":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"landscape":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"portraits":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"thumbnail":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques-150x150.png",150,150,true],"medium":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques-300x168.png",300,168,true],"large":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"1536x1536":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"2048x2048":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"graphene_slider":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"graphene_featured_image":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques.png",450,252,false],"post-thumbnail":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques-450x250.png",450,250,true],"advps-thumb-one":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/communs-numeriques-450x220.png",450,220,true]},"rttpg_author":{"display_name":"gillesnaviliat","author_link":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/author\/gillesnaviliat\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/erun\/\" rel=\"category tag\">ERUN<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/ian\/\" rel=\"category tag\">IAN<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/ressources\/men\/\" rel=\"category tag\">MEN<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/prof-1d\/\" rel=\"category tag\">prof 1D<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/prof-2d\/\" rel=\"category tag\">prof 2D<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/ressources\/\" rel=\"category tag\">Ressources<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/rrupn\/\" rel=\"category tag\">RRUPN<\/a>","rttpg_excerpt":"Un commun est un objet qui appartient \u00e0 tout le monde et dont la gestion et l&rsquo;adaptation est libre et ouverte.","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts\/554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/users\/652"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/comments?post=554"}],"version-history":[{"count":1,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts\/554\/revisions"}],"predecessor-version":[{"id":556,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts\/554\/revisions\/556"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/media\/555"}],"wp:attachment":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/media?parent=554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/categories?post=554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/tags?post=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}