,,,,,<img src="https://club-supreme.com/wp-content/uploads/2022/06/QuizLogoTransparent.png" alt="Club Supreme logo" class="center"/><div class="title">Supreme Self Quiz
//Body Edition//
[[START|Q1]] </div><<set $Result to 0>><<set $Pet to 0>> <div class="header">You’re so close!</div>
Club Supreme is helping its many members achieve their dream transformation, and you’re perfect for us! Based on your answers, you could be eligible to be fast tracked to:
<<if $Result is 1>> <div class="header">Tier 1</div>
The beginning of your journey to becoming the Club’s first SUPREME CITIZEN, you have a long way to go - but with the careful guidance of the WORSHIPFUL MASTER, you could go all the way to the TOP.
<<elseif $Result is 2>><div class="header">Tier 2</div>
You’re showing great potential! Club Supreme’s WORSHIPFUL MASTER can spot a SUPREME CITIZEN in the making a mile off. You could skip Tier 1 and get ahead of the rest!
<<elseif $Result is 3>><div class="header">Tier 3</div>
You clearly know what you want, but do you know how to get there? The WORSHIPFUL MASTER could change your life FOREVER!
<</if>>
Sign up TODAY in the Members Area @<div class ="smallLink"> <a href="https://club-supreme.us17.list-manage.com/subscribe?u=046dcc01075dbcf20474512fc&id=d0f7adc52c" target="_blank" style="display: inline-block;">club-supreme.com</a></div>
To confirm your eligibility, simply speak to an esteemed Personal Assistant of the Worshipful Master at your local Club Supreme Roadshow.
Based on your location, your closest Roadshow is at: ''Old Fruit Market, Glasgow''
*//Saturday 30th July//<div class ="smallLink"> <a href="https://www.glasgowlife.org.uk/event/1/surge-presents-club-supreme-roadshow-30-jul" target="_blank">Book Here</a></div>
*//Sunday 31st July//<div class ="smallLink"><a href="https://www.glasgowlife.org.uk/event/1/surge-presents-club-supreme-roadshow-31-july" target="_blank">Book Here</a></div>
Use the handle @clubsupremeit and share your result on:
*<div class ="smallLink"><a href="https://www.facebook.com/sharer.php?u=https://club-supreme.com/supreme-body-quiz" target="_blank" rel="nofollow noopener" style="display: inline-block;">FaceBook</a></div>
*<div class ="smallLink"><a href="https://twitter.com/intent/tweet?url=https://club-supreme.com/supreme-body-quiz" target="_blank" style="display: inline-block;">Twitter</a></div>
*<div class ="smallLink"><a href="https://www.instagram.com/clubsupremeit/" target="_blank">Instagram</a></div>
[[Restart Quiz|Introduction]]
<<audio "resultSFX" play volume 0.5>>Q1. What is your dream job?
<<radiobutton "$Job" "Rocket scientist" checked>> Rocket scientist
<<radiobutton "$Job" "Veterinarian">> Veterinarian
<<radiobutton "$Job" "Personal Assistant">> Personal Assistant
<<radiobutton "$Job" "Sculptor">> Sculptor
[[Continue|Q2]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q2. If you had a superpower, what would you choose?
<<radiobutton "$Power" "Invisibility" checked>> Invisibility
<<radiobutton "$Power" "Teleportation">> Teleportation
<<radiobutton "$Power" "Controlling the weather">> Controlling the weather
<<radiobutton "$Power" "Telepathy">> Telepathy
[[Continue|Q3]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>
Q3. Are you a cat or dog person?
<<radiobutton "$Pet" $Pet+=1 checked>> Cat
<<radiobutton "$Pet" "+=1">> Dog
<<radiobutton "$Pet" "+=1">> Fish
[[Continue|Q4]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q4. What is your star sign?
<<listbox "$lbanswer" autoselect>>
<<option "Aquarius">>
<<option "Pisces">>
<<option "Aries">>
<<option "Taurus">>
<<option "Gemini">>
<<option "Leo">>
<<option "Virgo">>
<<option "Libra">>
<<option "Scorpio">>
<<option "Saggitarius">>
<<option "Capricorn">>
<</listbox>>
[[Continue|Q5]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q5. What do you value in a friend?
<<radiobutton "$Value" "Loyalty" checked>> Loyalty
<<radiobutton "$Value" "Humour">> Humour
<<radiobutton "$Value" "Kindness">> Kindness
<<radiobutton "$Value" "Strength">> Strength
[[Continue|Q6]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q6. How long do you typically spend in the shower?
<<listbox "$Shower" autoselect>>
<<option "Less than 5 minutes">>
<<option "5 - 10 minutes">>
<<option "Over 10 minutes">>
<<option "I don't shower">>
<</listbox>>
[[Continue|Q7]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q7. Choose one of the two images below - <div class="row"><div class="container"> <a data-passage="Q8" class="link-internal link-image"> <img src="https://club-supreme.com/wp-content/uploads/2022/06/Quiz1Monochrome.png" style="width:100%" alt="Monochrome Pattern"></a></div>
<div class="container"> <a data-passage="Q8" class="link-internal link-image"> <img src="https://club-supreme.com/wp-content/uploads/2022/06/Quiz1Mulicolour.png" style="width:100%" alt="Multicolour Pattern"></a></div></div>
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q8. What comes next in the pattern?
''(12, 36, 102, …)''
<<numberinput "$Pattern" 1 0 999 autofocus>>
[[Continue|Q9]]
[[Restart Quiz|Introduction]]
<<audio "answer" play volume 0.5>>Q9. Who would you take on a trip to the highlands?
<<radiobutton "$Guest" "NHS worker" checked>> NHS worker
<<radiobutton "$Guest" "A blind date">> A blind date
<<radiobutton "$Guest" "Your local priest">> Your local priest
<<radiobutton "$Guest" "Jim Carrey">> Jim Carrey
[[Finish|Result]]
<<audio "answer" play volume 0.5>>
<<set $Result to random(1, 3)>><<cacheaudio "answer" "wav|https://club-supreme.com/wp-content/uploads/2022/06/QuizNextQuestion">>
<<cacheaudio "resultSFX" "mp3|https://club-supreme.com/wp-content/uploads/2022/06/QuizResultsReveal">>
<<script>>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
<</script>>