Skip to content

Commit

Permalink
delete unused random variables for list selecting
Browse files Browse the repository at this point in the history
  • Loading branch information
HeningWang committed Nov 15, 2024
1 parent 42ebb58 commit 1191d90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions experiments/pilot-indirectSource/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ While navigating the challenges of life on Xelifan-3, a breakthrough occurs. A m
import items from '../trials/items.csv';
import _ from 'lodash';
var listenerTyp = _.sample(["colonist","scientist"])
var source = _.sample(["direct","indirect"])
console.log("Hi, I'm Pilot 04! I currently live in root. Excited to go live!");
export default {
Expand All @@ -169,9 +166,7 @@ export default {
//return { items: items.slice(0, 1) };
return { //items: items,
items: _.shuffle(items).slice(0, 1),
listenerTyp: listenerTyp,
selectedTrial: null,
source: source,
correctAnswers: {
colonist:'Ensure that there is a steady supply of Xeliherb to meet daily survival needs',
scientist: 'Gather data to uncover patterns in Xeliherb growth that could inform future research'
Expand Down

0 comments on commit 1191d90

Please sign in to comment.