Infinity Reader: Working Memory Interference in large words and/or randomly selected words

in #utopian-io6 years ago (edited)

The Infinity Reader App (Infinity): Have a new system to approach Speed-reading.
Based on Word acceleration (Speed-Memory) on the RSVP and (Dual N-back Interference or Tricky Stimulus) in large words or created in randomly words (configurable).

New Features

Now I added Interference or tricky stimulus in random words and/or large words (default configuration). This situation means that when you have a large word the App return two words or one word before in the text and then continue to the next words.

Studies that recommend tricky stimulus in Working Memory Training.

https://www.ncbi.nlm.nih.gov/pubmed/23982078
https://www.ncbi.nlm.nih.gov/pubmed/21787103

Test the App Online: http://competicionmental.appspot.com/router?page=infinity&en=1

Code:


//tricky: nexTricky (can I return?), n("tricky") configurable random tricky stimulus
  if(_.random(1,100)<=n("tricky") && position-2>=0 && nexTricky==0 || ( word_length>=8 && position-2>=0 && nexTricky==0 ) ){

    nexTricky=0;
    
    if(_.random(0,1)){ maxTricky=2; position-=wordsByFlash; }else{ maxTricky=3; position-=wordsByFlash*2; }

  }else{
    posicion+=wordsByFlash;
  }

//prevent no to do double, triple ... tricky stimulus
  if(nexTricky==maxTricky){ nexTricky=0; }else{ nexTricky++; }

Video: First minute tricky stimulus only on large words next minute (tricky stimulus) on 25% of words

Sort:  

Thank you for the contribution. It has been approved.


Need help? Write a ticket on https://support.utopian.io.
Chat with us on Discord.

[utopian-moderator]

Hey @vernetit I am @utopian-io. I have just upvoted you!

Achievements

  • You have less than 500 followers. Just gave you a gift to help you succeed!
  • Seems like you contribute quite often. AMAZING!

Utopian Witness!

Participate on Discord. Lets GROW TOGETHER!

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Congratulations @vernetit! You have received a personal award!

1 Year on Steemit
Click on the badge to view your Board of Honor.

Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - Round of 16 - Day 4


Participate in the SteemitBoard World Cup Contest!
Collect World Cup badges and win free SBD
Support the Gold Sponsors of the contest: @good-karma and @lukestokes


Do you like SteemitBoard's project? Then Vote for its witness and get one more award!

Congratulations @vernetit! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.033
BTC 70013.82
ETH 3766.83
USDT 1.00
SBD 3.80