Title: Aori Nevo's Replies | WordPress.org

---

# Aori Nevo

  [  ](https://wordpress.org/support/users/anevo/)

 *   [Profile](https://wordpress.org/support/users/anevo/)
 *   [Topics Started](https://wordpress.org/support/users/anevo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/anevo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/anevo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/anevo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/anevo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/anevo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 160 total)

1 [2](https://wordpress.org/support/users/anevo/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/anevo/replies/page/3/?output_format=md) …
[9](https://wordpress.org/support/users/anevo/replies/page/9/?output_format=md) 
[10](https://wordpress.org/support/users/anevo/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/anevo/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/anevo/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Gradebook blank page](https://wordpress.org/support/topic/gradebook-blank-page/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/gradebook-blank-page/#post-14836061)
 * Hi ihavenoclueakagi,
 * I hope all is well!
 * I’ll take a look later today/tomorrow and try to find the root cause of the issue.
 * Regards,
    Aori
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Code](https://wordpress.org/support/topic/code-39/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/code-39/#post-13247668)
 * Hi ai6667,
 * Attendance and better user experience (i.e. reorganize the presentation when 
   assignment count is greater than some configurable threshold) is definitely something
   I’d like to add to this plugin, however, development has stalled on this plugin.
 * I hope I can pick this up again but at this time, the plugin is currently in 
   maintenance mode (ensuring compatibility with latest WP versions).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Modifications](https://wordpress.org/support/topic/modifications-9/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/modifications-9/#post-13247660)
 * Hi ai6667,
 * I think the challenge in doing that is that the value is stored in the database
   as a decimal, specifically decimal(7,2).
 * The right solutions seems to be to make the presentation of the data configurable
   and based on some conditionals (i.e. if value is >= 70 but < 80, display B) but
   maintain the input values as decimals.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] AN_GRADEBOOK](https://wordpress.org/support/topic/an_gradebook-2/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/an_gradebook-2/#post-13206251)
 * Marking this as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] AN_GRADEBOOK](https://wordpress.org/support/topic/an_gradebook-2/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/an_gradebook-2/#post-13204278)
 * Hi ai6667,
 * Happy to help!
 * The labels for the pie chart can be found in [1]. Letter ranges should be made
   configurable via the settings page but at the time in which this was implemented,
   it was out-of-scope.
 * References
    1. [https://github.com/aorinevo/an-gradebook/blob/master/database/an-gradebook-api.php#L94](https://github.com/aorinevo/an-gradebook/blob/master/database/an-gradebook-api.php#L94)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Grade book installation issues](https://wordpress.org/support/topic/grade-book-installation-issues/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/grade-book-installation-issues/#post-9704851)
 * The issue might be with your hosting provider. The hosting provider can define
   interpolation rules for <% and %> on the server. Interpolation means that the
   server will replace these tags, and everything in between them, with something
   else. These tags need to stay, as-is, for the javascript code to function correctly.
 * That’s what we discovered in helping one of our users troubleshoot a similar 
   issue: See [https://wordpress.org/support/topic/gradebook-page-and-settings-page-are-blank/page/2/](https://wordpress.org/support/topic/gradebook-page-and-settings-page-are-blank/page/2/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Grade book installation issues](https://wordpress.org/support/topic/grade-book-installation-issues/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/grade-book-installation-issues/#post-9704821)
 * Hi rnchor,
 * I wasn’t able to reproduce the issue. I installed fresh copies of wordpress 4.9
   and AN_Gradebook 4.0.11 on my local.
 * I’d like to try to troubleshoot some more with your help. I’d like you to send
   me a couple of screenshots of your browser with the Chrome Developer Tools open(
   use command + I on mac to open it). Screenshot 1: Select the network tab, click
   on gradebook, and take a screenshot of the browser (see [http://www.aorinevo.com/wp-content/uploads/2017/11/dev-network-tab.png](http://www.aorinevo.com/wp-content/uploads/2017/11/dev-network-tab.png)).
   Screenshot 2: Select the console tab, click on gradebook, and take a screenshot
   of the browser (see [http://www.aorinevo.com/wp-content/uploads/2017/11/dev-console-tab.png](http://www.aorinevo.com/wp-content/uploads/2017/11/dev-console-tab.png)).
   You can link to your screenshots in your comments or send me them directly. My
   email is my first and last name at gmail dot com.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Grade book installation issues](https://wordpress.org/support/topic/grade-book-installation-issues/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/grade-book-installation-issues/#post-9702975)
 * Thank you. I’ll try to reproduce the issue in my local.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Grade book installation issues](https://wordpress.org/support/topic/grade-book-installation-issues/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/grade-book-installation-issues/#post-9702874)
 * Hi rnchor,
 * I can take a look. Can you share the version of GradeBook, WordPress, and what
   browser you are using?
 * Regards,
    Aori Nevo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] PHP Errors after fresh install](https://wordpress.org/support/topic/php-errors-after-fresh-install/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-errors-after-fresh-install/#post-7659342)
 * Some troubleshooting suggests that the issue might be with the web host provider.
   Take a look at this support thread, near the bottom: [https://wordpress.org/support/topic/gradebook-page-and-settings-page-are-blank?replies=16](https://wordpress.org/support/topic/gradebook-page-and-settings-page-are-blank?replies=16)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] PHP Errors after fresh install](https://wordpress.org/support/topic/php-errors-after-fresh-install/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/php-errors-after-fresh-install/#post-7659341)
 * I have been trying to troubleshoot the issue but still haven’t found the cause.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] PHP Errors after fresh install](https://wordpress.org/support/topic/php-errors-after-fresh-install/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-errors-after-fresh-install/#post-7659234)
 * I’ve pushed an update. Can you try downloading 4.0.11 and see if the problem 
   persists?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[GradeBook] Installation Error](https://wordpress.org/support/topic/installation-error-108/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/installation-error-108/#post-8119537)
 * Hey shaani,
 * I pushed a fix for this in version 4.0.11.
 * Regards,
    Aori Nevo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] PHP Errors after fresh install](https://wordpress.org/support/topic/php-errors-after-fresh-install/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-errors-after-fresh-install/#post-7659233)
 * Can you create a test account so that I can troubleshoot some more?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GradeBook] Course GradeBook Not Displaying](https://wordpress.org/support/topic/course-gradebook-not-displaying/)
 *  Plugin Author [Aori Nevo](https://wordpress.org/support/users/anevo/)
 * (@anevo)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/course-gradebook-not-displaying/#post-7399718)
 * Hi Zimm,
 * Can you create a test account for me so I can troubleshoot the issue?
 * Regards,
    Aori Nevo

Viewing 15 replies - 1 through 15 (of 160 total)

1 [2](https://wordpress.org/support/users/anevo/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/anevo/replies/page/3/?output_format=md) …
[9](https://wordpress.org/support/users/anevo/replies/page/9/?output_format=md) 
[10](https://wordpress.org/support/users/anevo/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/anevo/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/anevo/replies/page/2/?output_format=md)