Skip to content

Commit

Permalink
Rename to 'questionnaire'
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Jul 26, 2016
1 parent 2ffa22f commit 44c7829
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/bartlett1932/static/scripts/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ create_agent = function() {
$('body').html(err_response.html);
} else {
allow_exit();
go_to_page('postquestionnaire');
go_to_page('questionnaire');
}
}
});
Expand Down
4 changes: 2 additions & 2 deletions examples/chatroom/static/scripts/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ create_agent = function () {
$('body').html(err_response.html);
} else {
allow_exit();
go_to_page('postquestionnaire');
go_to_page('questionnaire');
}
}
});
Expand Down Expand Up @@ -94,7 +94,7 @@ send_message = function() {

submit_response = function() {
allow_exit();
go_to_page('postquestionnaire');
go_to_page('questionnaire');
};

$(document).keypress(function (e) {
Expand Down
2 changes: 1 addition & 1 deletion examples/function-learning/static/scripts/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ create_agent = function() {
$('body').html(err_response.html);
} else {
allow_exit();
go_to_page('postquestionnaire');
go_to_page('questionnaire');
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion examples/mcmcp/static/scripts/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ create_agent = function() {
$('body').html(err_response.html);
} else {
allow_exit();
go_to_page('postquestionnaire');
go_to_page('questionnaire');
}
}
});
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions examples/rogers/static/scripts/experiment.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ create_agent = function() {
$('body').html(err_response.html);
} else {
allow_exit();
go_to_page('postquestionnaire')
go_to_page('questionnaire')
}
}
});
Expand Down Expand Up @@ -259,4 +259,4 @@ $("#more-yellow").click(function() {

$("#more-blue").click(function() {
report("blue");
});
});

0 comments on commit 44c7829

Please sign in to comment.