Based on research by the GenderMag (InclusiveMag) program at Oregon State and other universities, this survey compares students' cognitive learning styles to their peers.
The survey incorporates 5 facets related to gender and compares a set of 3 personas.
Future additions will include surveys for Socioecomonic Styles (SES) and Refugee Styles.
Authors of this site include: Pam Van Londen, Lara Letaw, and Justin Dickerson, of Oregon State University. Supporting research is based on "How to measure diversity actionably in technology" (preprint), M. Hamid et al., in Equity, Diversity, Inclusion in Software Engineering (Eds: D. Damian et al.), Apress, 2024. https://web.engr.oregonstate.edu/~burnett/Reprints/diversityBook-2024.pdf
This app/site is built using Vite+React and is hosted by Render.com. Some code was developed using ChatGPT. Additional React libraries include:
- useState, useEffect, createContext, and useContext from React.
- BrowserRouter, useLocation, and Link from react-router-dom https://reactrouter.com/en/main
- rollup: https://www.npmjs.com/package/@rollup/plugin-wasm
- Stylesheet designed by Pam Van Londen (because she hates using div tags and a million classes).
- The logo was initially designed by GPTChat's LogoCreater and modified by Pam.
- The color scheme is:
- --blue: rgb(58, 154, 198);
- --green: rgb(68, 178, 68);
- --orange: rgb(224, 137, 6);
- --red: #C34500;
- --shadow: rgb(209, 208, 208);
- Colornames allowed: black, gray, whitesmoke, white.
The gTag has been included in index.html and App.jsx to determine how many people click and how many complete the survey. In addition, it may track who has downloaded a PNG file of their results, for use in discussions.