MOSEP-tables
These tables are designed to show the different issues of the target groups. So if for instance a set of qualifications is needed for all targetgroups, please add them in the first column (the spanned one). Other competencies, needed by a specific target group will be added in the certain column.
These are some special issues for the first target-group ... |
In order to change the text, you can either edit this HTML text with an HTML Editor (Dreamweaver, N-Vue, ...) or edit it directly in the code.
The table looks like this, if you are not happy with the styling, please feel free to add more elements in order to make this table more "comprehensive".
Issues | ||
General issues,
relevant for all target groups: |
||
Initial teacher trainers | In-service teacher trainers | Vocational counsellors |
Please specify the relevant issues for
the target group: initial teacher trainers |
Please specify the relevant issues for
the target group: in-service teacher trainers |
Please specify the relevant issues for
the target group: vocational counsellors |
Competencies | |
teacher trainers competencies to implement ePortfolio THEMSELVES | teacher trainers competencies to ADVISE learners to use ePortfolio |
... ... |
... ... |
The table-sytax is written in HTML and appears in the editor like this - just copy this text and edit it with your favourite HTML-Editor:
<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2"> <tbody> <tr align="center"> <td style="background-color: rgb(153, 255, 255);" colspan="3" rowspan="1">Issues </td> </tr> <tr> <td colspan="3" rowspan="1">General issues, relevant for all target groups:<br> ...<br> ...</td> </tr> <tr> <td style="background-color: rgb(255, 255, 153);">Initial teacher trainers</td> <td style="background-color: rgb(255, 255, 153);">In-service teacher trainers</td> <td style="background-color: rgb(255, 255, 153);">Vocational counsellors</td> </tr> <tr> <td>Please specify the relevant issues for the target group: initial teacher trainers<br> ...<br> ...</td> <td>Please specify the relevant issues for the target group: in-service teacher trainers<br> ...<br> ...</td> <td>Please specify the relevant issues for the target group: vocational counsellors<br> ...<br> ...</td> </tr> </tbody> </table>