diff --git a/frontend/src/ts/commandline/lists/result-screen.ts b/frontend/src/ts/commandline/lists/result-screen.ts index 7688b2d0a..60207281b 100644 --- a/frontend/src/ts/commandline/lists/result-screen.ts +++ b/frontend/src/ts/commandline/lists/result-screen.ts @@ -33,6 +33,16 @@ const practiceSubgroup: CommandsSubgroup = { }); }, }, + { + id: "practiseWordsBoth", + display: "both", + exec: (): void => { + PractiseWords.init("words", true); + TestLogic.restart({ + practiseMissed: true, + }); + }, + }, { id: "practiseWordsCustom", display: "custom...",