forked from openmichigan/open_casebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
executable file
·39 lines (30 loc) · 1.41 KB
/
intro.html
File metadata and controls
executable file
·39 lines (30 loc) · 1.41 KB
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
<!-- This page is part of Open Case Builder from University of Michigan, a free open source application available at http://openmi.ch/casebuilder. -->
<!DOCTYPE html>
<html>
<head>
<link href = 'css/generic.css' rel = 'stylesheet' type = 'text/css' />
<link href="css/builder.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- HEADER -->
<div id="header">
<img id = "blue building blocks" width = "55px" src = "images/blue_blocks.png" />
<span id = "title" >Open Case Builder</span>
</div>
<!-- ############### -->
<!--NAVIGATION -->
<span id = "navigation">
<ul id = "nav">
<a href = "intro.html"><li>Introduction</li></a>
<a href = "html/builder.html"><li>Create Case</li></a>
<a href = "html/about.html"><li>About</li></a>
</ul>
</span>
<!-- ############### -->
<div id = 'main_box'>
<p>Open Case Builder is a downloadable web app that can be used to create instructional modules such as patient cases, scenarios, quizzes, or readings. Simply fill out the forms to insert text, media, and questions and use the arrows to arrange them in the desired order. No Internet connection nor knowledge of web page design (HTML) is required. </p>
<br />
<p>If you plan to integrate audio or video with your case, due to some restrictions with the HTML5 format, we recommed that authors and learners use <a href="http://www.google.com/chrome">Google Chrome</a>, a free web browser.</p>
</div>
</body>
</html>