pdwalker
状元
At the moment, I test myself using three different test profiles with individual score files for Reading, Listening and Writing and it can be rather time consuming, and I was thinking of a different way to run my tests to save time, but yet cover the same material.
For example, what if I had a test where I could first pick the character from multiple choice after listening, then pick the definition based on reading the character, and then write the character correctly.
You can sort of doing this (if you don't look too closely) with the score based tests, but the score base tests will only test you on one thing based on your score. I want to be tested on more than one thing.
Maybe the score based tests could be extended, so instead of being only picking a single test using the current logic of
Test A
or if Score >= x, Test B
or if Score >= y, Test C
or if Score >= z, Test D
something like this could be allowed
Test A
and if Score <= z, Test D
and if Score <= y, Test C
and if Score <= z, Test B
thus, the lower the score, the more tests I'd run, and the higher the score, the fewer tests I would run.
Thoughts? Does a similar functionality exist and I've overlooked it?
(Edit: yes, I could use alternating tests but that's not what I want)
For example, what if I had a test where I could first pick the character from multiple choice after listening, then pick the definition based on reading the character, and then write the character correctly.
You can sort of doing this (if you don't look too closely) with the score based tests, but the score base tests will only test you on one thing based on your score. I want to be tested on more than one thing.
Maybe the score based tests could be extended, so instead of being only picking a single test using the current logic of
Test A
or if Score >= x, Test B
or if Score >= y, Test C
or if Score >= z, Test D
something like this could be allowed
Test A
and if Score <= z, Test D
and if Score <= y, Test C
and if Score <= z, Test B
thus, the lower the score, the more tests I'd run, and the higher the score, the fewer tests I would run.
Thoughts? Does a similar functionality exist and I've overlooked it?
(Edit: yes, I could use alternating tests but that's not what I want)
Last edited: