/    Sign up×
Community /Pin to ProfileBookmark

Quiz/Algorithm Developer Question

Hello All,

I’m trying to figure out how to create a system where people take a quiz and it lands on a certain blog page that fits the criteria they filled out. If they don’t like the blog they can, retry and get another answer or similar answer without retaking the quiz.

Example: if someone took a Disney character quiz, they result may be Mickey, Donald, Minnie and Goofy. Their results land to a blog that says You are Mickey. There’s an option that says “Not for you?” They click that and it gives them Donald but not Minnie and Goofy.

Any idea how I could develop this?

to post a comment

2 Comments(s)

Copy linkTweet thisAlerts:
@NogDogJul 10.2019 — I think it depends on how much control/access/visibility you have over both the quizzes and the blog content. I.e., if you have pretty full control, you can set up database relations between keywords and blog entries, and the query for which blogs entries match the most keywords. With very little control, you might need to essentially do a Google search based on a set of keywords/phrases you extract from the quiz results, perhaps.

Assuming there's a database search involved, you can add an offset parameter to the "Not for you?" link that would be used in the DB query, something like "... ORDER BY num_matches DESC LIMIT 1 OFFSET $offset".
Copy linkTweet thisAlerts:
@VITSUSAJul 11.2019 — @trosemedia#1606135 Your example is good but you should make a plan for this concept after that you can implement easier. Once you make the PPT then you can easily reach your goal. If there is any query then we are here to help you.
×

Success!

Help @trosemedia spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.26,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...