digraph G {
  select_5 [ label = "Select 5 random questions." ]
  attach [ label = "Attach the questions to the prompt." ]
  iq [ label = "Launch Inquirer." ]
  put [ label = "PUT the results in pouchdb." ]
  return [ label = "Return to the main menu." ]

  select_5 -> attach -> iq -> put -> return
}
