Post

Replies

Boosts

Views

Activity

Comment on Creating a dynamic 5X5 Matrix
Thank you! for this. maybe something like Matrix [this value is from the answer A1] [this value is from the answer A2] = the number of questions with the same severity and likelihood will depend on the user's choices this is what I want to happen or something like that.
Jul ’23
Comment on Creating a dynamic 5X5 Matrix
Oh, yes! You are right. I failed to mention that the 5x5 I meant was 5 rows and 5 columns. Yes, a 2-dimensional array. I was able to make the matrix. However, in this matrix, I need to input the coordinate values manually. What I want to know is: How can I make or code it so that the values from the user's answers in A1 and A2 will automatically be the values of the coordinates for each question? I am commenting my existing code below for your reference. Thanks a bunch!
Jul ’23