1,007
edits
(/) |
|||
| Line 4: | Line 4: | ||
= Where to get the example study = | = Where to get the example study = | ||
The example study is distributed as part of the development experiment set. To get it, first switch your Firefox profile over to using the development experiment index, '''index-dev.json''': | |||
# Open '''about:config''' | |||
# Find the pref extensions.testpilot.indexFileName | |||
# Change its value to index-dev.json | |||
# Delete the old cached index file which you can find in (your profile directory)/TestPilotExperimentFiles/index.json | |||
Restart Firefox and open [[chrome://testpilot/content/debug.html]], the test pilot debug page. | |||
At the bottom of the page (after the large text area) is a drop-down menu listing code module names: select "example-study.js" and click "Load Ye Code". | |||
The example study code appears in the large text area. You can modify it here but I recommend copying it to an external code editor and modifying it there. | |||
= How to modify the example study = | = How to modify the example study = | ||
edits