+ Please read the following instructions for the task you will be asked to perform:
+
+
+
+
+
+
{{ line }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/molecules/SingleGameExtendedJudgment.vue b/src/components/molecules/SingleGameExtendedJudgment.vue
index 15527a6..13e9510 100644
--- a/src/components/molecules/SingleGameExtendedJudgment.vue
+++ b/src/components/molecules/SingleGameExtendedJudgment.vue
@@ -2,7 +2,6 @@
import { useRouter, useRoute, stringifyQuery } from 'vue-router'
import useTimelineStepper from '@/composables/timelinestepper'
import useSmileStore from '@/stores/smiledata' // get access to the global store
-import GameTextDisplay from '@/components/atoms/GameTextDisplay.vue';
import { ref, reactive, computed, watch } from 'vue';
import { reset } from '@formkit/core';
@@ -80,12 +79,16 @@ const answers = reactive(Object.fromEntries(JUDGEMENT_QUESTIONS.map((question) =
answers['reasoning-low'] = '';
answers['reasoning-high'] = '';
-
const complete = computed(() => Object.keys(answers).every((key) => answers[key] !== '' && answers[key] !== 0));
+function resetForm() {
+ reset('single-game-extended-judgement-form');
+}
+
defineExpose({
complete,
- answers
+ answers,
+ resetForm
})
const gameTextDisplayRef = ref(null);
@@ -94,6 +97,7 @@ const props = defineProps({
game: String
})
+
// When the game changes, reset the answers
watch(() => props.game, (prevGame, nextGame) => {
if (prevGame !== nextGame) {
@@ -145,122 +149,56 @@ function specifyOptions(spec) {
-
-
+
+
+
+ Please answer the following questions about the game above in the context of the video game environment described earlier:
+
+
+
+
+
+
-
-
-
- Please read the following game description, and answer the questions below:
-
-
+
+
-
-
-
-
-
-
-
+
-
- Please answer the following questions about the game above in the context of the video game environment described earlier:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ v-model="answers['reasoning-high']"
+ type="textarea"
+ label="Explain your high ratings"
+ help="For questions you answered highly (5, 6, or 7), what about the game contributed to your judgement?"
+ placeholder="What contributed to your judgement?"
+ rows="5"
+ validation-visibility="live"
+ validation="length:30"
+ />
-
+
-
diff --git a/src/components/pages/InstructionsPage.vue b/src/components/pages/InstructionsPage.vue
index 2e49582..3340c77 100644
--- a/src/components/pages/InstructionsPage.vue
+++ b/src/components/pages/InstructionsPage.vue
@@ -3,6 +3,7 @@ import { computed } from 'vue'
import { useRouter, useRoute } from 'vue-router'
import useTimelineStepper from '@/composables/timelinestepper'
import useSmileStore from '@/stores/smiledata'
+import InstructionsContent from '@/components/atoms/InstructionsContent.vue'
const router = useRouter()
const route = useRoute()
@@ -13,67 +14,6 @@ const { next, prev } = useTimelineStepper()
if (route.meta.progress) smilestore.global.progress = route.meta.progress
-const SINGLE_GAME_INSTRUCTIONS = [
- "You will be shown descriptions of various games, one game at a time.",
- "These games were created to be played in a video game environment in the images below.",
- "In this video game, the player can move and look around the room, pick up objects, put them down, and throw them.",
- "This video game environment is a room with a bed, a desk, several types of toys (such as balls, blocks, and stuffed animals), and other objects (such as a lamp, a clock, and a book).",
- "Participants in a previous study played in this video game environment.",
- "They were then asked to create a game to be played in the room to pass some time, for a single player, with no specific goal, but requiring keeping score.",
- "You will be provided textual descriptions of these games, created by a computer translator program.",
- // "Some of these games were created by human participants in a previous study; other games were created by a computer program.",
- // "Regardless of whether the game was created by a human or a program, all of the textual descriptions you will see were created by a separate computer program.",
- "This might cause the descriptions to seem artificial; please try to judge the games based on the contents of the game described, not the quality of the description.",
- "You can also assume that all objects mentioned in a game description exist in the room.",
- "You will be asked to answer a few multiple choice questions with judgements of each game description, such as how creative the game is, or how fun it might be to play.",
- "You will also be asked to provide short (1-2 sentence) explanations of particularly low and high multiple choice answers for each game.",
- // "Your task is to judge whether each game was created by a human or a computer program.",
- // "You will be asked to make these judgments for each game description.",
- // "You will use a slider to indicate your judgment, between 0 and 100.",
- // "0 means you are certain the game was created by a computer program, and 100 means you are certain the game was created by a human.",
- // "With each judgment, you will be able to provide a short explanation for your judgment.",
- // "You will also be asked to highlight the parts of the game description that you think are most important for your judgment.",
-];
-
-const PAIRED_GAME_INSTRUCTIONS = [
- "You will be shown descriptions of various games, two games at a time.",
- "These games were created to be played in a video game environment in the images below.",
- "In this video game, the player can move and look around the room, pick up objects, put them down, and throw them.",
- "This video game environment is a room with a bed, a desk, several types of toys (such as balls, blocks, and stuffed animals), and other objects (such as a lamp, a clock, and a book).",
- "Participants in a previous study played in this video game environment.",
- "They were then asked to create a game to be played in the room to pass some time, for a single player, with no specific goal, but requiring keeping score.",
- "You will be provided textual descriptions of these games, created by a computer translator program.",
-
- "This might cause the descriptions to seem artificial; please try to judge the games based on the contents of the games described, not the quality of the descriptions.",
- "You can also assume that all objects mentioned in a game description exist in the room.",
- "You will be asked to answer a few multiple choice questions with judgements of each game description, such as which game seems more creative, or which might be more fun to play.",
- "You will also be asked to provide short (1-2 sentence) explanations of particularly low and high multiple choice answers for each pair of games.",
- // "Regardless of whether the game was created by a human or a program, all of the textual descriptions you will see were created by a separate computer program.",
- // "This might cause the descriptions to seem artificial; please try to judge the games based on the contents of the game described, not the quality of the description.",
- // "Your task is to judge which of the two games is more likely to have been created by a human (as opposed to a computer program).",
- // "You will be asked to make these judgments for each game description.",
- // "You will use a slider to indicate your judgment, between 0 and 100.",
- // "0 means you are certain the game presented on the left-hand side was created by a human, and 100 means you are certain the game presented on the right-hand side was created by a human.",
- // "With each judgment, you will be able to provide a short explanation for your judgment.",
- // "You will also be asked to highlight the parts of either of the game descriptions that you think are most important for your judgment.",
-];
-
-
-// computed property based on condition in data
-const instText = SINGLE_GAME_INSTRUCTIONS;
-// const instText = computed(() => {
-// const {task} = smilestore.getConditions;
-// if (task === 'single') {
-// return SINGLE_GAME_INSTRUCTIONS;
-
-// } if (task === 'paired') {
-// return PAIRED_GAME_INSTRUCTIONS;
-// }
-
-// console.error(`Found unexpected task: ${task}, defaulting to 'single'`);
-// return SINGLE_GAME_INSTRUCTIONS;
-// })
-
function finish(goto) {
// smilestore.saveData()
if(goto) router.push(goto)
@@ -84,57 +24,13 @@ function finish(goto) {
-
-
Instructions
-
- Please read the following instructions for the task you will be asked to perform:
-
-
-
-
-
-
{{ line }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
\ No newline at end of file
diff --git a/src/components/pages/Task1Page.vue b/src/components/pages/Task1Page.vue
index 741688a..afee50a 100644
--- a/src/components/pages/Task1Page.vue
+++ b/src/components/pages/Task1Page.vue
@@ -6,7 +6,8 @@ import * as random from '@/randomization';
import { reactive, onMounted, ref, watchEffect, watch } from 'vue';
import SingleGameExtendedJudgment from '@/components/molecules/SingleGameExtendedJudgment.vue';
-
+import InstructionsContent from '@/components/atoms/InstructionsContent.vue';
+import GameTextDisplay from '@/components/atoms/GameTextDisplay.vue';
const router = useRouter()
const route = useRoute()
@@ -44,6 +45,7 @@ function finish(goto) {
if (gameIndex.value < participantGames.length - 1) {
gameIndex.value += 1;
+ judgementRef.value.resetForm();
} else {
smilestore.saveData();
if (goto) router.push(goto);
@@ -58,6 +60,11 @@ watchEffect(() => {
}
});
+const modalVisible = ref(false);
+function flipModalVisibility() {
+ modalVisible.value = !modalVisible.value;
+}
+
@@ -65,9 +72,43 @@ watchEffect(() => {
Task 1
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Please read the following game description, and answer the questions below:
+