Skip to content

Commit

Permalink
screenshot added
Browse files Browse the repository at this point in the history
  • Loading branch information
skaspy authored Jun 1, 2022
1 parent e7c397c commit 4292e05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ IrrVerbPicker is a program that picks random elements from a list of irregular E

It is possible to choose the amount of verbs you want to pick and which grammatical form or combination of forms you want to display. The lists of irregular verbs match the Bavarian version of the Green Line series (G9 Lehrplan Plus/E1).

<p align="center">
<img height="400" src="https://github.com/skaspy/irrVerbPicker/blob/main/screenshot.png" alt="Screenshot 1"/>
</p>

## How to get a copy
### Prerequisites
* Have minimum [Java SE 8](https://www.java.com) installed on your OS.
Expand All @@ -27,7 +31,7 @@ It is possible to choose the amount of verbs you want to pick and which grammati
* run IrrVerbPicker via double click on the file
* run IrrVerbPicker via command line: `java -jar IrrVerbPicker.jar`

### Customize verb lists
## Customize verb lists
If you want to adjust the verb lists to your students' learning level, you can easily modify the *.txt* files. Just delete or add verbs. Be careful to stick to the correct layout pattern:
1. Only one verb per line
2. Seperate infinitive, simple past and past participle by a colon (e.g. go:went:gone)
Expand Down

0 comments on commit 4292e05

Please sign in to comment.