Open-source · Free · CC BY 4.0

A free indicator check for ASN and dyslexia, built for Scotland.

An interactive companion to the Addressing Dyslexia Toolkit, the Scottish national resource chaired by Education Scotland. For parents, carers, and teachers. No sign-up. No email. No diagnosis.

1Who is filling this in?

Who is filling this in?

2Choose the child's Curriculum for Excellence level

Choose the child's Curriculum for Excellence level

3Tick what you have noticed

0 ticked

Tick only the ones that have been there for a while, not just an off day. Each item shows the Scottish source it came from.

Use this on your site

CC BY 4.0 — attribution required

Schools, councils, and charities are welcome to embed this checklist as a chrome-less, auto-resizing iframe. Drop the snippet below into any page. Please keep the attribution link.

<iframe
  src="https://toolkit.lexiclearn.com/embed"
  title="Scotland ASN Indicator Checklist"
  loading="lazy"
  style="width:100%;border:0;min-height:900px"
></iframe>
<p style="font-size:12px;color:#555">
  Source:
  <a href="https://toolkit.lexiclearn.com" target="_blank" rel="noopener">
    Scotland ASN Indicator Checklist
  </a>
  - CC BY 4.0.
</p>
<script>
  window.addEventListener("message", function (e) {
    if (e.data && e.data.type === "asn-checklist:height") {
      var f = document.querySelector('iframe[src*="toolkit.lexiclearn.com/embed"]');
      if (f) f.style.height = (e.data.height + 24) + "px";
    }
  });
</script>