You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save the full, raw YAML in the Challenge model so that it can be used for rendering.
Update the Challenge.render function to call each of it's question's .render functions.
Create a Question.render function to render the question using the templating engine. Use the SEED_FORMAT_STRING in the Question model to seed the faker instance.