Professional Development

Professional Development

%%title%%

Added by %%created_by%% on %%created_at%%

Grade Level: %%form_data{grade}%%
Subject: %%form_data{subject}%%
Tags: %%tag1%%, %%tag2%%, %%tag3%%

Description

%%form_data{blurb}%%


Supporting Files

File 1: %%form_data{file1}%%

File 2: %%form_data{file2}%%

File 3: %%form_data{file3}%%


Supporting Webpages

URL 1: %%form_data{url1}%%

URL 2: %%form_data{url2}%%

URL 3: %%form_data{url3}%%


Citation/Ownership

%%form_data{citation}%%


====
[[form]]
fields:

  subject:
    label: Subject
    type: select
    values:
      math: Math
      la: Language Arts
      ss: Social Studies & History
      sci: Science
      art: Art
      pe: Physical Education
      pshe: PSHE
      fun: Something Fun!
      none: None in particular
    default: none

  grade:
    label: Grade Level
    type: select
    values:
      4: All School
      5: Elementary
      6: Upper School
      7: Pre-K or Kinder
      8: Early Elementary
      9: Upper Elementary
      10: Middle School
      11: High School
      12: PYP
      13: MYP
      14: IBDP
      15: AP
      16: Other
    default: 16

  tagtext:
    type: static
    value:  " Add tags to the resource. These are really quasi-tags as the wiki doesn't see them as tags but does add another way to filter the data."

  tag1:
    label: Tag 1
    type: text

  tag2:
    label: Tag 2
    type: text

  tag3:
    label: Tag 3
    type: text

  text1:
    type: static
    value:  " Describe the Professional Development Resource."

  blurb:
    label: Resource Description
    type: wiki
    width: 60
    height: 15

  videotext:
    type: static
    value:  " If you would like to add a video insert the **Embedding code** below." 

  video:
    label: Supporting Video
    type: text
    match: /(<iframe)|()/
    match-error: "Please make sure you have copied the embedding code and not just the URL."
    width: 50
    height: 3

  filetext:
    type: static
    value:  " Select up to three files to upload to go with this Professional Development Resource."

  file1:
    label: File 1
    type: file

  file2:
    label: File 2
    type: file

  file3:
    label: File 3
    type: file

  urltext:
    type: static
    value:  " Select up to three webpages in support of the Professional Development Resource."

  url1:
    label: URL 1
    type: url

  url2:
    label: URL 2
    type: url

  url3:
    label: URL 3
    type: url

  citation:
    label: Citation
    type: wiki
    width: 60
    height: 4

[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License