Changes for page Use Cases

Last modified by Sofia Kostakonti on 2022/04/05 16:54

From version Icon 65.1 Icon
edited by Sofia Kostakonti
on 2022/04/05 16:18
Change comment: improving html placement on pdf
To version Icon 61.1 Icon
edited by Aleksanteri Hämäläinen
on 2022/04/04 13:59
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.SKostakonti
1 +XWiki.ahamalainen
Content
... ... @@ -2,7 +2,9 @@
2 2  <!-- Your HTML code here -->
3 3  
4 4  <h2>UC01: Meal Time Discourse </h2>
5 -
5 +<table width='100%'>
6 +<tr>
7 +<td width='30%' style="font-size:16px">
6 6  <table border='1px' width='50%'>
7 7  <tr border='1px' width='30%'><td bgcolor='gainsboro'>
8 8   <b>Objective</b>
... ... @@ -37,17 +37,19 @@
37 37   1. Slowly start playing music<br>
38 38   2. Greet the PwD and ask if they have eaten yet<br>
39 39   3. <b>IF</b> "Yes":<br>
40 - <div style="padding-left: 20px;">
42 + <div style="padding-left: 40px;">
41 41   3.1 Ask questions about the lunch<br>
42 42   3.2 Say farewell to the PwD<br>
43 43   3.3 Slow stop playing music<br>
44 44   </div>
45 45   4. <b>ELSE IF</b> "No":<br>
46 - <div style="padding-left: 20px;">
48 + <div style="padding-left: 40px;">
47 47   4.1 Prepare for UC002: Eating reminder
48 48   </div>
49 49  </td></tr>
50 -
52 +</table>
53 +</td>
54 +<td width='50%' style="font-size:16px">
51 51  <table border='1px' width='50%'>
52 52  <tr><td bgcolor='gainsboro'>
53 53   <b>UC step<b>
... ... @@ -69,7 +69,15 @@
69 69  <tr><td>4.1</td><td>-</td>-<td>-</td><td>-</td></tr>
70 70  </table>
71 71  
76 +
77 +</td></tr>
78 +
79 +</table>
80 +
72 72  <h2>UC02: Eating reminder</h2>
82 +<table width='100%'>
83 +<tr>
84 +<td width='30%' style="font-size:16px">
73 73  <table border='1px' width='50%'>
74 74  <tr border='1px' width='30%'><td bgcolor='gainsboro'>
75 75   <b>Objective</b>
... ... @@ -109,13 +109,15 @@
109 109   6. Start playing the eating playlist.<br>
110 110   7. Ask: "Are you having a drink also?"<br>
111 111   8. <b>IF</b> "No":<br>
112 - <div style="padding-left: 20px">
124 + <div style="padding-left: 40px">
113 113   8.1 Say "Wouldn't a glass of milk go well with this?"<br>
114 114   </div>
115 115   9. Say: "I hope you enjoyed your lunch break. See you next time".<br>
116 116   10. Slowly stop the music.<br>
117 117  </td></tr>
118 -
130 +</table>
131 +</td>
132 +<td width='50%' style="font-size:16px">
119 119  <table border='1px' width='50%'>
120 120  <tr><td bgcolor='gainsboro'>
121 121   <b>UC step<b>
... ... @@ -139,6 +139,10 @@
139 139  <tr><td>10</td><td>-</td><td>-</td><td>-</td></tr>
140 140  </table>
141 141  
156 +
157 +</td></tr>
158 +
159 +</table>
142 142  {{/html}}
143 143  
144 144