# A/B Testing quiz https://www.sanity.io/learn/course/a-b-testing/a-b-testing-quiz.md You have made it this far 🎉, lets have a quiz to put your A/B testing knowledge to the ... test. **Question:** What is A/B Testing? 1. A way to compare two versions of content to see which has the most page views 2. A way to compare two versions of content to see which performs better. 3. A way to convince your boss that your idea is better by showing them two versions of it and hoping they pick the one you want. 4. A way to pick at random what content you should use **Question:** What are common names for the A/B test versions? 1. Control and Comparison 2. Control and Benchmark 3. Benchmark and Variant 4. Control and Variant 5. Comparison and Variant **Question:** How do you assign a user to a group? 1. Assign them based on what you think they will prefer 2. First x see version 1, then next y see version 2 3. At random but aware of biases like screen size 4. By location **Question:** When using the fieldLevelExperiments plugin from @sanity/personalization-plugin what would be the name of the type to use for an experiment on a text field? 1. experimentText 2. testText 3. customText 4. textExperiment **Question:** When using a function to get experiments in the fieldLevelExperiments plugin, what is passed in? 1. current user 2. schema 3. sanity client **Question:** How do you ensure a consistent user experience when doing A/B testing? 1. Only run one experiment at a time 2. Only show one variant at a time 3. Add a cookie to store which variant a user sees 4. Ask the user what version they want to see