Skip to content

A Javascript class to display and manipulate consonant tables and vowel trapeziums containing IPA characters

Notifications You must be signed in to change notification settings

rasmusrim/IPA.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPA.js

IPA.js is an effort to make Javascript class to display and manipulate IPA consonant tables and vowel trapeziums.

It is a part of making remaking the application the IPA Trainer, but is supposed to also work independently.

Consonant tables

We start out making the class for the consonant tables. The PHP-code for creating the tables in the old IPA Trainer can be found in the file ipa.php.

TODO (in prioritized order)

  • Function to add new character. We use the IPA numbers as IDs. See this PDF for the numbers.
  • Function to remove character.
  • Function to display/update table.
  • Function to replace character with custom image (needed for IPA Trainer quizzes).
  • Add onclick to character.
  • Change name of row or column.

About

A Javascript class to display and manipulate consonant tables and vowel trapeziums containing IPA characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published