Spreadsheet

Home Forums Support Spreadsheet

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2765
    Gemma
    Guest

    Hello,

    I am trying to use the spreadsheet but the experiment keeps saying missing items in the running order.

    This is the code:

    var shuffleSequence = seq(randomize(“Sentence”));
    PennController.ResetPrefix(null);

    PennController.Template(

    row => PennController(

    newText(“rating”, row.Sentence)
    .print()

    ,

    Thanks!

    #2774
    Jeremy
    Keymaster

    Hi!

    Try adding "Sentence" , between row => PennController( and newText("rating",row.Sentence): this will give the label Sentence to every item generated by the Template function, so your shuffleSequence can target the items.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.