Hello folks,
Both my freelance work and full time job (different licenses) use Construct2 to create educational interactions/simulations for university programs, middle school students, or even corporate training.
However, I am running into a wall with my projects I am hoping someone can help me with.
Here in the States there is an act called "ADA Compliancy", that essentially sets accessibility requirements for many things, including educational materials. Most of these are pretty easy to design for without worrying about Construct2 such as keyboard controls or only using color pallets that the color blind or hard of sight can understand.
However one ADA compliance area that Construct2 does have an issue with is screen readers.
Before I go further, let me be clear that I am aware that Construct2 has Text-to-Speech capability that could functionally handle reading text (I've proposed this method to my boss). Unfortunately for the purposes of ADA Compliancy, this is apparently not an option. I specifically need to be able to read text from a C2 project using a screen reading plugin like one of these: https://chrome.google.com/webstore/sear ... r?hl=en-US )
If you've ever tried to have a screen reader read from a Construct2 project you know it doesn't work as the canvas is essentially a black-box to the screen reader.
I need a solution that makes text in Construct2 readable by a screen reader. The alternative is that we will probably have to move away from using Construct2 to develop, which would be a shame because it's the only thing fast enough (IMO) to develop the complex kinds of learning interactions we make in short development cycles.
Any suggestions or thoughts on this would be greatly appreciated. Thanks!