hanifhefaz / elm-word2dict-matcher / QuestionsBank

Questions Data

data : List Answer

Here you can define all your questions and answers.

Answer Model


type alias Answer =
{ answer : String
, question : String 
}

This model defines the question and the answer.