Difference between revisions of "SOCR DSPA ReadinessPretest"
(Created page with "== SOCR Project - SOCR Graduate Data Science Readiness Self-Assessment Pretest == ===Description=== This projects aims to develop a g...") |
(→SOCR Project - SOCR Graduate Data Science Readiness Self-Assessment Pretest) |
||
Line 12: | Line 12: | ||
* [http://www.webdeveloper.com/forum/showthread.php?286477-How-to-make-a-javascript-quiz-to-choose-10-random-questions-from-100-questions Example 2 (several alternative suggestions)] | * [http://www.webdeveloper.com/forum/showthread.php?286477-How-to-make-a-javascript-quiz-to-choose-10-random-questions-from-100-questions Example 2 (several alternative suggestions)] | ||
− | + | ===Specifications=== | |
* The platform should allow [http://docs.mathjax.org/en/latest/start.html MathJax] for test questions and test answers. | * The platform should allow [http://docs.mathjax.org/en/latest/start.html MathJax] for test questions and test answers. | ||
* The platform should be generic and allow expansion of the categories, sub-categories (2-level deep only) and the lists of questions within each (perhaps allow multiple-choice answers) | * The platform should be generic and allow expansion of the categories, sub-categories (2-level deep only) and the lists of questions within each (perhaps allow multiple-choice answers) | ||
Line 20: | Line 20: | ||
===Knowledge Prerequisite=== | ===Knowledge Prerequisite=== | ||
HTML5, CSS, JavaScript (JQuery and CoffeeScript experience or learning interest is a plus). | HTML5, CSS, JavaScript (JQuery and CoffeeScript experience or learning interest is a plus). | ||
− | |||
==See also== | ==See also== |
Revision as of 10:51, 17 October 2016
Contents
SOCR Project - SOCR Graduate Data Science Readiness Self-Assessment Pretest
Description
This projects aims to develop a generic platform for SOCR web-based self-assessment. Specifically, the projects will develop a dynamic version of the [ttp://www.socr.umich.edu/people/dinov/2017/Spring/DSPA_HS650/DSPA_Pretest.html Data Science Readiness Self-Assessment Pretest] using HTMl5.
The new web pretest has to be mobile friendly and allow us to store the questions (an perhaps answers) in a JSON file as well as randomly pull questions from each of the 3 main categories (each including multiple (2-4) sub-categories).
Each time a visitor tries the pretest, they see somewhat different questions in each of the 2-level categories. Randomness relates to randomizing the questions within each category and subcategory.
Below are some examples to review as you design the HTML5 version of the pretest:
Specifications
- The platform should allow MathJax for test questions and test answers.
- The platform should be generic and allow expansion of the categories, sub-categories (2-level deep only) and the lists of questions within each (perhaps allow multiple-choice answers)
- We will be expanding the JSON question/answer list once a working version of the platform for the pretest is available.
Knowledge Prerequisite
HTML5, CSS, JavaScript (JQuery and CoffeeScript experience or learning interest is a plus).
See also
Translate this page: