Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A question about tokenized_text
#2
Hi there!

Using the "delimiter" parameter should serve this purpose! https://help.findingfive.com/api/stimuli...=delimiter

The code could look something like this:


Code:
{
  "type": "tokenized_text",
  "content": "The Bûche de Noël cake, is, a, French, Christmas tradition",
  "delimiter": ",",
  "keep_last": true,
  "mode": "plain"
}


Importantly, the delimiter (i.e., the comma) could be set to whatever you wanted it to be. For instance, you could use the / instead. You can also set the duration for whatever duration you'd like. 

The "keep_last" property will allow you to keep the last token on display after the stimulus completes. The default is false, so you would need to include this if you would like the text to be fixed.
Reply


Messages In This Thread
A question about tokenized_text - by Hyeonah - 05-06-2021, 09:46 AM
RE: A question about tokenized_text - by Grace - 05-07-2021, 09:27 AM
RE: A question about tokenized_text - by Hyeonah - 05-07-2021, 09:55 AM
RE: A question about tokenized_text - by Grace - 05-07-2021, 10:07 AM
RE: A question about tokenized_text - by Hyeonah - 05-07-2021, 10:29 AM
RE: A question about tokenized_text - by Ting - 05-07-2021, 08:30 PM
RE: A question about tokenized_text - by Hyeonah - 05-07-2021, 09:29 PM
RE: A question about tokenized_text - by Ting - 05-08-2021, 08:02 PM
RE: A question about tokenized_text - by Hyeonah - 05-10-2021, 05:23 PM
RE: A question about tokenized_text - by Ting - 05-12-2021, 10:08 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)