Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Jan 17, 2024
1 parent c7c6c66 commit 3ee3406
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roar-dashboard",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"build": "vite build",
"dev": "vite --force --host",
Expand Down
30 changes: 15 additions & 15 deletions src/pages/ScoreReport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@
<div class="task-title">ROAR-LETTER</div>
<span style="text-transform: uppercase">Letter Names and Letter-Sound Matching</span>
<p class="task-description">
ROAR-Letter assesses a student’s knowledge of letter names and letter sounds. Knowing letter names supports
the learning of letter sounds, and knowing letter sounds supports the learning of letter names. Initial
knowledge of letter names and letter sounds on entry to kindergarten has been shown to predict success in
learning to read. Learning the connection between letters and the sounds they represent is fundamental for
learning to decode and spell words. This assessment provides educators with valuable insights to customize
instruction and address any gaps in these foundational skills.
ROAR-Letter assesses a student’s knowledge of letter names and letter sounds. Knowing letter names
supports the learning of letter sounds, and knowing letter sounds supports the learning of letter names.
Initial knowledge of letter names and letter sounds on entry to kindergarten has been shown to predict
success in learning to read. Learning the connection between letters and the sounds they represent is
fundamental for learning to decode and spell words. This assessment provides educators with valuable
insights to customize instruction and address any gaps in these foundational skills.
</p>
</div>
<div v-if="allTasks.includes('pa')" class="task-card">
Expand All @@ -178,8 +178,8 @@
ROAR - Phoneme assesses a student's mastery of phonological awareness through elision and sound matching
tasks. Research indicates that phonological awareness, as a foundational pre-reading skill, is crucial for
achieving reading fluency. Without support for their foundational reading abilities, students may struggle
to catch up in overall reading proficiency. The student's score will range between 0-57 and can be viewed by
selecting 'Raw Score' on the table above.
to catch up in overall reading proficiency. The student's score will range between 0-57 and can be viewed
by selecting 'Raw Score' on the table above.
</p>
</div>
<div v-if="allTasks.includes('swr') || allTasks.includes('swr-es')" class="task-card">
Expand All @@ -197,13 +197,13 @@
<div class="task-title">ROAR-SENTENCE</div>
<span style="text-transform: uppercase">Sentence Reading Efficiency</span>
<p class="task-description">
ROAR - Sentence examines silent reading fluency and comprehension for individual sentences. To become fluent
readers, students need to decode words accurately and read sentences smoothly. Poor fluency can make it
harder for students to understand what they're reading. Students who don't receive support for their basic
reading skills may find it challenging to improve their overall reading ability. This assessment is helpful
for identifying students who may struggle with reading comprehension due to difficulties with decoding words
accurately or reading slowly and with effort. The student's score will range between 0-130 and can be viewed
by selecting 'Raw Score' on the table above.
ROAR - Sentence examines silent reading fluency and comprehension for individual sentences. To become
fluent readers, students need to decode words accurately and read sentences smoothly. Poor fluency can
make it harder for students to understand what they're reading. Students who don't receive support for
their basic reading skills may find it challenging to improve their overall reading ability. This
assessment is helpful for identifying students who may struggle with reading comprehension due to
difficulties with decoding words accurately or reading slowly and with effort. The student's score will
range between 0-130 and can be viewed by selecting 'Raw Score' on the table above.
</p>
</div>
</div>
Expand Down

0 comments on commit 3ee3406

Please sign in to comment.