You kay?
I be
Stan Dyrt
"Script"ures
I'll need a compass to navigate this Atlas
100
OFQAL (Office of Qualifications and Examinations Regulation)
What is the (inter)national exam boards?
100

It's initials are PYP

What is the Primary Years Programme?

100
Most common PE Standards

What is SHAPE?

100
Update StateStandardLevelsBase_TBL set DistrictID = 1 where DistrictID = 591 and yearid = @yearid
What is setting a structure?
100

The little man in Flight School

What is a client entry?

200
These courses are for students aged 16-18 planning on going to University
What are A and AS Level Courses?
200

This list is the overarching attribute for all four IB programs

What is the Learner Profile?

200
National Arts Standards

What are the National Core Arts (NCCAS)?

200
delete from statestandardlevels_tbl where districtid = 5 and benchmarklevelid in (917,919) and contentsubareaid = 1000003450 and yearid = @yearid

delete from statestandards_tbl where districtid = 5 and benchmarklevelid in (917,919) and contentsubareaid = 1000003450 and yearid = @yearid
What is deleting specific standards in multiple grades and contentsubarea?
200
Where I enable and disable the Standards Editing Tool

What is the school constant?

300
Separated by 1 letter, these two different programs is for International students and the other one is for UK students
What is IGCSE and GCSE?
300

TOK, EE, and CAS are part of this program

What is the Diploma Program?

300

Year the Common Core Standards came out

What is 2009? 

300
UPDATE StateStandardLevelsBase_TBL
SET Label=CASE
WHEN nextLevel LIKE 'ContentArea%' THEN 'Content Area'
WHEN nextLevel LIKE 'ContentSubArea%' THEN 'Strand'
WHEN nextLevel LIKE 'BenchmarkLevel%' THEN 'Grade'
WHEN nextLevel LIKE 'StateStandardLevel%' THEN 'Standard'
WHEN nextLevel LIKE 'StateStandard%' THEN 'Learning Objective'
END
WHERE YearID=@YearID AND DistrictID=1015
What is setting a custom structure?
300

Where I add hard coded text in Atlas boxes

What is the manage template editor page?

400

UK CTE standards

What is BTEC

400
The six Global Contexts in the MYP are equivalent to these in the PYP
What are the transdisciplinary themes?
400

We call 'em outcomes in this country

What is Australia?

400

update StateStandardlevels_TBL

set BenchmarkLevelID = 2000000005

where yearid=@YearID

and BenchmarkLevelID = 1000009904


update StateStandards_TBL

set BenchmarkLevelID = 2000000005

where yearid=@YearID

and BenchmarkLevelID = 1000009904

What is consolidating grades in the SET?

400

Where I add a visual "P" in the system

What is Maintain Flags?

500

All public schools must do this

What is publishing their curriculum on their school website?

500

This report typically includes the Transdisciplinary Themes, Central Idea, Key and related concepts and lines of inquiry

What is the Programme of Inquiry?

500
Three dimensions of the NGSS

What are Practices, Crosscutting Concepts, and Disciplinary Core Ideas?

500
delete from statestandards_tbl
where StateStandardLevelID in
(select StateStandardLevelID
from StateStandardLevels_TBL ssl
inner join ContentSubAreas_TBL csa on csa.ContentSubAreaID= ssl.ContentSubAreaID and csa.YearID=@YearID
where ssl.ContentAreaID in
(select ContentAreaID from ContentAreas_TBL where ContentArea like 'MYP%' and YearID=@YearID)
and ContentSubArea like 'Assessment Criteria'
and LevelTitle not like 'Criterion'
and ssl.YearID=@YearID)
and YearID=@YearID
and (Status <> 'Custom' OR Status IS NULL)
delete from StateStandardLevels_TBL
where StateStandardLevelID in
(select StateStandardLevelID
from StateStandardLevels_TBL ssl
inner join ContentSubAreas_TBL csa on csa.ContentSubAreaID= ssl.ContentSubAreaID and csa.YearID=@YearID
where ssl.ContentAreaID in
(select ContentAreaID from ContentAreas_TBL where ContentArea like 'MYP%' and YearID=@YearID)
and ContentSubArea like 'Assessment Criteria'
and LevelTitle not like 'Criterion'
and ssl.YearID=@YearID)
and YearID=@YearID
and (Status <> 'Custom' OR Status IS NULL)
What is removing the expanded MYP criterion?
500

Feature that allows standards to be assessed as I, P or M. 

What is Proficiency Levels?

M
e
n
u