Problem
The Teleprompter reader speed display mode can be switched between WPM and multiplier labels, but the lower transport speed readout can remain in WPM while other reader speed labels use multipliers. That makes the reader inconsistent after changing the display mode.
Acceptance criteria
- Switching the Teleprompter reader speed display mode to multiplier updates every reader speed readout, including the bottom transport speed label.
- Switching back to WPM keeps the same consistency across reader speed readouts.
- The multiplier is calculated from the script/base TPS WPM and the active reader playback WPM.
- Component and browser UI coverage prove the transport label follows the selected speed display mode.
Verification expected
dotnet test @./tests/dotnet-test-progress.rsp --project ./tests/PrompterOne.Web.Tests/PrompterOne.Web.Tests.csproj
dotnet test @./tests/dotnet-test-progress.rsp --project ./tests/PrompterOne.Web.UITests.Reader/PrompterOne.Web.UITests.Reader.csproj
Problem
The Teleprompter reader speed display mode can be switched between WPM and multiplier labels, but the lower transport speed readout can remain in WPM while other reader speed labels use multipliers. That makes the reader inconsistent after changing the display mode.
Acceptance criteria
Verification expected
dotnet test @./tests/dotnet-test-progress.rsp --project ./tests/PrompterOne.Web.Tests/PrompterOne.Web.Tests.csprojdotnet test @./tests/dotnet-test-progress.rsp --project ./tests/PrompterOne.Web.UITests.Reader/PrompterOne.Web.UITests.Reader.csproj