Skip to content
Snippets Groups Projects
Commit bac7625c authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

#103 Chapters changed to match web encyclopedia

parent a9b1bd84
No related branches found
No related tags found
No related merge requests found
......@@ -5,17 +5,17 @@ package cz.nic.tablexia.screen.encyclopedia.menu;
*/
public enum MenuItem {
ABOUT_ENCYCLOPEDIA("introduction","introduction"),
SPECIFIC_LEARNING_DISABILITIES("specific_learning_disabilities","specific_learning_disabilities"),
DYSGRAPHIA("dysgraphia","dysgraphia"),
DYSLEXIA("dyslexia","dyslexia"),
DYSORTHOGRAPHIA("dysorthographia","dysorthographia"),
MEMORY("memory","memory"),
SPATIAL_ORIENTATION("spatial_orientation","spatial_orientation"),
SERIALITY("seriality","seriality"),
FAMOUS_DYSLECTICS("famous_dyslectics","famous_dyslectics"),
AUDITORY_DISTINCTION("auditory_distinction","auditory_distinction"),
SPECIFIC_LEARNING_DISABILITIES("specific_learning_disabilities","specific_learning_disabilities"),
VISUAL_DISTINCTION("visual_distinction","visual_distinction"),
VERBAL_SKILLS("verbal_skills","verbal_skills");
VERBAL_SKILLS("verbal_skills","verbal_skills"),
FAMOUS_DYSLECTICS("famous_dyslectics","famous_dyslectics");
private String title;
private String resourcePage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment