-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
92 lines (65 loc) · 2.82 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
=== Pango Sensei Module Collapse ===
Contributors: Pango
Donate link:
Tags:
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires at least: 3.5
Tested up to: 4.5
Stable tag: 1.3.0
Make Sensei modules collapsible
== Description ==
= Description =
Make your Sensei course modules collapsible and expandable with this helpful plugin.
Users can collapse or expand a module by clicking on the toggle arrow. Once expanded the module's lessons are listed below the module title. If the lessons contain a quiz, notes (with media attachments plugin), a video and a video time they will all be displayed in the expanded list.
= Details =
* Used with WooThemes [Sensei](http://www.woothemes.com/products/sensei/) LMS Plugin
* Expand / collapse course modules individually
* Expand / collapse all course modules
* Improved user experience
* Show users video lesson times in the expanded list (If applicable)
* Show users whether the lessons have media attached (Requires free [Media Attachments](http://www.woothemes.com/products/sensei-media-attachments/) plugin)
* Show users whether the lessons include a video
* Show users whether the lessons include a quiz
* Option to remove the Module Title link as it may not serve a purpose anymore
* Perfect for large courses with many modules / lessons
== Installation ==
1. Upload 'plugin-name.php' to the '/wp-content/plugins/' directory
,
2. Activate the plugin through the 'Plugins' menu in WordPress.
,
3. In Dashboard, navigate to Sensei > Settings > Module Collapse and select your required settings
,
4. Enjoy the user-friendly collapsible modules :)
== Frequently Asked Questions ==
== Screenshots ==
1. Screenshot of modules using a custom theme.
2. Screenshot of modules using Twenty Fifteen theme.
3. Screenshot of a module showing whether a lesson includes a quiz, notes, a video, and the video time.
4. Screenshot of admin settings area.
== Changelog ==
= v1.3.0 =
- [Bug Fix] CSS fix for long lesson titles
- [Update] Remove support for < Sensei 1.9
= v1.2.6 =
- [Bug Fix] Fix Expand All | Collapse all links and translation
= v1.2.5 =
- [Feature] Show 'Preview' for lessons in Sensei 1.9
- [Fix] Improve lesson status display for Sensei 1.9
- [Fix] Improve translation for 'Expand/Collapse All' Sensei 1.9
= v1.2.4 =
- [Bug Fix] Fix placement of module status for Sensei 1.8
= v1.2.3 =
- [Bug Fix] Fix module status for Sensei 1.9
= v1.2.2 =
- [Bug Fix] Fix "The plugin does not have a valid header."
= v1.2.1 =
- [Fix] Update for Sensei 1.9
= v1.2 =
- [Bug fix] Remove CSS that breaks images
= v1.1 =
- [Feature] Added settings options in Dashboard
- [Feature] Added icons for quiz, notes and video to lessons list
- [Feature] Added ability to remove Module title link
= v1.0 =
- Initial Revision