for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# frozen_string_literal: true
# Workflow for user to take survey
class SurveyWorkflow
def start
# Start Survey
# Get user, visit create
# Start Assessment
# Get Instrument
# Get Items
# Go to First Item
# Speak First Item
end