Sha256: a5e3ec368854ab7a71cb39e6acd7401afc96d7d05b46ce737928cac4081f74f8

Contents?: true

Size: 1.7 KB

Versions: 35

Compression:

Stored size: 1.7 KB

Contents

-# frozen_string_literal: true
- if @questionnaire.allow_hotkeys == "all" or @display_mode == @questionnaire.allow_hotkeys
  %span.panel-action-link
    - hotkeys = ["quby/shortkeys/1key.jpg",
      "quby/shortkeys/2key.jpg",
      "quby/shortkeys/3key.jpg",
      "quby/shortkeys/4key.jpg",
      "quby/shortkeys/5key.jpg",
      "quby/shortkeys/6key.jpg",
      "quby/shortkeys/7key.jpg",
      "quby/shortkeys/8key.jpg",
      "quby/shortkeys/9key.jpg",
      "quby/shortkeys/0key.jpg"]
    %a{:href => "javascript:hotkeyDialog();", :title => "Klik hier voor informatie over de sneltoetsen."}
      Sneltoetsen Help
    .hotkeyDialog{ :title => "Sneltoetsen", :style => "display:none"}
      %p Gebruik de volgende toetsen voor het invullen van de schalen:

      %table
        %tr
          - (1..9).each do |i|
            %td
              = radio_button_tag("RB", i)
              %span= i
        %tr
          - hotkeys.each do |hk|
            %td
              = image_tag(hk)
      %p
        De cijfers komen overeen met de score op de schaal. Indien er geen scores bij de opties staan is de eerste optie gekoppeld aan cijfer 1,
        de tweede aan cijfer 2 enz.
      %p
        Gebruik de #{image_tag("quby/shortkeys/enterkey.jpg")} toets om door te gaan naar een volgende vraag.
      %p
        Gebruik de spatiebalk voor het aanvinken van Checkboxes.
        = check_box_tag("CB")
      %p Gebruik de toetsen #{image_tag("quby/shortkeys/pgdwnkey.jpg")} #{image_tag("quby/shortkeys/pgupkey.jpg")}, #{image_tag("quby/shortkeys/tabkey.jpg")} (Tab) en Shift+#{image_tag("quby/shortkeys/tabkey.jpg")} of #{image_tag("quby/shortkeys/dwnkey.jpg")} #{image_tag("quby/shortkeys/upkey.jpg")} om van vraag naar vraag te gaan.

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
quby-5.6.7 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.6.6 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.6.5 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.6.3 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.6.2 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.6.1 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.6.0 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.5.0 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.4.0 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.3.1 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.3.0 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.2.0 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.1.3 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.1.2 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.1.1 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.1.0 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.0.5 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.0.4 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.0.3 app/views/quby/v1/_hotkey_dialog.html.haml
quby-5.0.2 app/views/quby/v1/_hotkey_dialog.html.haml