Q: 14
HOTSPOT You need to complete a PowerApps component framework (PCF) control. How should you define the order in the manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 
Your Answer
Discussion
Makes sense to me-CSS and HTML both get order 1 since they’re each the only one of their type in the manifest. There’s no need to increment order unless you have multiple resources of the same kind. Pretty sure that’s what MS docs say too.
So why not set CSS and HTML to order 2 as well if there are JS scripts at 1 and 2?
CSS: 1, HTML: 1. The trap is thinking order goes global across all resources, but it's actually per resource type here. That's caught me a couple times too!
If Microsoft switched to a global order in the manifest, would CSS still be at 1 or would it bump to 2?
Order 2 for CSS and HTML. Thought it's a global sequence so I put them after the JS files (which were order 1 and 2). Probably confused that each type resets to 1, but that's not how I remembered it.
Not sure I agree with everyone here. If you have JS files at order 1 and 2, I'd assume the next resources (CSS and HTML) would be order 3, not 1. Seems like it's one global sequence, right? Maybe that's a trap but that's how I read it.
Be respectful. No spam.