All basic question types
This commit is contained in:
parent
3e1e5618ca
commit
4fe218166f
51 changed files with 760 additions and 92 deletions
5
app/views/sessions/new.html.erb
Normal file
5
app/views/sessions/new.html.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<%= form_with url: sessions_path, method: :post do |form| %>
|
||||
<%= form.label :token, "Token" %>
|
||||
<%= form.password_field :token %>
|
||||
<%= form.submit "Start exam" %>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue