Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Combine Same-Day Sessions Toggle Switch (existing functionality & logic)

    • Default to the Sessions view where the toggle is set off and sessions are shown.

    • Combine Same-Day Sessions toggle switch on, we will combine multiple sessions that were recorded on the same day into one data point for that day

  • Close button (existing functionality & logic)

    • Close button returns user to program tracking screen with the specific program in view

  • Graph/ABC toggle switch (existing functionality & logic)

    • Graph selected: Displays recorded data points on a graph

    • ABC selected: Displays ABC graph

    Rating Scale Calculation Individual Session Example:

  • The user enters 5 into the Never input field

  • The user enters 1 into the A little input field

  • The user enters 2 into the Sometimes input field

  • The user enters 2 into the A lot input field

  • The user enters 0 into the Always input field

  • The number of Never + A little + Sometimes + A lot + Always = the total number (10)

  • To calculate the percentage, we need to take the number of a rating scale response divided by the total number combined:

  • 5 (never) divided by 10 (total) = 50%

  • 1 (A little) divided by 10 (total) = 10%

  • 2 (Sometimes) divided by 10 (total) = 20%

  • 2 (A lot) divided by 10 (total) = 20%

  • 0 (Always) divided by 10 (total) = 0%

  • We will use rounding to show the percentages

    Example for Calculating Data Point Percentage (Older Students) for Combined Same Day Sessions:

  • Given multiple entries were made on the same day, add all possible opportunities (Always + A Lot + Sometimes + A little + Never=Possible opportunities) then divide the total for A lot or Always (combined) by the total possible entries and multiply by 100 to get the percent.

  • The percent is the point on the graph.

    • Given user entered data for three sessions on the same day and each data session contained 4 opportunities.

      • Session 1: 2 Always (50%), 1 A lot (25%), 1 A little (25%)

      • Session 2: 1 Always (25%), 1 A lot (25%), 1 Sometimes (25%), 1 A little (25%)

      • Session 3: 2 A lot (50%), 1 A little (25%), 1 Never (25%)

    • 3 Always entries +4 A lot entries + 1 Sometimes + 3 A little + 1 Never = 12 total opportunities.

    • Given the user selected A lot or Always as the mastery Criteria from Create Screen, then we will combine the responses of A lot and Always.

    • (3 Always entries + 4 A lot entries) / 12 total opportunities = .583 * 100= 58.33

    • The data point on the graph for the day will show on the graph as 58%.

  • Calculating Data Point Percentage (Younger Students) for Combined Same Day Sessions:

Workflow Description

  1. User selects graph icon on program in tracking screen to navigate to view the graphs.

  2. The default view is the graph with the recorded data points.

    • The user selects to view data by session (default view) or combined same-day sessions

  3. The user selects the ABC toggle to select and view the ABC data.

  4. The user selects Close to return to the specific program on the tracking screen, including previous inputs.