I have a report-
Main report is create for students:
Creates exam questions sheet.
Select question#, question, multiple_answers,
from tbl1
based on domain(4 domains)(parameter fields)
example: selecting domain 1 - 5 questions
domain 2 - 10 questions
domain 3 - 10 questions
domain 4 - 7 questions
I select the questions randomly.
and I would like to create a
Subreport for instructors:
Creates exam answer sheet
Select question#, correct_answer
from tbl1
I would like to pass the parameters from main report to subreport and be able to get the same questions and correct answers as in the main report.
May be, there is better way to separate the correct answer from the "exam questions sheet" that students cannot see the answers and instructors can.
Thanks.
Main report is create for students:
Creates exam questions sheet.
Select question#, question, multiple_answers,
from tbl1
based on domain(4 domains)(parameter fields)
example: selecting domain 1 - 5 questions
domain 2 - 10 questions
domain 3 - 10 questions
domain 4 - 7 questions
I select the questions randomly.
and I would like to create a
Subreport for instructors:
Creates exam answer sheet
Select question#, correct_answer
from tbl1
I would like to pass the parameters from main report to subreport and be able to get the same questions and correct answers as in the main report.
May be, there is better way to separate the correct answer from the "exam questions sheet" that students cannot see the answers and instructors can.
Thanks.