live coder seeding - completes #16

This commit is contained in:
Mark Moser
2016-08-23 21:54:53 -05:00
parent 393fd15ab5
commit 2b55fed1bc
12 changed files with 79 additions and 27 deletions

View File

@ -39,7 +39,7 @@ class CandidateQuizQuestion
end
def input_options
YAML.load(row["input_options"].to_s)
YAML.load(row["input_options"].to_s) || {}
end
def answer