/
Find Possible Answers for Questions
Find Possible Answers for Questions
- Work Process - Purpose
Finding possible answers for questions using DB Tools such as Toad.
- Work Process - Summary
Running a simple query to find possible answers for a question.
- Contribution Of The Client Group To The Work Process
- They may provide the question for which answers are to be found. This could be to verify inconsistencies between printed answers on PDF Tests and possible answers as defined in the PDF Application.
- Steps Of The Work Process
- The table to query is TM101_POSSIBLE_ANSWER_ITEM and possible answers can be found as follows:
SELECT *
FROM TM101_POSSIBLE_ANSWER_ITEM
WHERE QUESTION_ID = '552';
- The table to query is TM101_POSSIBLE_ANSWER_ITEM and possible answers can be found as follows:
, multiple selections available,
Related content
Find Exams Where Questions Are Used, I.E. Question_ID #520 is Part of Which Exam?
Find Exams Where Questions Are Used, I.E. Question_ID #520 is Part of Which Exam?
More like this
Find Questions Using Question Text
Find Questions Using Question Text
More like this
Find Operator Tests In DB
Find Operator Tests In DB
More like this
Find Which Tests An Image Is Used In
Find Which Tests An Image Is Used In
More like this
Find Operator In DB
Find Operator In DB
More like this
Differenciate Between Test Online Operators And Classroom Candidates
Differenciate Between Test Online Operators And Classroom Candidates
More like this