Finish remaining question types
This commit is contained in:
parent
0d54f756d8
commit
5bd1e821f7
20 changed files with 431 additions and 8 deletions
6
app/views/questions/_acrostic_input.html.erb
Normal file
6
app/views/questions/_acrostic_input.html.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%= tag.input class: {"acrostic-input": true, "acrostic-column": on_column},
|
||||
data: {index: index},
|
||||
value: answer_data&.then { |it| it[index] },
|
||||
type: "text",
|
||||
autocomplete: "off"
|
||||
%>
|
Loading…
Add table
Add a link
Reference in a new issue