Double blind review issue

Some editors complain that although in the journal settings double blind is checked, when they assign a reviewer the default is blind, not double blind for review type. Current version is 3.1.1.0. Has anyone else encounter this problem?

Hi @midoio,

although in the journal settings double blind is checked

Do you mean this setting?

image

Regards,
Alec Smecher
Public Knowledge Project Team

I recall seeing a situation where a journal had never saved that settings page so even though it seemed that there was a default setting given there was no actual setting in the database. The settings page just showed the first option as if it would had been selected. Not sure if this is already fixed in current versions.

2 Likes

Yes. The editors discovered that the new version of OJS does not automatically ensure a double-blind peer review even though they’ve selected this feature in the system workflow. The section editors are now required to check a box to make the review double blind when sending things out to review (which they didn’t have to do before) and some of them, not realizing this, have assigned articles to reviewers which are not blind/double blind

image.

Hi @midoio,

Per @ajnyga’s suggestion above, did you make sure that the setting is saved in the journal settings area where the review mode is changed?

Regards,
Alec Smecher
Public Knowledge Project Team

Yes, the double blind review is saved in settings.That is the problem; when editors sent out review requests, double blind should be automatically checked, but instead, blind review is checked. Editors assumed that they would sent out double blind review requests and they were not.

Hi @midoio,

Can you try running the following database query and report the results?

SELECT * FROM journal_settings WHERE setting_name='defaultReviewMode';

Regards,
Alec Smecher
Public Knowledge Project Team

This is the result. Thanks!

sql%20(1)

Hi @midoio,

Thanks – and what is the journal_id for the journal you’re having trouble with? (You can see this in the journals table.)

Regards,
Alec Smecher
Public Knowledge Project Team

Thanks, it is journal_id # 3.

Hi @midoio,

Hmm, I just ran a test under similar conditions and it works as expected – double-blind in journal setup results in a defaultReviewMode setting of 2, and the “Double Blind” option is chosen by default for new reviews (checked="checked" in the form markup). Are you having trouble with other journal settings not “sticking” when you save the setup forms? If so, is it possible that your cache directory has its file permissions set incorrectly?

Regards,
Alec Smecher
Public Knowledge Project Team

Thank you very much for your help, clearing the cache solved this issue.

hi @asmecher,
I have the same problem. I tried to clear the cache but it didn’t work. How can I fix it?

Bye
Tiziano

Hi @Tiziano,

What exact version of OJS are you using?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,
OJS 3.1.1.4 version.

Bye
Tiziano

Hi @Tiziano,

Have you made sure to save the settings form where the default review type is set?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,
yes we do,
47

after clearing the cache, the reviewers did not automatically set themselves as decided in the review setup.

thanks for help
Bye
Tiziano

Hi @Tiziano,

Can you check your database per Double blind review issue - #7 by asmecher?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher!!!
I checked the database as you suggested and in the setting_value column I have “2” as value. I’ve still cleared the cache but nothing’s changed. Any suggest?

Thanks for support!

Bye
Tiziano

Hi @Tiziano,

I wasn’t able to replicate this issue myself, so I still think the most likely cause is the cache directory’s contents. When you cleared the cache, did you do so through OJS, or by removing cache/*.php using a file manager or something similar? If the file permissions don’t allow OJS to delete those files, trying to clear the cache through OJS won’t be effective.

Regards,
Alec Smecher
Public Knowledge Project Team