Class TestPassingPageViewModel
Inheritance
TestPassingPageViewModel
Assembly: EduCATS.dll
Syntax
public class TestPassingPageViewModel : ViewModel, INotifyPropertyChanged
Constructors
TestPassingPageViewModel(IPlatformServices, int, bool)
Declaration
public TestPassingPageViewModel(IPlatformServices services, int testId, bool forSelfStudy)
Parameters
Properties
AnswerCommand
Declaration
public Command AnswerCommand { get; }
Property Value
Answers
Declaration
public List<TestPassingAnswerModel> Answers { get; set; }
Property Value
CloseCommand
Declaration
public Command CloseCommand { get; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
HeadphonesIcon
Declaration
public string HeadphonesIcon { get; set; }
Property Value
IsNotLoading
Declaration
public bool IsNotLoading { get; set; }
Property Value
IsTestForSelfStudy
Declaration
public bool IsTestForSelfStudy { get; set; }
Property Value
Question
Declaration
public string Question { get; set; }
Property Value
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
SkipCommand
Declaration
public Command SkipCommand { get; }
Property Value
SpeechCommand
Declaration
public Command SpeechCommand { get; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
ExecuteAnswerCommand()
Declaration
protected Task ExecuteAnswerCommand()
Returns
ExecuteDownMovableAnswerCommand(object)
Declaration
protected void ExecuteDownMovableAnswerCommand(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
ExecuteSkipCommand()
Declaration
protected Task ExecuteSkipCommand()
Returns
ExecuteUpMovableAnswerCommand(object)
Declaration
protected void ExecuteUpMovableAnswerCommand(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
closePage()
Declaration
protected Task closePage()
Returns
speechToText()
Declaration
protected Task speechToText()
Returns
Implements