diff options
| author | Camil Staps | 2016-01-05 19:27:24 +0100 | 
|---|---|---|
| committer | Camil Staps | 2016-01-05 19:29:19 +0100 | 
| commit | 8583f7c119434dccacdb1d6d14136cae3533fa3f (patch) | |
| tree | e1d6f80a80a30166d24c69be8ed4805b8c80b841 /resources/views/trainer.php | |
| parent | Merge branch 'master' of github.com:camilstaps/HebrewParseTrainer (diff) | |
Allow for multiple correct answers
Diffstat (limited to 'resources/views/trainer.php')
| -rw-r--r-- | resources/views/trainer.php | 16 | 
1 files changed, 1 insertions, 15 deletions
| diff --git a/resources/views/trainer.php b/resources/views/trainer.php index 3b8d926..3794ec4 100644 --- a/resources/views/trainer.php +++ b/resources/views/trainer.php @@ -68,23 +68,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.                          </div>                      </form>                  </div> -                <div class="col-md-10 col-sm-8"> +                <div class="col-md-10 col-sm-8" id="trainer-input-container"">                      <p class="bg-danger" id="trainer-404">There are no verbs matching the criteria in our database.</p>                      <p class="lead"><span class="hebrew hebrew-large" id="trainer-verb"></span><span id="trainer-answer"></span></p> -                    <div class="row"> -                        <div class="col-md-8"> -                            <div class="form-group"> -                                <label for="trainer-input">Parse:</label> -                                <input type="text" class="form-control" id="trainer-input" placeholder="Q pf 3 m s"/> -                            </div> -                        </div> -                        <div class="col-md-4"> -                            <div class="form-group"> -                                <label for="trainer-parsed">Interpreted as:</label> -                                <input type="text" class="form-control" id="trainer-parsed" readonly="readonly"/> -                            </div> -                        </div> -                    </div>                  </div>              </div>          </div> | 
