get_questions.rabl · 212 B · ext
.rabl · seen 16× in SWHvia fallback
swh:1:cnt:a985607f930e6d8c6dac04cf47ebb610d23013c5;origin=https://github.com/joshsilverman/wisr-questionbase;anchor=swh:1:rev:b64923f63f386fc7415d796e3a680b1b2a32f931;path=/app/views/api_v1/get_questions.rabl
Show source
collection @questions
attributes :id, :question
child(:answers) do
attributes :id, :answer, :correct
end
child(:resources) do
attributes :url, :contains_answer, :media_type, :begin, :end, :article_text
end