antialiasis / favorite-picker

A tool to sort things in order of preference.
MIT License
128 stars 148 forks source link

Choices not appearing #25

Closed Jellyflower22 closed 5 months ago

Jellyflower22 commented 12 months ago

idk what i did wrong but when i go on the website everything's there except the choices :/

<!DOCTYPE html>

Taylor Swift songs Favorite Picker

Taylor Swift songs Favorite Picker

For each group of Taylor Swift songs presented to you, click one or more of your favorites from that group and press the "Pick" button. Eventually, your favorite songs will start appearing under "Found Favorites". You can continue as long as you like to construct an arbitrarily long list of your favorite songs!

In principle, this picker is perfectly accurate, provided you pick consistently - you'll correctly get your second favorite second, even if it's pitted against your absolute favorite early on, for instance. You can reorder your favorites after you've found them, but in principle you shouldn't need to.

Feel free to include or exclude certain albums based on what you've listened to!(Songs outside of albums are not yet included but will most likely be one day.)

Original source code by antialiasis with instructions here, based off of the Favorite Pokemon Picker! and the Warrior Cats Favorite Picker!

Include albums:

Number of characters displayed:

Found favorites

antialiasis commented 12 months ago

Some of these song titles have apostrophes in them. This means you need to either surround the title with double quotes ("") or escape the apostrophe in the title by writing it as \'. Note that that's a backslash, not a slash. Here I would recommend doing double quotes throughout, as none of the titles have actual double quotes, at a glance.