Actually reading through the Ofqual/DfE consultation rather than what has been said about it by others. It's not making me feel any better.

But, but, but...! This is such an unreasonable question!
Just hold the **** exams, for God's sake!
This passage makes zero sense to me. It's like a Boris announcement on the importance of following guidance. NEA is important, but only if the kids have all done it. It's the only evidence you can use in Art, but it's ok if it's not very good. Oh, and you can just make it up.
Oh, and if all else fails, just make it up using whatever stuff you can find to justify what you want to give.
Ah good, that's fixed the concerns over paper integrity. Nothing could possibly go wrong with these robust measures in place.
I'm sure nobody will do anything dodgy if this happens.
It's ok guys. Who cares that the whole plan doesn't work since they're going to give us some training!
And if it all goes wrong, it's you they'll be appealing to! Enjoy!
To be fair, I don't really blame Ofqual for this complete mess. The parameters they were given were impossible. Nobody could have come up with anything sensible from them. But we'll be the ones who have to pick up the pieces.

More from Education

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.