inherit
GO NOW Welcome to Pain
145851
0
Nov 2, 2022 12:05:16 GMT -8
Syko Nachoman
as the final day falls into the night, there is peace outside in the narrow light
14,503
August 2009
sykonachoman
|
Post by Syko Nachoman on Jan 21, 2020 20:45:47 GMT -8
I'm wondering if anyone happens to know the best way to create a sorter that you can use to rank items. Here's an example of the type of thing I'm looking for. Basically, it randomly pairs up two items from a list you specify, you choose the item from the pair that you like better, and eventually it produces an overall ranking based on your choices. I've been searching for about half an hour but haven't found anything helpful. The closest thing I found was this website, which allows you to enter items one by one, but I have a pretty long list of items, and I can't figure out the website recognizes as a delimiter. I've tried commas, semicolons, and even pipe characters between the items, but it always treats the entire list as though it were one item. I'm looking for a simple way to convert a long list of items (say, between 50 and 150) into something like that, only without having to enter each item individually. There has to be a simple way to do this, but I haven't found one. Does anyone have any experience with this sort of thing? Edit: I found this tool, but it doesn't seem to be very efficient. Still better than nothing Edit 2: Actually, the thing I found is so inefficient that I'd rather just take the time to use the Biassorter website.
|
|
inherit
220390
0
Aug 7, 2018 7:44:43 GMT -8
Caajscot (John)
Life goes on
3,742
April 2015
caajscot
|
Post by Caajscot (John) on Jan 22, 2020 3:44:04 GMT -8
I'm wondering if anyone happens to know the best way to create a sorter that you can use to rank items. Here's an example of the type of thing I'm looking for. Basically, it randomly pairs up two items from a list you specify, you choose the item from the pair that you like better, and eventually it produces an overall ranking based on your choices. I've been searching for about half an hour but haven't found anything helpful. The closest thing I found was this website, which allows you to enter items one by one, but I have a pretty long list of items, and I can't figure out the website recognizes as a delimiter. I've tried commas, semicolons, and even pipe characters between the items, but it always treats the entire list as though it were one item. I'm looking for a simple way to convert a long list of items (say, between 50 and 150) into something like that, only without having to enter each item individually. There has to be a simple way to do this, but I haven't found one. Does anyone have any experience with this sort of thing? Edit: I found this tool, but it doesn't seem to be very efficient. Still better than nothing Edit 2: Actually, the thing I found is so inefficient that I'd rather just take the time to use the Biassorter website.
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett ๐
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett ๐ on Jan 22, 2020 17:35:57 GMT -8
|
|
inherit
GO NOW Welcome to Pain
145851
0
Nov 2, 2022 12:05:16 GMT -8
Syko Nachoman
as the final day falls into the night, there is peace outside in the narrow light
14,503
August 2009
sykonachoman
|
Post by Syko Nachoman on Jan 23, 2020 14:38:46 GMT -8
This is perfect! Thanks
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Jan 24, 2020 12:04:06 GMT -8
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Feb 4, 2020 8:12:21 GMT -8
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett ๐
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett ๐ on Feb 9, 2020 13:51:33 GMT -8
@cattatack isn't This a little bit similar ? It uses Vue, yes. It has a similar add-to-list functionality.
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Feb 11, 2020 8:32:01 GMT -8
@cattatack isn't This a little bit similar ? It uses Vue, yes. It has a similar add-to-list functionality. Yours is using JS only ? I don't want to use Vue or Pug. I just wanted to know
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett ๐
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett ๐ on Feb 13, 2020 10:29:30 GMT -8
It uses Vue, yes. It has a similar add-to-list functionality. Yours is using JS only ? I don't want to use Vue or Pug. I just wanted to know It is a mix of Vue (JS), HTML, and some Bootstrap CSS / HTML components.
|
|