A customisable quiz program to study another Language's vocabulary.
This program is designed to be flexible for individuals preferences to creating a Study Set, consisting of Words.
Each Study Set can have a list of tags.
Each Word has 3 fields:
- Word ==> the actual word you would like to learn
- Word Answer ==> the answer stored to match against your input
- Remarks ==> the 'hint' or additional info for the word to be shown
On launch, there will be a list of Study Sets available locally.
(There will not be any item if they do not exist)
If there are tags, there will be a list of buttons for each unique tag.
For all of which, it will change colour on click, to show the toggle state.
You can click on any combination of the tags.
You will definitely see a 'Filter by Tags' label with buttons:
On click, the list will be updated depending on the tag buttons that have been clicked.
The list will contain ANY Study Set where there is at least 1 matching tag.
The list will NOT be updated if no buttons are selected.
On click, the list will be updated depending on the tag buttons that have been clicked.
The list will contain ONLY Study Sets where all the tags matches those selected.
The list will NOT be updated if no buttons are selected.
On click, the list will be updated to show ALL Study Sets available.
On click, the list will be updated to show ONLY Study Sets with no tags.
On clicking View
, the list of words in the study set is shown in descending order, for each of them you could Edit or Delete.
You can add new words to the set by Add Word
button.
You can also navigate to previous or next Study Set via buttons at the top.
On clicking Learn
, you will be brought to a page showing 1 word at a time, where you can key in the answer into input field.
You can navigate to previous or next word via buttons at the top.
You can also click Show Answer
or Hide Answer
to toggle display answer for the current word.
You can click on Calculate Score
at any time to see the number of correct/wrong inputs.
On clicking Test
, you will be brought to a page showing 1 word at a time, where you can key in the answer into input field.
This is very similar to Learn
except there will not be an option to show answer for any of the words.
On clicking Delete
, the Study Set will be deleted and local file will also be removed.
On clicking Edit
, you will be brought to a page where you can rename the study set and see the list of existing tags for the correpsonding study set.
In this page, you can also remove existing tags.
On clicking Save Changes
the study set and local data file will be renamed as per input (if empty, the file will not be renamed)
Any input for tag field will be added to the set of tags for the study set.
The application is available in all versions of releases.
The application can be run by double clicking the icon, like other desktop applications.
The progoram is available here.
Program is not allowed to execute by windows system by default
Navigate as per prompts by windows to allow program to be run.
The progoram is available here.
Program is not allowed to execute by operating system by default
- Double click the program (error may or may not be thrown)
- Open Settings and navigate to Privacy & Preferences
- There should be a prompt on disabled execution of quiz_late, click 'open_anyway'