...
...
...
Date: 18/12/17
Features
There are no features in this release!
Improvements
Category | Issue | Issue Description | Notes |
---|---|---|---|
Improvement | PRAC-1733 |
When a Pratique for Browser (P4B) exam is reset |
, the exam file is |
- Reverting instance_cache for diet.state as it causes problems when change is propagated through signals. The code see old value eg on session.set_complete
- Speed up exam list (at least 2x)
- I can confirm that "instance_cache" decorator is removed from deits/models.py and template is adjusted accordingly.
- I am not able to compare this on test.master 5.2.4-rc.1 instance but there were 27 exams and they were listed in less then 3 seconds
- I have tested locally some old branch with 27 exams little bit less then 3 seconds and the 5.2.x branch 34 exams for little bit more then 1 sec
left on the drive. This is not necessary because the exam cannot be used anymore and only occupies disk space. | The fix means that the P4B exam file is removed when an exam is reset, published or locked. | |
Improvement | PRAC-1683 | Added an option to allow |
items imported from a CSV file |
to be left in a draft state. Previously, all items imported were automatically approved unless the import failed. | |
Improvement | PRAC-1712 |
The candidate feedback report is now configurable. The Pass/Fail on Written and OSCE feedback report can be turned on and off in the report configuration |
. | ||
Improvement | PRAC-1713 | Improved combined exams setup and validation |
. Previously, it was possible to combine any kind of exam blocks together. If incompatible blocks were merged together, the result did not make any sense. This improvement means that it now impossible to combine such exams. | If the user tries to combine two unrelated OSCE |
exam blocks |
, Practique will now prevent this. | ||
Improvement | PRAC-1705 | Results download improvements
|
Downloading results for 30 items 2 sessions per 30 candidates from Standard page went 8 sec.
Downloading results for 30 items 1 session 60 candidates from Standard page went 9 sec
This is very close to what Radim has tested and got on his test insgtance with 40 items and 320 candidates
Fixes
Category | Issue | Issue Description | Notes |
---|---|---|---|
Bug fix | PRAC-1732 |
When marking VSAQ item, Practique allows the marker to add an answer as a new available answer for the marked item. If a user tried to add a new answer, Practique failed on unhandled error for which a fix was found. | ||
Bug fix | PRAC-1727 | Fix for unicode answers coming from P4B client |
as marks were lost but |
could be recovered when answers included unicode characters. | |
Bug fix | PRAC-1720 |
I have created exam with 10 OSCE stations and followed the bug reporducing steps.
- Ordering after updating items in the item set has not changed
- Ordering of items on "View Rotations: has not changed
- Ordering on "Visit starting rooms" has not changed
Previously, if the user updated the contents of an item set for an exam that has already been scheduled, Practique lost the station order and scheduling. The fix means that updating the item set to the newest version keeps the stations in the same order as they previously were. | ||
Bug fix | PRAC-1725 | Prevent duplicate item in an item set on double |
clicking on the "Add" button |
. | |||
Bug fix | PRAC-1718 | Fixed bug that allowed duplicated items in item set if there were multiply versions of an item. | It is not possible to add duplicated items with new version to item set |
anymore. It is possible only to "Update items" |
. |
Bug fix | PRAC-1715 |
When a user generated a Candidate feedback report as a ZIP file and tried to download it with the Chrome browser, the ZIP file was not downloaded but displayed inside the browser window instead. This only occurred if Apache server is used as a frontend server. | In Chrome version 62.0.3202.94 it now possible to dowload the report |
. This was also tested on Firefox 55.0.3 |
abnd Safari 11.0.1. | ||
Bug fix | PRAC-1716 | If no items are found during item set generator, the task was not finished successfully |
If no items were found we get the message that "0 items found"
And on celery server log we get that task has. The fix means that the task is now finished successfully. | |
Bug fix | PRAC-1714 |
If user uploaded an Item resource (i.e examiner notes) to an Item and used a file name with spaces and/or unicode characters, the file was successfully stored on the server but could not be downloaded back or displayed. The fix means that the Item Resource file can now be downloaded back. | |
Bug fix | PRAC- |
If "practique.app.apps.AppAppConfig" is not added to django settings INSTALLED_APPS, then we get 404 page Not found
Otherwise if it is set exam file is generated in media/exams folder.
1708 | Previously, if a user edited VSAQ answers on the response edit form and set the values lower than the item max score, the markitem max score was accidentally set to the same value. This causes odd results whereby max_score for an item is not the real max score. | After the score value of the response was changed to lower |
than the item's max score, |
the fix meant it now does not change the max score value of an item. When the user goes from the Standard setting page |
to Item list page |
, the users sees the max score as it was set during the item creation. |
Additionally, an audit log has been created, and |
the user can now see the audit log of the changed mark value on the candidate mark's page. | ||
Bug fix | PRAC-1707 | Fixed order of items displayed on Candidate Edit marks page |
If exam has randomized questions the order of items on edit marks page is according to that candidate's order (by Interview.round number).
Radim Novotny can you please check this if I understood it correctly?. | Applicable only for written exam delivery on paper and not for written exam on iPads, P4B or OSCE exams. | |
Bug fix | PRAC-1701 | Fix for session schedule/rotation page if there is no circuit number 1 |
I'm not 100% sure if I understood the problem here.
I was checking PSD issue related to this and checked the LKC server as well. It seems to me that because they have 2 candidates less then 54 they couldn't see the rotation.
I have tried to reporduce it with small 10 OSCE station situation and didn't assign Circuit 1 for two station and I could see the rotation when I locked the exam. Although I got worning message on Role player settings.
Radim Novotny Can you please check my description if it is correct?in an OSCE exam. | |
Bug fix | PRAC-1702 |
- Added /status?format=ping to help session timeout reset and avoid problem with response code 500
- Logout user from SSO if session inactivity logout is issued.
This was tested with SSO account on pepik.practique.net with 5.2.4-rc.1 since test.master has no SSO settings (Radim).
Robert: I was able to login to pepik.practique.net and after 2 minutes of inactivity pop modal window showed warning me that if I don't close that window in 60 secs I will have to login back again.
If user was automatically logged out due to inactivity, the user was not logged out from SSO too. A fix was found which means that the user is now automatically logged out of Practique and SSO. | |
Bug fix | PRAC-1699 |
On test.master.practique.net I have set SSO settings in settings file and created new user with SSO only login.
I have checked in the django admin and the password was not set.
Then turned that user as regular Practique user and in Django admin I could see that password was created.
Then changed that user again as SSO only and in Django admin password was removed.A fix to handle user's difficulty in resetting the password when the initial account created was as an SSO-only user. | |
Bug fix | PRAC-1648 |
A fix to enable user to search for an Item |
Set by ID |
. |
Security
- none