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

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.