Update Question posttest
This commit is contained in:
parent
db2819bcdf
commit
e4618fb1d9
|
|
@ -1,24 +0,0 @@
|
||||||
%YAML 1.1
|
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
|
||||||
--- !u!114 &11400000
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 0
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 11500000, guid: 31b9fba0680987640ade1fdf5d7d7a95, type: 3}
|
|
||||||
m_Name: Quis Penyakit Gigi 6
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
question: Mengapa plak gigi berbahaya jika tidak dibersihkan?
|
|
||||||
imageQuestion: {fileID: 0}
|
|
||||||
answers:
|
|
||||||
- Bisa berubah jadi karang gigi yang keras
|
|
||||||
- Membuat gigi lebih putih
|
|
||||||
- Membuat gusi kuat
|
|
||||||
- Membuat gigi kotor
|
|
||||||
answerIndex: 0
|
|
||||||
nextSceneName: Lv2HardB
|
|
||||||
isMateriKesehatanGigi: 0
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: 26538dce8633cb546b6e3735cebf6443
|
|
||||||
NativeFormatImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
mainObjectFileID: 11400000
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
|
|
@ -2431,6 +2431,7 @@ MonoBehaviour:
|
||||||
- {fileID: 11400000, guid: 17cabfbf2c2644740b075a38cfd3af3a, type: 2}
|
- {fileID: 11400000, guid: 17cabfbf2c2644740b075a38cfd3af3a, type: 2}
|
||||||
- {fileID: 11400000, guid: cf180945f3f07674db927d80d5cf753b, type: 2}
|
- {fileID: 11400000, guid: cf180945f3f07674db927d80d5cf753b, type: 2}
|
||||||
- {fileID: 11400000, guid: 1d7b69d707647864ab532e1b83e7b05d, type: 2}
|
- {fileID: 11400000, guid: 1d7b69d707647864ab532e1b83e7b05d, type: 2}
|
||||||
|
- {fileID: 11400000, guid: f29e5abc33b4c8b4ca27d8f994593548, type: 2}
|
||||||
answerButtons:
|
answerButtons:
|
||||||
- {fileID: 4377670320783418682}
|
- {fileID: 4377670320783418682}
|
||||||
- {fileID: 1918059570162365838}
|
- {fileID: 1918059570162365838}
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,6 @@ public class PreTestMenu : Menu<PreTestMenu>
|
||||||
hasAnsweredEarly = false;
|
hasAnsweredEarly = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void OnAnswerSelected(int index)
|
public void OnAnswerSelected(int index)
|
||||||
{
|
{
|
||||||
if (!isAnswering) return;
|
if (!isAnswering) return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue