User Tools

Site Tools


documentation:training:articulate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:training:articulate [2011/02/28 14:23] davidbacdocumentation:training:articulate [2014/06/27 12:33] (current) davidbac
Line 1: Line 1:
 +==== Create a table =====
 +
 +Example of table coding:
 +
 +^  location  ^  variable  ^  changed  ^  original  ^
 +|presenters/players/template_scorm/lms/configuration.js |var REVIEW_MODE_IS_READ_ONLY  |  false  |  true  |
 +|quizmaker/content/lms/configuration.js | :::  |  :::  |  :::  |
 +
 +
 +=== Scoring on multiple attempts ===
 +
 +The second issue was that a learner's score could get worse on subsequent attempts of the quiz questions.
 +
 +^  location  ^  variable  ^  changed  ^  original  ^
 +|presenters/players/template_scorm/lms/configuration.js |var SCORE_CAN_ONLY_IMPROVE  |  true  |  false  |
 +|quizmaker/content/lms/configuration.js |  ::: |  :::  |  :::  |
 +
 +=== Moodle SCORM/AICC package settings ===
 +
 +These are the defaults, but I'm recording them here. 
 +
 +^  parameter  ^  setting  ^
 +|  Grading method  |  Highest score  |
 +|  Maximum grade  |  100  |
 +