Relative Content

Tag Archive for typescriptsvelte

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.