How to use Leitner Mode effectively?

Using Leitner Mode while attemping Java Certification Mock Questions

The most common way to check how well you are prepared for an exam is to attempt mock exams that are similar to the real exam and simulating test environment at home. In some cases, however, this method is not very suitable. For example, when you can't take two hours at a continuous stretch out of your busy schedule, or when you are going through other study material and you want to attempt the questions on the topic that you just studied. It is also unsuitable if you are an experienced programmer already and you just want to fill the gaps in your knowlegdge by attempting as many questions on a given topic as you can whenever you get time. Sometimes, you just want to attempt questions and see the answer immediately after answering each question without going through the whole test. Leitner Mode is perfect for such situations.

Leitner Mode

Leitner System is a method used to efficiently learn flashcards and was proposed by German science popularizer Sebastian Leitner in the 1970s. In this method, known as the Leitner system, flashcards are sorted into groups according to how well you know each one in the Leitner's learning box. When you are shown a flash card, you try to recall the solution written on a flashcard. If you succeed, you put the card to the next group/level. But if you fail, you put it back to the first group. Each succeeding group has a longer period of time before you are required to revisit the cards.

For example, suppose you have 3 groups called Group 1, Group 2 and Group 3. The cards in Group 1 are the ones that you often make mistakes with, and Group 3 contains the cards that you know very well. You might choose to study the Group 1 cards once a day, Group 2 every 3 days, and the Group 3 cards every 5 days. If you look at a Group 1 card and get the correct answer, you "promote" it to Group 2. A correct answer with a Group 2 card "promotes" that card to Group 3. If you make a mistake with a Group 2 or Group 3 card, it gets "demoted" to the first level, which forces you to study that card more often. The advantage of this method is that you can focus on the most difficult flashcards, which remain in the first few groups.

The result is, ideally, a reduction in the amount of study time needed.

How to use Leitner Mode in Enthuware Test Studio

Enthuware Test Studio allows you to learn in Leitner Mode. Here, Questions are treated as flash cards. When you first open the Leitner Mode, you will see four columns - Unlearned, Level 1, Level 2, and Learned. All the questions initially categorized as Unlearned. Click on Start Learning to start a learning session.

How to use Leitner Mode to go through all the questions in the Java certification question bank


You can customize the session to focus on a level, section or duration. If you answer a question correctly, it will be promoted to the next level and if you answer it wrong, it will be demoted to Unlearned level. Depending on how much time you have, your goal should be to move all the questions to "Learned" level. However, if you are short on time, you should at least move all the questions to Level 1.

How to select questions in Leitner Mode


Another great feature in ETS Viewer's Leitner Mode is that you can also go through all the questions that you have missed earlier in other tests. For example, if you have take some standard tests earlier and if you now want to re-do all the questions that you failed to answer correctly, you can use the Leitner mode to zone in on such questions using the Focus On drop down.

Customise Leitner Mode to go through specific questions


Once you use it, you will realize that Leitner mode is a very power tool for optimizing your time while studying for OCP Java Certification exams.

How do I create customized tests in ETS Viewer?

Although Enthuware question banks contain several pre-configured tests such as Standard Tests as well as Objective-wise (aka topic wise) tests, you may create customized tests in ETS Viewer desktop application (not in web application). This feature is useful when you want to create a test on multiple topics or a test with a particular toughness level.

The following screenshots explain how to do so:

Right click on Custom Tests node to create a Test Criteria first


Select Create a test criteria


Give the test criteria a name


Design the test criteria and save it


Take the new test


Important: Note that questions for all kinds of tests come from the same question bank. Different types of tests are just different ways of viewing the same set of questions. Thus, if you take an Objective-wise/topic wise test or a custom test, and then take a Standard Test, some questions may be repeated because Objective-wise tests select random questions on a given topic, while Standard Tests contain a hardcoded list of question ids.

Standard Tests are unique in themselves. That is, every Standard Tests contains a different set of questions. Taking all of the Standard Tests ensures that you will see all of the questions available in the question bank. If you take an objective-wise test after taking all of the standard tests, you will NOT see any new question.

Tracking progress while using multiple machines

I may work on Enthuware tests from a desktop at a library or from my laptop at Starbucks, etc. and at night from my computer at home. Can I continue with an existing session and track my progress?

Yes, you can do that.
To do this, you need to keep your work folder in a shared location such as a USB drive (or a cloud drive such as DropBox) that can be accessed from all your machines.

When you open an ETS file in ETS Viewer for the first time, it automatically creates a folder in your home directory (as governed by the user.home property). For example, if you open the OCP Java 11 question bank, it will create a folder named ETSWF_com_enthuware_ets_1z0-819 under c:\users\johndoe. It keeps all your data such as Progress Report, Notes, and test statuses in this folder. You can change the location of this folder by Right Clicking on the top node in the Test View tree. If you change it to an empty folder on your shared drive, you will be able to share all your data across multiple devices. If you have already started taking tests or creating notes and want to share those on other devices, just copy over the current work folder to your shared drive.

See this image to see and change the location of the work folder:
How to see and change work folder for the question bank

To take a backup of your work, you just need to backup this folder.

Important: If you use a shared folder, make sure you don't use multiple instances simultaneously. Since all the instances will try to modify the same files, the files may become corrupt and unrecoverable.

Font size is too small

The font size of ETS Viewer is too small. How can I increase it?

Screen resolutions vary quite a lot and so it is possible that on some machines the default font size may look too small or too big. To alter the font size, you may either use Tools -> Font Size menu for small changes or you may run ETS Viewer with a command line option that allows you to alter the font size like this:

java -DfontSizeIncrement=10 -jar etsviewer.jar

You can specify however large increment you want in the font size.

If you have a high resolution/4K monitor that is causing the ETS window to become very small, try these solutions.

Automatic Updates

Is the question bank updated frequently? How do I get the updates?


We update the question bank immediately if we feel any improvement is needed or if we find any mistake in the material. Upon updation, we increment the version number of the question bank.

ETS Viewer will automatically notify you if a new version is available and it will also let you download the new version.

You may also manually download the question bank file (.ets file) from our website and replace your existing question bank file with it.