Randomize items in HTML
I need to shuffle a list of items to create a Captcha
modeule in svelte, with type script
alnguage.
Populating an Array with URLs
I need to write an application in Svelte to be used in Amazon Turk for data collection, that will go over URLs (located at some online storage like GitHub) and show them to the screen.
Populating an Array with URLs in svelte
I’m new to svelte, and need to write an application in svelte
to be used in Amazon Turk
for data collection, that will go over URLs (located at some online storage like GitHub) and show them to the screen.
Hide one element, and show another on the screen in svelte
I’m new to svelte
and tring to implement a task for the Amazon Turk
platform.
In the task I need the participants to have a video which they shold mark in several points, then when they press submit
the video should change to the next one; in total we should have N
videos, for example 10.
Creating logical Array of ‘false’ in svelte
I’m new to svelte, and I need to create an Array that I intend to use as an identifier to render different content one at a time on the screen.
Automatically trigger button to change image svelte
I’m a bit new with svelte
, and I’m building a survay for AmazonTurk
with it to have video-like player embeded in the webpage.