{
  "title": "Combien de mots par an apporte la lecture quotidienne ? Un modèle calculé",
  "url": "https://materlu.com/fr/knowledge/studies/exposition-mots-lecture-par-minutes/",
  "inLanguage": "fr",
  "updated": "2026-07-12",
  "tables": [
    {
      "caption": "Exposition aux mots selon la durée quotidienne (à 100 mots/min)",
      "columns": [
        "Lecture quotidienne",
        "Mots par jour",
        "Mots par an"
      ],
      "rows": [
        [
          "5 min/jour",
          "500",
          "182 500"
        ],
        [
          "10 min/jour",
          "1 000",
          "365 000"
        ],
        [
          "20 min/jour",
          "2 000",
          "730 000"
        ],
        [
          "30 min/jour",
          "3 000",
          "1 095 000"
        ]
      ]
    }
  ],
  "charts": [
    {
      "title": "Mots par an (milliers) à 100 mots/min",
      "unit": "milliers mots/an",
      "data": [
        {
          "label": "5m",
          "value": 183
        },
        {
          "label": "10m",
          "value": 365
        },
        {
          "label": "20m",
          "value": 730
        },
        {
          "label": "30m",
          "value": 1095
        }
      ]
    }
  ]
}