Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created February 11, 2019 22:45
Show Gist options
  • Save ratbeard/49f7223e0634fa102374380c11f240b3 to your computer and use it in GitHub Desktop.
Save ratbeard/49f7223e0634fa102374380c11f240b3 to your computer and use it in GitHub Desktop.
export function buildSequenceItem({ activity, baseUrl, sequenceItem }: {
activity: Activity,
baseUrl: string,
sequenceItem: SequenceItem,
}): SequenceItemUI {
}
export function buildQuestionPool(
activity: Activity,
baseUrl: string,
questionPool: QuestionPool
): QuestionPoolUI {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment