Stackviewer
Versions
Current version
4.5.0 (2025101600)
4.5.0
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2025101600
Version release name: 4.5.0
Maturity: Stable
Supported Moodle versions: 4.0, 4.1, 4.2, 4.3, 4.4, 4.5
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 4.5
- Recommended PHP version: 8.1
- Required Moodle version: Moodle 4.3
- Required PHP version: 8.0
Changelog
4.5.0 (16.10.2025)
- Update plugin to support Moodle 4.5
- Add comprehensive type hints to all function parameters and return types
- Improve PHPDoc blocks with proper formatting and documentation
4.3.0 (14.10.2024)
- Update to show embedcode for tenant admins.
3.9.6 (24.08.2022)
- Update code style to trigger less errors.
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2025 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
4.3.1 (2024101500)
4.3.1
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2024101500
Version release name: 4.3.1
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 4.3
- Recommended PHP version: 8.0
- Required Moodle version: Moodle 4.3
- Required PHP version: 8.0
Changelog
4.3.0 (14.10.2024)
- Update to show embedcode for tenant admins.
3.9.6 (24.08.2022)
- Update code style to trigger less errors.
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
4.3.0 (2024101400)
4.3.0
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2024101400
Version release name: 4.3.0
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 4.3
- Recommended PHP version: 8.0
- Required Moodle version: Moodle 4.3
- Required PHP version: 8.0
Changelog
4.3.0 (14.10.2024)
- Update to show embedcode for tenant admins.
3.9.6 (24.08.2022)
- Update code style to trigger less errors.
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.7 (2024010200)
3.9.7
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2024010200
Version release name: 3.9.7
Maturity: Stable
Supported Moodle versions: 3.10, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag:
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.6 (24.08.2022)
- Update code style to trigger less errors.
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.7 (2022090600)
3.9.7
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2022090600
Version release name: 3.9.7
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag: 3.9.7
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.6 (24.08.2022)
- Update code style to trigger less errors.
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.6 (2022082406)
3.9.6
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2022082406
Version release name: 3.9.6
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag: 3.9.6
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.5 (2022082404)
3.9.5
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2022082404
Version release name: 3.9.5
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag: 3.9.5
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.4 (2022082402)
3.9.4
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2022082402
Version release name: 3.9.4
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag: 3.9.4
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.2 (2022071100)
3.9.2
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2022071100
Version release name: 3.9.2
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag: 3.9.3
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.3 (24.08.2022)
- Solved dutch text in english lang file. #2
- Solved
slick.jsmissing from thirdpartylilbs.xml #1
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.2 (2022051500)
3.9.2
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2022051500
Version release name: 3.9.2
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch:
Repository tag: 3.9.2
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues
Moodle - mod_stackview
Stackviewer is a course activity plugin which allows teachers to display images as a stack. The
student can scroll through the stack of images, similar to using radiological DICOM software to
research medical imagery. Its intended purpose is for medical education displaying Ultrasound, MRI
and CT radiology imagery for diagnostic purposes. But other educational applications can well be
imagined. The images in the stack are automatically numbered so that an educational dialogue can
be conducted regarding the presented images in the stack.
Stackviewer can be presented at any desired place in a course using Filter Embed Code. Accepted file
types are JPEG, PNG, SVG and GIF. Images will be presented in alphabetical order A-Z 1-9. There is no
limit to the number of images or to the file size. To improve performance, consider the student’s
available bandwidth and device screen size. Using a HD (High Definition) image size of 1280 pixels x
720 pixels as a maximum standard is recommended. Plugin translations available in English and
Dutch.
The development of Stackviewer was commissioned by the Association of Medical Specialists in The
Netherlands https://demedischspecialist.nl Now available to the community of medical teachers
around the world.
Features:
- GDPR null_provider
- Scrollable images based on https://kenwheeler.github.io/slick/ tweaked to allow scrolling.
- Images upload by separate capability.
- Order is based on image names.
- There is an additional filter (filter_stackview) that can be used for embedding.
- Manual embedding sample below.
<iframe src="/mod/stackview/view.php?id=68&action=embedded" width="600" height="600" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>```
Tested in:
Installation
- Copy this plugin to the
mod\stackviewfolder on the server - Login as administrator
- Go to Site Administrator > Notification
- Install the plugin
- You will need to fill out the settings.
Requirements:
- Recommended Moodle version: Moodle 3.9
- Recommended PHP version: 7.4
- Required Moodle version: Moodle 3.9
- Required PHP version: 7.4
Changelog
3.9.2 (15.05.2022)
- Remove unnecessary files
- Don't load dependencies from other places
3.9.1 (26.07.2021)
- Add navigation buttons and allow touch events.
3.9 (09.05.2021)
- Original release
Security Vulnerabilities
If you discover any security vulnerabilities, please send an e-mail to Avetica via l.verhoeven@avetica.nl
License
This project is licensed under the GNU General Public License v3.0. - http://www.gnu.org/licenses or see
the LICENSE file.
Copyright
Copyright © 2021 Avetica :: avetica.nl
Author:
- Luuk Verhoeven :: Ldesign Media - luuk@ldesignmedia.nl
3.9.1 (2021110800)
3.9.1
Plugin type: Activities
Frankenstyle component name: mod_stackview
Version build number: 2021110800
Version release name: 3.9.1
Maturity: Stable
Supported Moodle versions: 3.10, 3.11, 3.9, 4.0
Repository URL (Git): https://github.com/avetica/moodle-mod_stackview
Repository branch: master
Repository tag:
Issue/bug tracker URL: https://github.com/avetica/moodle-mod_stackview/issues