ex_form v0.1.0 ExForm

Api wrapper module for http://docs.typeform.io

Summary

Functions

build(fields, title, web_hook, tags \\ [:deafult])
long_text(state, question, max_characters \\ nil, opts \\ [])
multiple_choice(state, question, choices, opts \\ [])
new()
number(state, question, min_value \\ nil, max_value \\ nil, opts \\ [])
opinion_scale(state, question, left, center, right, steps \\ 11, start_at_one \\ false, opts \\ [])
publish(fields, title, web_hook, tags \\ [:deafult])
rating(state, question, steps \\ 5, shape \\ "star", opts \\ [])
short_text(state, question, max_characters \\ nil, opts \\ [])
typeform_publish(data)
yes_no(state, question, opts \\ [])