Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. $info = '<div id="Text">This page will guide you through how to create your own Careers in the Classroom presentation.
  2. Producing a presentation is very simple, just follow the steps below:
  3. <ol>
  4. 1) Choose an academic principle around which to base your answers
  5. <li> This will determine in which lesson your presentation will be shown to pupils </li>
  6. <li> First choose an academic subject from the drop-down box below (i.e. Maths, Science, Geography)</li>
  7. <li> Then choose an area out of the subject you have chosen (i.e. Geometry, Physics, Physical Geography) </li>
  8. <li> Which will then bring up a list of principles to choose from* (i.e. Area, Forces, Rocks)</li>
  9. *Make sure you pick the principle which is most relevant to your job because you will be asked to talk about it later*
  10. </ol>
  11.  
  12.  
  13. <<<<< this is where i want my drop down boxes to be >>>>
  14.  
  15. <br/><br/>
  16. <ol>
  17. 2) Take note of your target age
  18. <li> Click the Show my target age button and take note</li>
  19. <li> The principle you have chosen will be taken from a school curriculum which may apply to a variety of age ranges. Bear in mind that if you are preparing a presentation for a 16 year old pupil this will need to have a different tone to that aimed at an 8 year old pupil.</li>
  20. <div id="ResultList" >
  21. Click the button to find the key stage
  22. </div>
  23. <input style="position:relative;left:320px;top:-20px;" type="submit" value="Search"/>
  24. </ol>
  25. <ol>
  26. 3) Download the questionnaire
  27. <li> Below you will find a link to the questionnaire, it will be beneficial to read over this before you begin videoing. </li>
  28. <li> The questionnaire is split into sections the most important section is D - Using school subjects in your career. </li>
  29. <li> When answering the questions try to elaborate on your answers, the more information the better. </li>
  30. <li> Where there is a choice of questions out of a section try to choose the ones which relate to your career the most or which yield surprising and interesting answers</li>
  31. </ol>
  32. <br/>
  33. <ul style="width:140px;position:absolute;top:440px;height:25px;padding-top:1px;left:60px;list-style-type:none;" id="menu">
  34. <li style="list-style-type:none;">
  35. <a href=./downloads/questionaire.pdf>
  36. Questionnaire
  37. </a>
  38. </li>
  39. </ul>
  40. <ol> 4) Filming your answers
  41. <li> When you are ready you can film the answers to the questionnaire </li>
  42. <li> The guide below will help you</li>
  43. </ol>
  44. <br/>
  45. <br/>
  46. <ul style="width:225px;height:25px;padding-top:1px;position:absolute;top:550px;left:60px;list-style-type:none;" id="menu">
  47. <li style="list-style-type:none;">
  48. <a href=./downloads/producingavideo.docx>
  49. Guide to Producing a Video
  50. </a>
  51. </li>
  52. </ul>
  53.  
  54. <ol> 5)Upload your footage to this website
  55. <li> You will find a link below which will take you to the upload page </li>
  56. <li> Here you will need to input information about your career and about the academic principle you have chosen </li>
  57. <li> You will also need to put all your footage into a zipped folder and upload it - see the instructions below</li>
  58. </ol>
  59. <ul style="width:105px;height:25px;padding-top:1px;position:absolute;top:690px;left:60px;list-style-type:none;" id="menu">
  60. <li style="list-style-type:none;">
  61. <a href=./downloads/producingavideo.docx>
  62. zip files
  63. </a>
  64. </li>
  65. </ul>
  66. <br/>
  67. If you have any difficulty with any part of this website please do not hesitate to contact us using the details on the home page </div> ';
  68.  
  69. include "select.class.php";
  70.  
  71. echo "<form id="select_Academic">";
  72. echo "<select style="width:200px;" id="category" name="cat" >";
  73. echo $opt->ShowAllCategory();
  74. echo "</select>";
  75.  
  76. echo "<select style="width:200px;"id="type">";
  77. echo "<option value="%">";
  78. echo "Section";
  79. echo "</option>";
  80. echo "</select>";
  81.  
  82. echo "<select style="width:200px;"id="principle">";
  83. echo "<option value="%">";
  84. echo "Principle";
  85. echo "</option>";
  86. echo "</select>";
  87.  
  88. <<<<< this is where i want my drop down boxes to be >>>>
  89.  
  90. [LIST1] [LIST2]
  91.  
  92. echo "<form id="select_Academic">";
  93. echo "<select style="width:200px;" id="category" name="cat" >";
  94. echo $opt->ShowAllCategory();
  95. echo "</select>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement