Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The message to familiarize students always appear on assignment and forum #103

Closed
SergioComeron opened this issue Dec 11, 2020 · 1 comment

Comments

@SergioComeron
Copy link

The message to familiarize the students always appears. Also when the activity does not have unicheck activated. I think this behavior is not what is expected. If the activity does not have unicheck activated, this message should not appear.
It appears even if the activity does not have the unicheck option activated from the administration (for example in the following case in the forums)
Admin configuration:
config
Forum View:
forum

Unicheck plugin version: 3.0.0 (Build: 20200901) 2020090100
Moodle version: 3.9.3 and 3.10

mundiir pushed a commit that referenced this issue Dec 15, 2020
### Fixed
- #103
@mundiir mundiir mentioned this issue Dec 23, 2020
mundiir added a commit that referenced this issue Dec 23, 2020
### Added
- `CURLOPT_TIMEOUT` for all requests to Unicheck (The maximum number of seconds to allow cURL functions to execute).
- Added unicheck_users `api_data_hash` DB field

### Changed
- Data transfer type when uploading a file to Unicheck. (from base64 to `multipart/form-data`)

### Fixed
- Duplicate requests to update user rights in Unicheck
- #103
@SergioComeron
Copy link
Author

Thanks. New version fixed this.

Y2788496 added a commit that referenced this issue Feb 15, 2023
* v3.0.0

## [3.0.0]
### Changed
- stop using deprecated setting `unicheck_use` (already use `enabled`) in `config_plugins` table
- migrate all settings in `config_plugins` table from `plugin=plagiarism` to `plugin=plagiarism_unicheck`
- stop using deprecated methods: `\plagiarism_plugin_unicheck::get_form_elements_module` => `plagiarism_unicheck_coursemodule_standard_elements`
    and `\plagiarism_plugin_unicheck::save_form_elements` => `plagiarism_unicheck_coursemodule_edit_post_actions`

* Quiz support (#91)

### Added
- quiz support

* Fix start scan online text 3.x (#93)

* Update readme (#94)

* Add option to quiz (#96)

* Return option ADD_TO_INSTITUTIONAL_LIBRARY to default settings (#97)

* Tracking moodle version 3.x (#101)

### Added
- Tracking moodle version by submitted files

* Add new column to the users table

* Optimize connect to unicheck (#104)

## [3.1.0] 
### Changed
- Network: set CURLOPT_TIMEOUT for all requests in Unicheck API
- Users: added `api_data_hash` column to avoid duplicate requests

* Fix bugs (#105)

### Fixed
- #103

* v3.1.1

### Changed
- Sending files to Unicheck (from base64 to multipart/form-data)

* Fix uploading post data (#107)

* update CHANGELOG

* Some quiz answers are not getting checked (#109)

* Use usage_id instead of attempt_id for displaying reports in quiz (#111)

* Fix conflict with the save and display button (#115)

* change version and changelog

* changed logo

* change version and changelog

---------

Co-authored-by: y.filchenko <y.filchenko@unicheck.com>

---------

Co-authored-by: Aleksandr Kostylev <a.kostylev@p1k.co.uk>
Co-authored-by: Aleksandr Kostylev <mundiir@gmail.com>
Co-authored-by: y.filchenko <y.filchenko@unicheck.com>
Y2788496 added a commit that referenced this issue Feb 15, 2023
* v3.0.0

## [3.0.0]
### Changed
- stop using deprecated setting `unicheck_use` (already use `enabled`) in `config_plugins` table
- migrate all settings in `config_plugins` table from `plugin=plagiarism` to `plugin=plagiarism_unicheck`
- stop using deprecated methods: `\plagiarism_plugin_unicheck::get_form_elements_module` => `plagiarism_unicheck_coursemodule_standard_elements`
    and `\plagiarism_plugin_unicheck::save_form_elements` => `plagiarism_unicheck_coursemodule_edit_post_actions`

* Quiz support (#91)

### Added
- quiz support

* Fix start scan online text 3.x (#93)

* Update readme (#94)

* Add option to quiz (#96)

* Return option ADD_TO_INSTITUTIONAL_LIBRARY to default settings (#97)

* Tracking moodle version 3.x (#101)

### Added
- Tracking moodle version by submitted files

* Add new column to the users table

* Optimize connect to unicheck (#104)

## [3.1.0] 
### Changed
- Network: set CURLOPT_TIMEOUT for all requests in Unicheck API
- Users: added `api_data_hash` column to avoid duplicate requests

* Fix bugs (#105)

### Fixed
- #103

* v3.1.1

### Changed
- Sending files to Unicheck (from base64 to multipart/form-data)

* Fix uploading post data (#107)

* update CHANGELOG

* Some quiz answers are not getting checked (#109)

* Use usage_id instead of attempt_id for displaying reports in quiz (#111)

* Fix conflict with the save and display button (#115)

* change version and changelog

* changed logo

* change version and changelog

---------

Co-authored-by: y.filchenko <y.filchenko@unicheck.com>

---------

Co-authored-by: Aleksandr Kostylev <a.kostylev@p1k.co.uk>
Co-authored-by: Aleksandr Kostylev <mundiir@gmail.com>
Co-authored-by: y.filchenko <y.filchenko@unicheck.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant