Skip to content

Commit d603151

Browse files
committed
Formatting changes.
1 parent b33fcfd commit d603151

1 file changed

Lines changed: 13 additions & 22 deletions

File tree

README.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Triage Algorithm
2-
================
1+
# Triage Algorithm
32
Contributors: Melvin Tan, Taylor Martin
43
Tags: triage, algorithm, decision support, quiz, exam, test, questionnaire, survey
54
Requires at least: 3.3
@@ -22,28 +21,25 @@ Create a triage algorithm that pre-screen a patient and generate a physician SOA
2221
You should have received a copy of the GNU General Public License
2322
along with this program. If not, see <http://www.gnu.org/licenses/>.
2423

25-
Description
26-
===========
24+
# Description
2725
This is an unique conditional logic plugin that lets you create set a questions whose answers generate a physician SOAP note.
2826

2927
**To publish a triage algorithm, place its shortcode in a post or page.**
3028

31-
Features
32-
========
33-
##### Create unlimited number of triage algorithms
29+
# Features
30+
#### Create unlimited number of triage algorithms
3431
This plugin has no limitations on the number of triage algorithms you can have.
3532

36-
##### Question types support: single-choice, multiple-choice, text
33+
#### Question types support: single-choice, multiple-choice, text
3734
The plugin will generate respectively a group of radio buttons, checkboxes, or a text area.
3835

39-
##### Define what to do when specific answer is chosen
36+
#### Define what to do when specific answer is chosen
4037
You can define to go to next question, go to a specific selected question, or finish the algorithm.
4138

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
4340
The CSV file can be used to analyze user results in Excel, import it in a database and so on.
4441

45-
Getting Started
46-
===============
42+
# Getting Started
4743
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.
4844

4945
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
5551
** Attention Multi-Site (WP Network) Users! **
5652
The plugin is perfectly compatible with multi-site installations but it should be activated as **blog admin** and NOT as superadmin.
5753

58-
Installation
59-
============
54+
# Installation
6055
1. Unzip the contents and upload the entire `triage-algorithm` directory to the `/wp-content/plugins/` directory
6156
2. Activate the plugin through the 'Plugins' menu in WordPress
6257
3. Go to "Triage Algorithm" in your menu and manage the plugin
6358
4. To publish an algorithm place its shortcode in a post or page
6459

65-
Frequently Asked Questions
66-
==========================
60+
# Frequently Asked Questions
6761
None yet.
6862

69-
Screenshots
70-
===========
63+
# Screenshots
7164
1. The create / edit algorithm form lets you give a title and specify the dynamic end output
7265
2. Here is how the different choices can be connected to different outcomes (plus assigning points at the same time)
7366
3. And of course you can define different results depending on the results collected in the quiz
7467

75-
Changelog
76-
=========
77-
Version 1.0
78-
-----------
68+
# Changelog
69+
## Version 1.0
7970
- First public release of a triage algorithm

0 commit comments

Comments
 (0)