Sha256: 3c4d15f26326198c2f8e66a0fbd6ac250e431cd963d3b4ce0532e99e74430929
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 Bytes
Contents
survey "Favorites" do section "Foods" do # In a quiz, both the questions and the answers need to have reference identifiers # Here, the question has reference_identifier: "1", and the answers: "oint", "tweet", and "moo" question_1 "What is the best meat?", :pick => :one, :correct => "oink" a_oink "bacon" a_tweet "chicken" a_moo "beef" end end
Version data entries
9 entries across 9 versions & 1 rubygems