Title: grab value
Last modified: August 30, 2016

---

# grab value

 *  Resolved [xiaoy773](https://wordpress.org/support/users/xiaoy773/)
 * (@xiaoy773)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/grab-value/)
 * Is there a way we can store the value of how many words a user has found?
 * [https://wordpress.org/plugins/crosswordsearch/](https://wordpress.org/plugins/crosswordsearch/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [ccprog](https://wordpress.org/support/users/ccprog/)
 * (@ccprog)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/grab-value/#post-6713370)
 * No, solving the crossword is a strictly local activity. It only takes place in
   the browser.
 * Stringing this together with the request of another user for timing the solution,
   there might be an integration with a scoring plugin in the future, but this is
   not imminent.
 *  Thread Starter [xiaoy773](https://wordpress.org/support/users/xiaoy773/)
 * (@xiaoy773)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/grab-value/#post-6713517)
 * I could see there are several variables (from the error message), how can I get
   the value of these variables? I only need count.solution.
 * crosswordData.author
    crosswordData.description : word list crosswordData.level(
   an integer)
 * count.solution — number of words you found
    count.words — total number of words
 *  Plugin Author [ccprog](https://wordpress.org/support/users/ccprog/)
 * (@ccprog)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/grab-value/#post-6713536)
 * There is a more-or-less undocumented backdoor because AngualrJS leverages jQuery.
   `
   jQuery('.crw-wrapper').data().$scope.count` gets you at these values, but you
   must be aware that this is not a recommended way to export data from AngularJS
   controllers and might have serious side-effects. I’d be extremely wary to use
   them in a closure.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘grab value’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crosswordsearch_f19999.svg)
 * [crosswordsearch](https://wordpress.org/plugins/crosswordsearch/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crosswordsearch/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crosswordsearch/)
 * [Active Topics](https://wordpress.org/support/plugin/crosswordsearch/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crosswordsearch/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crosswordsearch/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ccprog](https://wordpress.org/support/users/ccprog/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/grab-value/#post-6713536)
 * Status: resolved