
//Drawing hands on standard, analogue clocks, where the times are written in words

function DrawHandsOClockStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=O%27Clock+Times&QuestionCount=12&ActivityType=DrawHands&OClock=true&TimeFormat=Words';
}

function DrawHandsHalfPastStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Half+Past+Times&QuestionCount=12&ActivityType=DrawHands&HalfPast=true&TimeFormat=Words';
}

function DrawHandsQuarterPastStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+Past+Times&QuestionCount=12&ActivityType=DrawHands&QtrPast=true&TimeFormat=Words';
}

function DrawHandsQuarterToStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+To+Times&QuestionCount=12&ActivityType=DrawHands&QtrTo=true&TimeFormat=Words';
}

function DrawHandsHalfPastAndOClockStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&OClock=true&HalfPast=true&TimeFormat=Words';
}

function DrawHandsQtrHourIntervalsStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Words';
}

function DrawHands5MinIntervalsStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&5Min=true&TimeFormat=Words';
}

function DrawHandsAnyTimeStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&AnyTime=true&TimeFormat=Words';
}



//Drawing hands on standard, analogue clocks, where the times are written digitally

function DrawHandsOClockDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=O%27Clock+Times&QuestionCount=12&ActivityType=DrawHands&OClock=true&TimeFormat=Digital';
}

function DrawHandsHalfPastDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Half+Past+Times&QuestionCount=12&ActivityType=DrawHands&HalfPast=true&TimeFormat=Digital';
}

function DrawHandsQuarterPastDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+Past+Times&QuestionCount=12&ActivityType=DrawHands&QtrPast=true&TimeFormat=Digital';
}

function DrawHandsQuarterToDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+To+Times&QuestionCount=12&ActivityType=DrawHands&QtrTo=true&TimeFormat=Digital';
}

function DrawHandsHalfPastAndOClockDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&OClock=true&HalfPast=true&TimeFormat=Digital';
}

function DrawHandsQtrHourIntervalsDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Digital';
}

function DrawHands5MinIntervalsDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&5Min=true&TimeFormat=Digital';
}

function DrawHandsAnyTimeDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&AnyTime=true&TimeFormat=Digital';
}


//Drawing hands on Roman numeral analogue clocks, where the times are written in words or digitally

function DrawHandsQtrHourIntervalsRoman() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Words&Roman=true';
}

function DrawHands5MinIntervalsRoman() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&5Min=true&TimeFormat=Words&Roman=true';
}

function DrawHandsAnyTimeRoman() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&AnyTime=true&TimeFormat=Words&Roman=true';
}

function DrawHandsQtrHourIntervalsRomanDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Digital&Roman=true';
}

function DrawHands5MinIntervalsRomanDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&5Min=true&TimeFormat=Digital&Roman=true';
}

function DrawHandsAnyTimeRomanDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=DrawHands&AnyTime=true&TimeFormat=Digital&Roman=true';
}


//----------------------------------------------------------------------------------------------

//Writing times under standard, analogue clocks (answers given in words)

function WriteTimesOClockStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=O%27Clock+Times&QuestionCount=12&ActivityType=WriteTimes&OClock=true&TimeFormat=Words';
}

function WriteTimesHalfPastStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Half+Past+Times&QuestionCount=12&ActivityType=WriteTimes&HalfPast=true&TimeFormat=Words';
}

function WriteTimesQuarterPastStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+Past+Times&QuestionCount=12&ActivityType=WriteTimes&QtrPast=true&TimeFormat=Words';
}

function WriteTimesQuarterToStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+To+Times&QuestionCount=12&ActivityType=WriteTimes&QtrTo=true&TimeFormat=Words';
}

function WriteTimesHalfPastAndOClockStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&OClock=true&HalfPast=true&TimeFormat=Words';
}

function WriteTimesQtrHourIntervalsStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Words';
}

function WriteTimes5MinIntervalsStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&5Min=true&TimeFormat=Words';
}

function WriteTimesAnyTimeStandard() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&AnyTime=true&TimeFormat=Words';
}


//Writing times under standard, analogue clocks (answers given digitally)

function WriteTimesOClockDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=O%27Clock+Times&QuestionCount=12&ActivityType=WriteTimes&OClock=true&TimeFormat=Digital';
}

function WriteTimesHalfPastDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Half+Past+Times&QuestionCount=12&ActivityType=WriteTimes&HalfPast=true&TimeFormat=Digital';
}

function WriteTimesQuarterPastDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+Past+Times&QuestionCount=12&ActivityType=WriteTimes&QtrPast=true&TimeFormat=Digital';
}

function WriteTimesQuarterToDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Quarter+To+Times&QuestionCount=12&ActivityType=WriteTimes&QtrTo=true&TimeFormat=Digital';
}

function WriteTimesHalfPastAndOClockDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&OClock=true&HalfPast=true&TimeFormat=Digital';
}

function WriteTimesQtrHourIntervalsDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Digital';
}

function WriteTimes5MinIntervalsDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&5Min=true&TimeFormat=Digital';
}

function WriteTimesAnyTimeDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&AnyTime=true&TimeFormat=Digital';
}


//Writing times under Roman numeral analogue clocks (answers both in words and digital)

function WriteTimesQtrHourIntervalsRoman() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Words&Roman=true';
}

function WriteTimes5MinIntervalsRoman() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&5Min=true&TimeFormat=Words&Roman=true';
}

function WriteTimesAnyTimeRoman() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&AnyTime=true&TimeFormat=Words&Roman=true';
}

function WriteTimesQtrHourIntervalsRomanDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&OClock=true&HalfPast=true&QtrPast=true&QtrTo=true&TimeFormat=Digital&Roman=true';
}

function WriteTimes5MinIntervalsRomanDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&5Min=true&TimeFormat=Digital&Roman=true';
}

function WriteTimesAnyTimeRomanDigital() {
  window.location='your_worksheet.php?worksheet=clocks&WorksheetTitle=Telling+The+Time&QuestionCount=12&ActivityType=WriteTimes&AnyTime=true&TimeFormat=Digital&Roman=true';
}
