--
You received this message because you are subscribed to the Google Groups "iCQA" group.
To post to this group, send email to ic...@googlegroups.com.
To unsubscribe from this group, send email to icqa+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/icqa/-/HH-UY0yciw0J.
For more options, visit https://groups.google.com/groups/opt_out.
Cool. I just want to add two different dimensions of metrics:
1. the coverage of question difficulty for a syllabus topic/chapter.
2. the diversity of question difficulty
I think these are also important measurements as question relevance for our task.
To view this discussion on the web visit https://groups.google.com/d/msg/icqa/-/EKKsnPwqMrMJ.
--
You received this message because you are subscribed to the Google Groups "iCQA" group.
To post to this group, send email to ic...@googlegroups.com.
To unsubscribe from this group, send email to icqa+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/icqa/-/iPHNV7Tu2roJ.
Hello,I think it's quite possible to do this, the best way would be to host the questions on our own site, using the ExternalQuestion structure. It will display our page in a frame.This way, we will have full control over the process. We can develop javascript application for displaying questions and then do POST request to amt server to store the answers.Amazon has great API, so we can post HITs and obtain answers automatically.Unfortunately, I can't make an example HIT, AMT available only for the USA residents.
<ExternalQuestion xmlns="[the ExternalQuestion schema URL]
">
<ExternalURL>http://tictactoe.amazon.com/gamesurvey.cgi?gameid=01523</ExternalURL>
<FrameHeight>400</FrameHeight>
</ExternalQuestion>
To view this discussion on the web visit https://groups.google.com/d/msg/icqa/-/VsPreuIODgAJ.