Skip to content

Commit 9235c14

Browse files
authored
Merge pull request #467 from codaco/fix/education-protocol-markdown
update education protocol to use markdown
2 parents 2435c5c + bd5672a commit 9235c14

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

public/protocols/education.netcanvas/protocol.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"type": "Information",
341341
"title": "Welcome to the Teaching Protocol",
342342
"items": [
343-
{ "type": "text", "content": "<p>Welcome to Network Canvas. This is the Network Canvas App. It is used for field studies of self-reported social network data. It is part of a suite of apps being developed by the Complex Data Collective and administered by Northwestern University and the University of Oxford. The other apps in the suite enable users to develop their own protocols for the Network Canvas App as well as manage the data that is returned from the app.</p><p>This version is a simple name generator. Answer these questions honestly and sincerely and you will create a version of your own personal network. You can then visualize this network here or open it in social network analysis programs such as UCInet, NodeXL and Gephi.</p><p>No data is transmitted between this app and the Network Canvas team. This is solely for demonstration purposes. To begin tap the next button on the right.</p>" }
343+
{ "type": "text", "content": "Welcome to Network Canvas. This is the Network Canvas App. It is used for field studies of self-reported social network data. It is part of a suite of apps being developed by the Complex Data Collective and administered by Northwestern University and the University of Oxford. The other apps in the suite enable users to develop their own protocols for the Network Canvas App as well as manage the data that is returned from the app.\n\nThis version is a simple name generator. Answer these questions honestly and sincerely and you will create a version of your own personal network. You can then visualize this network here or open it in social network analysis programs such as UCInet, NodeXL and Gephi.\n\nNo data is transmitted between this app and the Network Canvas team. This is solely for demonstration purposes. To begin tap the next button on the right." }
344344
]
345345
},
346346
{
@@ -349,7 +349,7 @@
349349
"type": "Information",
350350
"title": "Generating Names",
351351
"items": [
352-
{ "type": "text", "content": "<p>The first part of creating a personal network is to generate a list of names. On the next screen you will be asked to create “nodes”. Each node represents a person you know. List as many people as you can who fit the criteria.</p>" }
352+
{ "type": "text", "content": "The first part of creating a personal network is to generate a list of names. On the next screen you will be asked to create “nodes”. Each node represents a person you know. List as many people as you can who fit the criteria." }
353353
]
354354
},
355355
{
@@ -423,8 +423,8 @@
423423
"type": "Information",
424424
"title": "Arranging nodes in the sociogram.",
425425
"items": [
426-
{ "type": "text", "content": "<p>On the next screen you will be able to move the nodes corresponding to each person. One by one move them from the corner of the screen to the circle in the middle. Then, we will draw lines between people who know each other.</p>" },
427-
{ "type": "text", "content": "<p>Tips:</p><ul><li>Place people who know each other near to each other</li><li>Place people who know you best closest to the middle</li><li>Leave lots of room between nodes</li></ul>" }
426+
{ "type": "text", "content": "On the next screen you will be able to move the nodes corresponding to each person. One by one move them from the corner of the screen to the circle in the middle. Then, we will draw lines between people who know each other." },
427+
{ "type": "text", "content": "Tips:\n- Place people who know each other near to each other\n- Place people who know you best closest to the middle\n- Leave lots of room between nodes" }
428428
]
429429
},
430430
{
@@ -455,9 +455,9 @@
455455
"type": "Information",
456456
"title": "Drawing ties between people.",
457457
"items": [
458-
{ "type": "text", "content": "<p>A social network typically includes a way to show relationships between people. Here, we will ask you to draw a line between two people who know each other personally. To do this:</p>" },
459-
{ "type": "text", "content": "<ul><li>Click (or tap) on the first node.</li><li>Click (or tap) on the second node.</li></ul><p>A line should appear between the two nodes.</p>" },
460-
{ "type": "text", "content": "<p>Tips:</p><ul><li> If the people are too close to see the line, spread them out a little bit.</li><li>If you make a line and want to delete it, just select the two people like before and the line should disappear.</li></ul>" },
458+
{ "type": "text", "content": "A social network typically includes a way to show relationships between people. Here, we will ask you to draw a line between two people who know each other personally. To do this:" },
459+
{ "type": "text", "content": "- Click (or tap) on the first node.\n- Click (or tap) on the second node.\n\nA line should appear between the two nodes." },
460+
{ "type": "text", "content": "Tips:\n- If the people are too close to see the line, spread them out a little bit.\n- If you make a line and want to delete it, just select the two people like before and the line should disappear." },
461461
{ "type": "video", "content": "linking.mp4" }
462462
]
463463
},
@@ -564,9 +564,9 @@
564564
"type": "Information",
565565
"title": "Exporting Data",
566566
"items": [
567-
{ "type": "text", "content": "<p>This is the end of the data collection stage. As you can imagine there are many more possible kinds of data that you can add to such a questionnaire.</p>" },
568-
{ "type": "text", "content": "<p>Network Canvas is currently adding many new screens to capture a variety of data types. This example was just the beginning.</p>" },
569-
{ "type": "text", "content": "<p>To export this data and continue with some further analysis, please use the \"Download Data\" option in the settings menu.</p>" }
567+
{ "type": "text", "content": "This is the end of the data collection stage. As you can imagine there are many more possible kinds of data that you can add to such a questionnaire." },
568+
{ "type": "text", "content": "Network Canvas is currently adding many new screens to capture a variety of data types. This example was just the beginning." },
569+
{ "type": "text", "content": "To export this data and continue with some further analysis, please use the \"Download Data\" option in the settings menu." }
570570
]
571571
},
572572
{
@@ -575,7 +575,7 @@
575575
"type": "Information",
576576
"title": "Thank you!",
577577
"items": [
578-
{ "type": "text", "content": "<p>To learn more about Network Canvas, please visit our website at <a href=\"http://www.networkcanvas.com/\">http://www.networkcanvas.com/</a>.</p>" }
578+
{ "type": "text", "content": "To learn more about Network Canvas, please visit our website at <http://www.networkcanvas.com/>." }
579579
]
580580
}
581581
]

src/containers/Interfaces/Information.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ import emoji from 'emoji-dictionary';
55
import { Audio, Image, Video } from '../../components';
66

77
const TAGS = [
8-
'heading',
98
'break',
10-
'paragraph',
119
'emphasis',
10+
'heading',
11+
'link',
12+
'list',
13+
'listItem',
14+
'paragraph',
1215
'strong',
1316
'thematicBreak',
1417
];

0 commit comments

Comments
 (0)