From ad10a6467f76822b9289832eeb0d0ac2038b32d1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 30 Dec 2019 16:57:13 +0100 Subject: Strip down for simple app for Greek verb λύω --- resources/views/trainer.blade.php | 70 ++++++++++++++------------------------- 1 file changed, 25 insertions(+), 45 deletions(-) (limited to 'resources/views/trainer.blade.php') diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index ea0c141..c73dcd3 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -1,26 +1,17 @@ @extends('layouts.with_sidebar') @section('sidebar') -
+
-

Stems

- @foreach (Stem::all() as $stem) -
- -
- @endforeach -
- -
-

Tenses

+

Tempora

@foreach (Tense::all() as $tense)
@@ -29,14 +20,12 @@ use HebrewParseTrainer\Tense;
-

Roots

- {{{ $mode->name }}} +
@endforeach -
@@ -52,39 +41,30 @@ use HebrewParseTrainer\Tense;

There are no verbs matching the criteria in our database.

-

+

-

Parse the verb and enter the answer as described below. Press return. If your answer was correct and there are multiple possible parsings, an extra input field will appear. After the first incorrect answer or after entering all possible answers, you can continue to the next verb by pressing return once more.

- Stems: either use the full name or a significant beginning (i.e. Q for Qal but Pi for Piel rather than P).
- Tenses: use the abbreviations pf, ipf, coh, imp, jus, infcs, infabs, pta and ptp.
- Person: 1, 2, 3 or none (infinitives and participles).
- Gender: m, f or none (infinitives).
- Number: s, p or none (infinitives). + Parseer de werkwoordsvorm en vul het antwoord in, gevolgd door Enter. + Als het antwoord correct is en er meerdere mogelijke antwoorden zijn, verschijnt er een extra invoerveld. + Na het eerste incorrecte antwoord, of als alle mogelijkheden zijn gegeven, kun je door naar de volgende vorm met Enter.

-

Examples: Q pf 3ms, ni pta fp, pi infabs.

-

You can also use the buttons to enter your answer. This is an experimental feature.

-
- -
-
- -
- -
-
-
-
-

About

-
-
-

© 2015–{!! date('y') !!} Camil Staps. Licensed under GPL 3.0. Source is on GitHub.

-

Please report any mistakes to info@camilstaps.nl.

-
+

+ Tempora (tijden): gebruik de afkortingen pr(aesens), imp(er)f(ectum), aor(istus), fut(urum), p(er)f(ectum) en p(lus)q(uam)p(er)f(ectum).
+ Modi (wijzen): ind(icativus), conj(unctivus), opt(ativus), imp!(erativus), p(ar)t(i)c(ipium), inf(initivus).
+ Genera: A(ctivum), M(edium), P(assivum), M(edio-)P(assivum).
+ Persoon (indien van toepassing): 1, 2 of 3.
+ Geslacht (indien van toepassing): M(asculinum), F(eminimum), N(eutrum).
+ Naamval (indien van toepassing): nom(inativus), gen(itivus), dat(ivus), acc(usativus).
+ Getal (indien van toepassing): e(nkel)v(oud) of m(eer)v(oud). +

+

Voorbeelden: pr ind A 1 ev, fut inf M, pqpf ptc P M nom ev.

+

Je kunt ook de knoppen gebruiken om een vorm te parseren.

+

© 2015–{!! date('y') !!} Camil Staps. Gelicenseerd onder GPL 3.0. De broncode staat op git.camilstaps.nl/luo-parsetrainer.git.

+
-- cgit v1.2.3