phetsims / fourier-making-waves

"Fourier: Making Waves" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

Does y-axis auto scaling cause any usability or pedagogical problems? #150

Closed pixelzoom closed 3 years ago

pixelzoom commented 3 years ago

Over in https://github.com/phetsims/fourier-making-waves/issues/139, we removed the Auto Scale checkbox and y-zoom buttons on the Sum graph in the Discrete screen. Scaling of the y-axis now occurs automatically to fit the peak amplitude, as it does for the Sum chart in the Wave Game screen, and all 3 charts in the Wave Packet screen.

In that same issue, we also discussed whether to add "(Auto-Scaled)", or something similar, to some or all of the charts that auto scale. For example, "Sum (Auto-Scaled)".

In https://github.com/phetsims/fourier-making-waves/issues/139#issuecomment-901345690, @kathy-phet suggested:

I would suggest leaving it as "Sum" and then seeing if there are interpretation issues in the interviews - noticing this change.

Assigning to @arouinfar to include in interviews.

arouinfar commented 3 years ago

There have been two interviews so far, both were STEM majors and had taken calculus or higher. Neither was familiar with Fourier series/transforms, but they did not have any difficulty interpreting the representations in the sim.

arouinfar commented 3 years ago

I interviewed two more students and didn't see any issues with the autoscale behavior in dev.44, so I think this is safe to close.