Voluspa
Voluspa's own "Find Your Fragrance" quiz suite — reads the branching quiz's entry paths and first-question scent-family options straight from the quiz…
Voluspa's own "Find Your Fragrance" quiz suite — reads the branching quiz's entry paths and first-question scent-family options straight from the quiz vendor's config.
Domain: voluspa.com
Also known as: Voluspa, voluspa, VOLUSPA
Call it directly
bowmark.providers.voluspa.getFragranceQuizIntro(pathIndex?: number): Promise<VoluspaQuizIntro>Functions
| Function | What it does |
|---|---|
getFragranceQuizIntro | Reads the fragrance quiz's entry screen — its two branching paths and the FIRST question's scent-family options for one of them (0 = home fragrance, 1 = personal fragrance/EDP, as the… |
Types
interface VoluspaQuizButton {
text: string;
action: string;
url?: string;
selectedValue?: string;
}
interface VoluspaQuizIntro {
paths: VoluspaQuizButton[];
firstQuestionOptions: VoluspaQuizButton[];
}