NewcastleRSE / nhs_readability_react

ReactJS version of the NHS Document Readability project based on MUI-rte
1 stars 0 forks source link

Blue question marks suggested text #19

Closed ldawson13 closed 1 year ago

ldawson13 commented 1 year ago

The 2 below may not be needed if we decide to just hide them

nicoleahmed commented 1 year ago

Technical information from blue questions marks to be put into a separate technical documentation page with link from top - for example "The US grade system is translated into a UK school reading age via the following table:" moved from the blue question mark / tooltip in reading age. This tooltip will be replaced with something simpler: "Reading age is calculated using SMOG and then the US grade levels are converted to UK reading ages. The average UK reading age is 11"

rosselton commented 1 year ago

For review

ldawson13 commented 1 year ago

These new comments look good.

For 'Show complex sentences' - could the wording be changed to 'Highlights sentences with 20 words or more'.

rosselton commented 1 year ago

Text removed from the tool tip for UK reading Age.

The US grade system is translated into a UK school reading age via the following table:

        <table class="table is-fullwidth">
            <tr><th>Year in<br/>England</th><th>Student age</th><th>US grade</th></tr>
            <tr><td>Nursery</td><td>3-4</td><td>Preschool</td></tr>
            <tr><td>Reception</td><td>4-5</td><td>Preschool</td></tr>
            <tr><td>Year 2</td><td>6-7</td><td>Grade 1</td></tr>
            <tr><td>Year 3</td><td>7-8</td><td>Grade 2</td></tr>
            <tr><td>Year 4</td><td>8-9</td><td>Grade 3</td></tr>
            <tr><td>Year 5</td><td>9-10</td><td>Grade 4</td></tr>
            <tr><td>Year 6</td><td>10-11</td><td>Grade 5</td></tr>
            <tr><td>Year 7</td><td>11-12</td><td>Grade 6</td></tr>
            <tr><td>Year 8</td><td>12-13</td><td>Grade 7</td></tr>
            <tr><td>Year 9</td><td>13-14</td><td>Grade 8</td></tr>
            <tr><td>Year 10</td><td>14-15</td><td>Grade 9</td></tr>
            <tr><td>Year 11</td><td>15-16</td><td>Grade 10</td></tr>
            <tr><td>Year 12</td><td>16-17</td><td>Grade 11</td></tr>
            <tr><td>Year 13</td><td>17-18</td><td>Grade 12</td></tr>
        </table>      

Replaced by 'Aim for a reading age of 11'