Skip to content

Commit

Permalink
add instruction so its more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
kklai committed Aug 11, 2014
1 parent 82dd79c commit 35964b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
###

page "/demo.html", :layout => "demo"
page "/racked.html", :layout => "demo"
page "/flowchart.html", :layout => "flowchart"
page "/flowchart-design.html", :layout => "flowchart"
set :css_dir, 'stylesheets'
Expand Down
2 changes: 2 additions & 0 deletions source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

<div class="container">
<h4> Write your quiz</h4>

<h5>Choose a Quiz Type</h5>
<form>
<input type="radio" name="quiz-type" value="quiz"><label>Multiple Choice</label>
<input type="radio" name="quiz-type" value="flowchart"><label>Flowchart</label>
Expand Down

0 comments on commit 35964b9

Please sign in to comment.