You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,28 +21,25 @@ Create a triage algorithm that pre-screen a patient and generate a physician SOA
22
21
You should have received a copy of the GNU General Public License
23
22
along with this program. If not, see <http://www.gnu.org/licenses/>.
24
23
25
-
Description
26
-
===========
24
+
# Description
27
25
This is an unique conditional logic plugin that lets you create set a questions whose answers generate a physician SOAP note.
28
26
29
27
**To publish a triage algorithm, place its shortcode in a post or page.**
30
28
31
-
Features
32
-
========
33
-
##### Create unlimited number of triage algorithms
29
+
# Features
30
+
#### Create unlimited number of triage algorithms
34
31
This plugin has no limitations on the number of triage algorithms you can have.
35
32
36
-
#####Question types support: single-choice, multiple-choice, text
33
+
#### Question types support: single-choice, multiple-choice, text
37
34
The plugin will generate respectively a group of radio buttons, checkboxes, or a text area.
38
35
39
-
#####Define what to do when specific answer is chosen
36
+
#### Define what to do when specific answer is chosen
40
37
You can define to go to next question, go to a specific selected question, or finish the algorithm.
41
38
42
-
#####Export user's answers to a CSV file - with or without details
39
+
#### Export user's answers to a CSV file - with or without details
43
40
The CSV file can be used to analyze user results in Excel, import it in a database and so on.
44
41
45
-
Getting Started
46
-
===============
42
+
# Getting Started
47
43
Once activated the plugin go to Triage Algorithm -> Algorithms in your WP dashboard and create your first algorithm. After entering the algorithm title, description and other settings you will be redirected to create the algorithm results / outcomes.
48
44
49
45
Creating results is optional but very powerful because you can present completely different content to the user depending on what path they took through the algorithm. You can use the result description box for this result-dependent content or even redirect to another page.
@@ -55,25 +51,20 @@ Don't forget that the algorithm must be **published** before it becomes accessib
55
51
** Attention Multi-Site (WP Network) Users! **
56
52
The plugin is perfectly compatible with multi-site installations but it should be activated as **blog admin** and NOT as superadmin.
57
53
58
-
Installation
59
-
============
54
+
# Installation
60
55
1. Unzip the contents and upload the entire `triage-algorithm` directory to the `/wp-content/plugins/` directory
61
56
2. Activate the plugin through the 'Plugins' menu in WordPress
62
57
3. Go to "Triage Algorithm" in your menu and manage the plugin
63
58
4. To publish an algorithm place its shortcode in a post or page
64
59
65
-
Frequently Asked Questions
66
-
==========================
60
+
# Frequently Asked Questions
67
61
None yet.
68
62
69
-
Screenshots
70
-
===========
63
+
# Screenshots
71
64
1. The create / edit algorithm form lets you give a title and specify the dynamic end output
72
65
2. Here is how the different choices can be connected to different outcomes (plus assigning points at the same time)
73
66
3. And of course you can define different results depending on the results collected in the quiz
0 commit comments