CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-lodash-unescape

Converts HTML entities to their corresponding characters in a string

Overall
score

85%

Evaluation85%

1.39x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-10/

{
  "context": "This evaluation criteria assesses how well an engineer uses lodash's array searching methods (_.find, _.includes, _.indexOf) to implement user search functionality. The focus is entirely on correct usage of these specific lodash methods.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Uses _.find",
      "description": "Uses lodash's _.find method to implement findUserById function, passing the users array and a predicate (either function or iteratee shorthand like ['id', userId])",
      "max_score": 30
    },
    {
      "name": "Uses _.find predicate",
      "description": "Uses lodash's _.find method with a custom predicate function to implement findUserByPredicate function",
      "max_score": 20
    },
    {
      "name": "Uses _.includes",
      "description": "Uses lodash's _.includes method to implement userExists function, checking if the searchId exists in the userIds array",
      "max_score": 25
    },
    {
      "name": "Uses _.indexOf",
      "description": "Uses lodash's _.indexOf method to implement getUserPosition function, returning the index of searchId in the userIds array",
      "max_score": 25
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/npm-lodash-unescape

tile.json